blob: 30490c37190e86d75225109d972447c0110061c2 [file] [log] [blame]
Luotao Fu33731692009-08-06 11:19:39 +02001/*
2 * Copyright 2007 Robert Schwebel <r.schwebel@pengutronix.de>, Pengutronix
3 * Copyright (C) 2009 Sascha Hauer (kernel@pengutronix.de)
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version 2
8 * of the License, or (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 * MA 02110-1301, USA.
18 */
19
20#include <linux/platform_device.h>
21#include <linux/io.h>
22#include <linux/i2c.h>
23#include <linux/i2c/at24.h>
24#include <linux/dma-mapping.h>
25#include <linux/spi/spi.h>
26#include <linux/spi/eeprom.h>
27#include <linux/irq.h>
Sascha Hauerc8a68852010-02-08 16:42:28 +010028#include <linux/delay.h>
Luotao Fu33731692009-08-06 11:19:39 +020029#include <linux/gpio.h>
Sascha Hauereee7c492010-02-03 17:13:29 +010030#include <linux/usb/otg.h>
31#include <linux/usb/ulpi.h>
32#include <linux/fsl_devices.h>
Luotao Fu33731692009-08-06 11:19:39 +020033
34#include <asm/mach/arch.h>
35#include <asm/mach-types.h>
36#include <mach/common.h>
37#include <mach/hardware.h>
Uwe Kleine-Könige835d882010-02-16 11:07:49 +010038#include <mach/iomux-mx27.h>
Luotao Fu33731692009-08-06 11:19:39 +020039#include <asm/mach/time.h>
Sascha Hauerc8a68852010-02-08 16:42:28 +010040#include <mach/audmux.h>
Luotao Fu33731692009-08-06 11:19:39 +020041#include <mach/mxc_nand.h>
42#include <mach/irqs.h>
43#include <mach/mmc.h>
Sascha Hauereee7c492010-02-03 17:13:29 +010044#include <mach/mxc_ehci.h>
45#include <mach/ulpi.h>
Luotao Fu33731692009-08-06 11:19:39 +020046
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +020047#include "devices-imx27.h"
Luotao Fu33731692009-08-06 11:19:39 +020048#include "devices.h"
49
Sascha Hauereee7c492010-02-03 17:13:29 +010050#define OTG_PHY_CS_GPIO (GPIO_PORTB + 23)
51#define USBH2_PHY_CS_GPIO (GPIO_PORTB + 24)
Luotao Fub725aba2010-06-18 09:23:19 +020052#define SPI1_SS0 (GPIO_PORTD + 28)
53#define SPI1_SS1 (GPIO_PORTD + 27)
54#define SD2_CD (GPIO_PORTC + 29)
Sascha Hauereee7c492010-02-03 17:13:29 +010055
Uwe Kleine-König6c80ee52010-09-28 21:53:31 +020056static const int pca100_pins[] __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +020057 /* UART1 */
58 PE12_PF_UART1_TXD,
59 PE13_PF_UART1_RXD,
60 PE14_PF_UART1_CTS,
61 PE15_PF_UART1_RTS,
62 /* SDHC */
63 PB4_PF_SD2_D0,
64 PB5_PF_SD2_D1,
65 PB6_PF_SD2_D2,
66 PB7_PF_SD2_D3,
67 PB8_PF_SD2_CMD,
68 PB9_PF_SD2_CLK,
Luotao Fub725aba2010-06-18 09:23:19 +020069 SD2_CD | GPIO_GPIO | GPIO_IN,
Luotao Fu33731692009-08-06 11:19:39 +020070 /* FEC */
71 PD0_AIN_FEC_TXD0,
72 PD1_AIN_FEC_TXD1,
73 PD2_AIN_FEC_TXD2,
74 PD3_AIN_FEC_TXD3,
75 PD4_AOUT_FEC_RX_ER,
76 PD5_AOUT_FEC_RXD1,
77 PD6_AOUT_FEC_RXD2,
78 PD7_AOUT_FEC_RXD3,
79 PD8_AF_FEC_MDIO,
80 PD9_AIN_FEC_MDC,
81 PD10_AOUT_FEC_CRS,
82 PD11_AOUT_FEC_TX_CLK,
83 PD12_AOUT_FEC_RXD0,
84 PD13_AOUT_FEC_RX_DV,
85 PD14_AOUT_FEC_RX_CLK,
86 PD15_AOUT_FEC_COL,
87 PD16_AIN_FEC_TX_ER,
88 PF23_AIN_FEC_TX_EN,
89 /* SSI1 */
90 PC20_PF_SSI1_FS,
91 PC21_PF_SSI1_RXD,
92 PC22_PF_SSI1_TXD,
93 PC23_PF_SSI1_CLK,
94 /* onboard I2C */
95 PC5_PF_I2C2_SDA,
96 PC6_PF_I2C2_SCL,
97 /* external I2C */
98 PD17_PF_I2C_DATA,
99 PD18_PF_I2C_CLK,
100 /* SPI1 */
101 PD25_PF_CSPI1_RDY,
102 PD29_PF_CSPI1_SCLK,
103 PD30_PF_CSPI1_MISO,
104 PD31_PF_CSPI1_MOSI,
Sascha Hauereee7c492010-02-03 17:13:29 +0100105 /* OTG */
106 OTG_PHY_CS_GPIO | GPIO_GPIO | GPIO_OUT,
107 PC7_PF_USBOTG_DATA5,
108 PC8_PF_USBOTG_DATA6,
109 PC9_PF_USBOTG_DATA0,
110 PC10_PF_USBOTG_DATA2,
111 PC11_PF_USBOTG_DATA1,
112 PC12_PF_USBOTG_DATA4,
113 PC13_PF_USBOTG_DATA3,
114 PE0_PF_USBOTG_NXT,
115 PE1_PF_USBOTG_STP,
116 PE2_PF_USBOTG_DIR,
117 PE24_PF_USBOTG_CLK,
118 PE25_PF_USBOTG_DATA7,
119 /* USBH2 */
120 USBH2_PHY_CS_GPIO | GPIO_GPIO | GPIO_OUT,
121 PA0_PF_USBH2_CLK,
122 PA1_PF_USBH2_DIR,
123 PA2_PF_USBH2_DATA7,
124 PA3_PF_USBH2_NXT,
125 PA4_PF_USBH2_STP,
126 PD19_AF_USBH2_DATA4,
127 PD20_AF_USBH2_DATA3,
128 PD21_AF_USBH2_DATA6,
129 PD22_AF_USBH2_DATA0,
130 PD23_AF_USBH2_DATA2,
131 PD24_AF_USBH2_DATA1,
132 PD26_AF_USBH2_DATA5,
Luotao Fu42216fc2010-06-18 09:23:18 +0200133 /* display */
134 PA5_PF_LSCLK,
135 PA6_PF_LD0,
136 PA7_PF_LD1,
137 PA8_PF_LD2,
138 PA9_PF_LD3,
139 PA10_PF_LD4,
140 PA11_PF_LD5,
141 PA12_PF_LD6,
142 PA13_PF_LD7,
143 PA14_PF_LD8,
144 PA15_PF_LD9,
145 PA16_PF_LD10,
146 PA17_PF_LD11,
147 PA18_PF_LD12,
148 PA19_PF_LD13,
149 PA20_PF_LD14,
150 PA21_PF_LD15,
151 PA22_PF_LD16,
152 PA23_PF_LD17,
153 PA26_PF_PS,
154 PA28_PF_HSYNC,
155 PA29_PF_VSYNC,
156 PA31_PF_OE_ACD,
Luotao Fub725aba2010-06-18 09:23:19 +0200157 /* free GPIO */
158 GPIO_PORTC | 31 | GPIO_GPIO | GPIO_IN, /* GPIO0_IRQ */
159 GPIO_PORTC | 25 | GPIO_GPIO | GPIO_IN, /* GPIO1_IRQ */
160 GPIO_PORTE | 5 | GPIO_GPIO | GPIO_IN, /* GPIO2_IRQ */
Luotao Fu33731692009-08-06 11:19:39 +0200161};
162
Uwe Kleine-Königd5dac4a2010-06-23 09:36:01 +0200163static const struct imxuart_platform_data uart_pdata __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +0200164 .flags = IMXUART_HAVE_RTSCTS,
165};
166
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +0200167static const struct mxc_nand_platform_data
168pca100_nand_board_info __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +0200169 .width = 1,
170 .hw_ecc = 1,
171};
172
Uwe Kleine-Königc6987152010-06-16 17:25:40 +0200173static const struct imxi2c_platform_data pca100_i2c1_data __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +0200174 .bitrate = 100000,
175};
176
177static struct at24_platform_data board_eeprom = {
178 .byte_len = 4096,
179 .page_size = 32,
180 .flags = AT24_FLAG_ADDR16,
181};
182
183static struct i2c_board_info pca100_i2c_devices[] = {
184 {
185 I2C_BOARD_INFO("at24", 0x52), /* E0=0, E1=1, E2=0 */
186 .platform_data = &board_eeprom,
187 }, {
Uwe Kleine-Königbd9e3102010-09-28 22:04:01 +0200188 I2C_BOARD_INFO("pcf8563", 0x51),
Luotao Fu33731692009-08-06 11:19:39 +0200189 }, {
190 I2C_BOARD_INFO("lm75", 0x4a),
Luotao Fu33731692009-08-06 11:19:39 +0200191 }
192};
193
194#if defined(CONFIG_SPI_IMX) || defined(CONFIG_SPI_IMX_MODULE)
195static struct spi_eeprom at25320 = {
196 .name = "at25320an",
197 .byte_len = 4096,
198 .page_size = 32,
199 .flags = EE_ADDR2,
200};
201
202static struct spi_board_info pca100_spi_board_info[] __initdata = {
203 {
204 .modalias = "at25",
205 .max_speed_hz = 30000,
206 .bus_num = 0,
207 .chip_select = 1,
208 .platform_data = &at25320,
209 },
210};
211
Luotao Fub725aba2010-06-18 09:23:19 +0200212static int pca100_spi_cs[] = {SPI1_SS0, SPI1_SS1};
Luotao Fu33731692009-08-06 11:19:39 +0200213
Uwe Kleine-König7536cf92010-06-22 09:00:22 +0200214static const struct spi_imx_master pca100_spi0_data __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +0200215 .chipselect = pca100_spi_cs,
216 .num_chipselect = ARRAY_SIZE(pca100_spi_cs),
217};
218#endif
219
Sascha Hauerc8a68852010-02-08 16:42:28 +0100220static void pca100_ac97_warm_reset(struct snd_ac97 *ac97)
221{
222 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT);
223 gpio_set_value(GPIO_PORTC + 20, 1);
224 udelay(2);
225 gpio_set_value(GPIO_PORTC + 20, 0);
226 mxc_gpio_mode(PC20_PF_SSI1_FS);
227 msleep(2);
228}
229
230static void pca100_ac97_cold_reset(struct snd_ac97 *ac97)
231{
232 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); /* FS */
233 gpio_set_value(GPIO_PORTC + 20, 0);
234 mxc_gpio_mode(GPIO_PORTC | 22 | GPIO_GPIO | GPIO_OUT); /* TX */
235 gpio_set_value(GPIO_PORTC + 22, 0);
236 mxc_gpio_mode(GPIO_PORTC | 28 | GPIO_GPIO | GPIO_OUT); /* reset */
237 gpio_set_value(GPIO_PORTC + 28, 0);
238 udelay(10);
239 gpio_set_value(GPIO_PORTC + 28, 1);
240 mxc_gpio_mode(PC20_PF_SSI1_FS);
241 mxc_gpio_mode(PC22_PF_SSI1_TXD);
242 msleep(2);
243}
244
Uwe Kleine-König4697bb922010-08-25 17:37:45 +0200245static const struct imx_ssi_platform_data pca100_ssi_pdata __initconst = {
Sascha Hauerc8a68852010-02-08 16:42:28 +0100246 .ac97_reset = pca100_ac97_cold_reset,
247 .ac97_warm_reset = pca100_ac97_warm_reset,
248 .flags = IMX_SSI_USE_AC97,
249};
250
Luotao Fu33731692009-08-06 11:19:39 +0200251static int pca100_sdhc2_init(struct device *dev, irq_handler_t detect_irq,
252 void *data)
253{
254 int ret;
255
256 ret = request_irq(IRQ_GPIOC(29), detect_irq,
257 IRQF_DISABLED | IRQF_TRIGGER_FALLING,
258 "imx-mmc-detect", data);
259 if (ret)
260 printk(KERN_ERR
261 "pca100: Failed to reuest irq for sd/mmc detection\n");
262
263 return ret;
264}
265
266static void pca100_sdhc2_exit(struct device *dev, void *data)
267{
268 free_irq(IRQ_GPIOC(29), data);
269}
270
271static struct imxmmc_platform_data sdhc_pdata = {
272 .init = pca100_sdhc2_init,
273 .exit = pca100_sdhc2_exit,
274};
275
Wolfram Sangc18e8fa2010-05-21 06:52:06 +0200276#if defined(CONFIG_USB_ULPI)
Sascha Hauereee7c492010-02-03 17:13:29 +0100277static int otg_phy_init(struct platform_device *pdev)
278{
279 gpio_set_value(OTG_PHY_CS_GPIO, 0);
280 return 0;
281}
282
283static struct mxc_usbh_platform_data otg_pdata = {
284 .init = otg_phy_init,
285 .portsc = MXC_EHCI_MODE_ULPI,
286 .flags = MXC_EHCI_INTERFACE_DIFF_UNI,
287};
288
289static int usbh2_phy_init(struct platform_device *pdev)
290{
291 gpio_set_value(USBH2_PHY_CS_GPIO, 0);
292 return 0;
293}
294
295static struct mxc_usbh_platform_data usbh2_pdata = {
296 .init = usbh2_phy_init,
297 .portsc = MXC_EHCI_MODE_ULPI,
298 .flags = MXC_EHCI_INTERFACE_DIFF_UNI,
299};
Wolfram Sangc18e8fa2010-05-21 06:52:06 +0200300#endif
Sascha Hauereee7c492010-02-03 17:13:29 +0100301
302static struct fsl_usb2_platform_data otg_device_pdata = {
303 .operating_mode = FSL_USB2_DR_DEVICE,
304 .phy_mode = FSL_USB2_PHY_ULPI,
305};
306
307static int otg_mode_host;
308
309static int __init pca100_otg_mode(char *options)
310{
311 if (!strcmp(options, "host"))
312 otg_mode_host = 1;
313 else if (!strcmp(options, "device"))
314 otg_mode_host = 0;
315 else
316 pr_info("otg_mode neither \"host\" nor \"device\". "
317 "Defaulting to device\n");
318 return 0;
319}
320__setup("otg_mode=", pca100_otg_mode);
321
Luotao Fu42216fc2010-06-18 09:23:18 +0200322/* framebuffer info */
323static struct imx_fb_videomode pca100_fb_modes[] = {
324 {
325 .mode = {
326 .name = "EMERGING-ETV570G0DHU",
327 .refresh = 60,
328 .xres = 640,
329 .yres = 480,
330 .pixclock = 39722, /* in ps (25.175 MHz) */
331 .hsync_len = 30,
332 .left_margin = 114,
333 .right_margin = 16,
334 .vsync_len = 3,
335 .upper_margin = 32,
336 .lower_margin = 0,
337 },
338 /*
339 * TFT
340 * Pixel pol active high
341 * HSYNC active low
342 * VSYNC active low
343 * use HSYNC for ACD count
344 * line clock disable while idle
345 * always enable line clock even if no data
346 */
347 .pcr = 0xf0c08080,
348 .bpp = 16,
349 },
350};
351
Uwe Kleine-Königad851bf2010-11-04 17:07:48 +0100352static const struct imx_fb_platform_data pca100_fb_data __initconst = {
Luotao Fu42216fc2010-06-18 09:23:18 +0200353 .mode = pca100_fb_modes,
354 .num_modes = ARRAY_SIZE(pca100_fb_modes),
355
356 .pwmr = 0x00A903FF,
357 .lscr1 = 0x00120300,
358 .dmacr = 0x00020010,
359};
360
Luotao Fu33731692009-08-06 11:19:39 +0200361static void __init pca100_init(void)
362{
363 int ret;
364
Sascha Hauerc8a68852010-02-08 16:42:28 +0100365 /* SSI unit */
366 mxc_audmux_v1_configure_port(MX27_AUDMUX_HPCR1_SSI0,
367 MXC_AUDMUX_V1_PCR_SYN | /* 4wire mode */
368 MXC_AUDMUX_V1_PCR_TFCSEL(3) |
369 MXC_AUDMUX_V1_PCR_TCLKDIR | /* clock is output */
370 MXC_AUDMUX_V1_PCR_RXDSEL(3));
371 mxc_audmux_v1_configure_port(3,
372 MXC_AUDMUX_V1_PCR_SYN | /* 4wire mode */
373 MXC_AUDMUX_V1_PCR_TFCSEL(0) |
374 MXC_AUDMUX_V1_PCR_TFSDIR |
375 MXC_AUDMUX_V1_PCR_RXDSEL(0));
376
Luotao Fu33731692009-08-06 11:19:39 +0200377 ret = mxc_gpio_setup_multiple_pins(pca100_pins,
378 ARRAY_SIZE(pca100_pins), "PCA100");
379 if (ret)
380 printk(KERN_ERR "pca100: Failed to setup pins (%d)\n", ret);
381
Uwe Kleine-König4697bb922010-08-25 17:37:45 +0200382 imx27_add_imx_ssi(0, &pca100_ssi_pdata);
Sascha Hauerc8a68852010-02-08 16:42:28 +0100383
Uwe Kleine-Königd5dac4a2010-06-23 09:36:01 +0200384 imx27_add_imx_uart0(&uart_pdata);
Luotao Fu33731692009-08-06 11:19:39 +0200385
Luotao Fu33731692009-08-06 11:19:39 +0200386 mxc_register_device(&mxc_sdhc_device1, &sdhc_pdata);
387
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +0200388 imx27_add_mxc_nand(&pca100_nand_board_info);
Luotao Fu33731692009-08-06 11:19:39 +0200389
390 /* only the i2c master 1 is used on this CPU card */
391 i2c_register_board_info(1, pca100_i2c_devices,
392 ARRAY_SIZE(pca100_i2c_devices));
393
Uwe Kleine-König77a406d2010-08-25 12:19:50 +0200394 imx27_add_imx_i2c(1, &pca100_i2c1_data);
Luotao Fu33731692009-08-06 11:19:39 +0200395
Luotao Fu33731692009-08-06 11:19:39 +0200396#if defined(CONFIG_SPI_IMX) || defined(CONFIG_SPI_IMX_MODULE)
Luotao Fub725aba2010-06-18 09:23:19 +0200397 mxc_gpio_mode(GPIO_PORTD | 28 | GPIO_GPIO | GPIO_IN);
398 mxc_gpio_mode(GPIO_PORTD | 27 | GPIO_GPIO | GPIO_IN);
Luotao Fu33731692009-08-06 11:19:39 +0200399 spi_register_board_info(pca100_spi_board_info,
400 ARRAY_SIZE(pca100_spi_board_info));
Uwe Kleine-König4df772d2010-08-10 21:18:57 +0100401 imx27_add_spi_imx0(&pca100_spi0_data);
Luotao Fu33731692009-08-06 11:19:39 +0200402#endif
403
Sascha Hauereee7c492010-02-03 17:13:29 +0100404 gpio_request(OTG_PHY_CS_GPIO, "usb-otg-cs");
405 gpio_direction_output(OTG_PHY_CS_GPIO, 1);
406 gpio_request(USBH2_PHY_CS_GPIO, "usb-host2-cs");
407 gpio_direction_output(USBH2_PHY_CS_GPIO, 1);
408
409#if defined(CONFIG_USB_ULPI)
410 if (otg_mode_host) {
411 otg_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops,
Uwe Kleine-König70ddd472010-08-13 14:06:50 +0200412 ULPI_OTG_DRVVBUS | ULPI_OTG_DRVVBUS_EXT);
Sascha Hauereee7c492010-02-03 17:13:29 +0100413
414 mxc_register_device(&mxc_otg_host, &otg_pdata);
415 }
416
417 usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops,
Uwe Kleine-König70ddd472010-08-13 14:06:50 +0200418 ULPI_OTG_DRVVBUS | ULPI_OTG_DRVVBUS_EXT);
Sascha Hauereee7c492010-02-03 17:13:29 +0100419
420 mxc_register_device(&mxc_usbh2, &usbh2_pdata);
421#endif
422 if (!otg_mode_host) {
423 gpio_set_value(OTG_PHY_CS_GPIO, 0);
424 mxc_register_device(&mxc_otg_udc_device, &otg_device_pdata);
425 }
426
Uwe Kleine-Königad851bf2010-11-04 17:07:48 +0100427 imx27_add_imx_fb(&pca100_fb_data);
Luotao Fu42216fc2010-06-18 09:23:18 +0200428
Uwe Kleine-König6bd96f32010-10-06 12:00:18 +0200429 imx27_add_fec(NULL);
Uwe Kleine-Könige0a19612010-11-04 10:09:10 +0100430 imx27_add_imx2_wdt(NULL);
Uwe Kleine-Königae71a562010-10-29 10:56:07 +0200431 imx27_add_mxc_w1(NULL);
Luotao Fu33731692009-08-06 11:19:39 +0200432}
433
434static void __init pca100_timer_init(void)
435{
436 mx27_clocks_init(26000000);
437}
438
439static struct sys_timer pca100_timer = {
440 .init = pca100_timer_init,
441};
442
443MACHINE_START(PCA100, "phyCARD-i.MX27")
Uwe Kleine-König34101232010-01-29 17:36:05 +0100444 .boot_params = MX27_PHYS_OFFSET + 0x100,
Luotao Fu33731692009-08-06 11:19:39 +0200445 .map_io = mx27_map_io,
Sascha Hauerf6f1bc62009-11-12 11:30:08 +0100446 .init_irq = mx27_init_irq,
Luotao Fu33731692009-08-06 11:19:39 +0200447 .init_machine = pca100_init,
448 .timer = &pca100_timer,
449MACHINE_END
450