blob: b05f528bfc008602b7cf69273c059f5ae94e30ed [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>
Sascha Hauereee7c492010-02-03 17:13:29 +010043#include <mach/mxc_ehci.h>
44#include <mach/ulpi.h>
Luotao Fu33731692009-08-06 11:19:39 +020045
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +020046#include "devices-imx27.h"
Luotao Fu33731692009-08-06 11:19:39 +020047#include "devices.h"
48
Sascha Hauereee7c492010-02-03 17:13:29 +010049#define OTG_PHY_CS_GPIO (GPIO_PORTB + 23)
50#define USBH2_PHY_CS_GPIO (GPIO_PORTB + 24)
Luotao Fub725aba2010-06-18 09:23:19 +020051#define SPI1_SS0 (GPIO_PORTD + 28)
52#define SPI1_SS1 (GPIO_PORTD + 27)
53#define SD2_CD (GPIO_PORTC + 29)
Sascha Hauereee7c492010-02-03 17:13:29 +010054
Uwe Kleine-König6c80ee52010-09-28 21:53:31 +020055static const int pca100_pins[] __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +020056 /* UART1 */
57 PE12_PF_UART1_TXD,
58 PE13_PF_UART1_RXD,
59 PE14_PF_UART1_CTS,
60 PE15_PF_UART1_RTS,
61 /* SDHC */
62 PB4_PF_SD2_D0,
63 PB5_PF_SD2_D1,
64 PB6_PF_SD2_D2,
65 PB7_PF_SD2_D3,
66 PB8_PF_SD2_CMD,
67 PB9_PF_SD2_CLK,
Luotao Fub725aba2010-06-18 09:23:19 +020068 SD2_CD | GPIO_GPIO | GPIO_IN,
Luotao Fu33731692009-08-06 11:19:39 +020069 /* FEC */
70 PD0_AIN_FEC_TXD0,
71 PD1_AIN_FEC_TXD1,
72 PD2_AIN_FEC_TXD2,
73 PD3_AIN_FEC_TXD3,
74 PD4_AOUT_FEC_RX_ER,
75 PD5_AOUT_FEC_RXD1,
76 PD6_AOUT_FEC_RXD2,
77 PD7_AOUT_FEC_RXD3,
78 PD8_AF_FEC_MDIO,
79 PD9_AIN_FEC_MDC,
80 PD10_AOUT_FEC_CRS,
81 PD11_AOUT_FEC_TX_CLK,
82 PD12_AOUT_FEC_RXD0,
83 PD13_AOUT_FEC_RX_DV,
84 PD14_AOUT_FEC_RX_CLK,
85 PD15_AOUT_FEC_COL,
86 PD16_AIN_FEC_TX_ER,
87 PF23_AIN_FEC_TX_EN,
88 /* SSI1 */
89 PC20_PF_SSI1_FS,
90 PC21_PF_SSI1_RXD,
91 PC22_PF_SSI1_TXD,
92 PC23_PF_SSI1_CLK,
93 /* onboard I2C */
94 PC5_PF_I2C2_SDA,
95 PC6_PF_I2C2_SCL,
96 /* external I2C */
97 PD17_PF_I2C_DATA,
98 PD18_PF_I2C_CLK,
99 /* SPI1 */
100 PD25_PF_CSPI1_RDY,
101 PD29_PF_CSPI1_SCLK,
102 PD30_PF_CSPI1_MISO,
103 PD31_PF_CSPI1_MOSI,
Sascha Hauereee7c492010-02-03 17:13:29 +0100104 /* OTG */
105 OTG_PHY_CS_GPIO | GPIO_GPIO | GPIO_OUT,
106 PC7_PF_USBOTG_DATA5,
107 PC8_PF_USBOTG_DATA6,
108 PC9_PF_USBOTG_DATA0,
109 PC10_PF_USBOTG_DATA2,
110 PC11_PF_USBOTG_DATA1,
111 PC12_PF_USBOTG_DATA4,
112 PC13_PF_USBOTG_DATA3,
113 PE0_PF_USBOTG_NXT,
114 PE1_PF_USBOTG_STP,
115 PE2_PF_USBOTG_DIR,
116 PE24_PF_USBOTG_CLK,
117 PE25_PF_USBOTG_DATA7,
118 /* USBH2 */
119 USBH2_PHY_CS_GPIO | GPIO_GPIO | GPIO_OUT,
120 PA0_PF_USBH2_CLK,
121 PA1_PF_USBH2_DIR,
122 PA2_PF_USBH2_DATA7,
123 PA3_PF_USBH2_NXT,
124 PA4_PF_USBH2_STP,
125 PD19_AF_USBH2_DATA4,
126 PD20_AF_USBH2_DATA3,
127 PD21_AF_USBH2_DATA6,
128 PD22_AF_USBH2_DATA0,
129 PD23_AF_USBH2_DATA2,
130 PD24_AF_USBH2_DATA1,
131 PD26_AF_USBH2_DATA5,
Luotao Fu42216fc2010-06-18 09:23:18 +0200132 /* display */
133 PA5_PF_LSCLK,
134 PA6_PF_LD0,
135 PA7_PF_LD1,
136 PA8_PF_LD2,
137 PA9_PF_LD3,
138 PA10_PF_LD4,
139 PA11_PF_LD5,
140 PA12_PF_LD6,
141 PA13_PF_LD7,
142 PA14_PF_LD8,
143 PA15_PF_LD9,
144 PA16_PF_LD10,
145 PA17_PF_LD11,
146 PA18_PF_LD12,
147 PA19_PF_LD13,
148 PA20_PF_LD14,
149 PA21_PF_LD15,
150 PA22_PF_LD16,
151 PA23_PF_LD17,
152 PA26_PF_PS,
153 PA28_PF_HSYNC,
154 PA29_PF_VSYNC,
155 PA31_PF_OE_ACD,
Luotao Fub725aba2010-06-18 09:23:19 +0200156 /* free GPIO */
157 GPIO_PORTC | 31 | GPIO_GPIO | GPIO_IN, /* GPIO0_IRQ */
158 GPIO_PORTC | 25 | GPIO_GPIO | GPIO_IN, /* GPIO1_IRQ */
159 GPIO_PORTE | 5 | GPIO_GPIO | GPIO_IN, /* GPIO2_IRQ */
Luotao Fu33731692009-08-06 11:19:39 +0200160};
161
Uwe Kleine-Königd5dac4a2010-06-23 09:36:01 +0200162static const struct imxuart_platform_data uart_pdata __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +0200163 .flags = IMXUART_HAVE_RTSCTS,
164};
165
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +0200166static const struct mxc_nand_platform_data
167pca100_nand_board_info __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +0200168 .width = 1,
169 .hw_ecc = 1,
170};
171
Uwe Kleine-Königc6987152010-06-16 17:25:40 +0200172static const struct imxi2c_platform_data pca100_i2c1_data __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +0200173 .bitrate = 100000,
174};
175
176static struct at24_platform_data board_eeprom = {
177 .byte_len = 4096,
178 .page_size = 32,
179 .flags = AT24_FLAG_ADDR16,
180};
181
182static struct i2c_board_info pca100_i2c_devices[] = {
183 {
184 I2C_BOARD_INFO("at24", 0x52), /* E0=0, E1=1, E2=0 */
185 .platform_data = &board_eeprom,
186 }, {
Uwe Kleine-Königbd9e3102010-09-28 22:04:01 +0200187 I2C_BOARD_INFO("pcf8563", 0x51),
Luotao Fu33731692009-08-06 11:19:39 +0200188 }, {
189 I2C_BOARD_INFO("lm75", 0x4a),
Luotao Fu33731692009-08-06 11:19:39 +0200190 }
191};
192
193#if defined(CONFIG_SPI_IMX) || defined(CONFIG_SPI_IMX_MODULE)
194static struct spi_eeprom at25320 = {
195 .name = "at25320an",
196 .byte_len = 4096,
197 .page_size = 32,
198 .flags = EE_ADDR2,
199};
200
201static struct spi_board_info pca100_spi_board_info[] __initdata = {
202 {
203 .modalias = "at25",
204 .max_speed_hz = 30000,
205 .bus_num = 0,
206 .chip_select = 1,
207 .platform_data = &at25320,
208 },
209};
210
Luotao Fub725aba2010-06-18 09:23:19 +0200211static int pca100_spi_cs[] = {SPI1_SS0, SPI1_SS1};
Luotao Fu33731692009-08-06 11:19:39 +0200212
Uwe Kleine-König7536cf92010-06-22 09:00:22 +0200213static const struct spi_imx_master pca100_spi0_data __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +0200214 .chipselect = pca100_spi_cs,
215 .num_chipselect = ARRAY_SIZE(pca100_spi_cs),
216};
217#endif
218
Sascha Hauerc8a68852010-02-08 16:42:28 +0100219static void pca100_ac97_warm_reset(struct snd_ac97 *ac97)
220{
221 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT);
222 gpio_set_value(GPIO_PORTC + 20, 1);
223 udelay(2);
224 gpio_set_value(GPIO_PORTC + 20, 0);
225 mxc_gpio_mode(PC20_PF_SSI1_FS);
226 msleep(2);
227}
228
229static void pca100_ac97_cold_reset(struct snd_ac97 *ac97)
230{
231 mxc_gpio_mode(GPIO_PORTC | 20 | GPIO_GPIO | GPIO_OUT); /* FS */
232 gpio_set_value(GPIO_PORTC + 20, 0);
233 mxc_gpio_mode(GPIO_PORTC | 22 | GPIO_GPIO | GPIO_OUT); /* TX */
234 gpio_set_value(GPIO_PORTC + 22, 0);
235 mxc_gpio_mode(GPIO_PORTC | 28 | GPIO_GPIO | GPIO_OUT); /* reset */
236 gpio_set_value(GPIO_PORTC + 28, 0);
237 udelay(10);
238 gpio_set_value(GPIO_PORTC + 28, 1);
239 mxc_gpio_mode(PC20_PF_SSI1_FS);
240 mxc_gpio_mode(PC22_PF_SSI1_TXD);
241 msleep(2);
242}
243
Uwe Kleine-König4697bb922010-08-25 17:37:45 +0200244static const struct imx_ssi_platform_data pca100_ssi_pdata __initconst = {
Sascha Hauerc8a68852010-02-08 16:42:28 +0100245 .ac97_reset = pca100_ac97_cold_reset,
246 .ac97_warm_reset = pca100_ac97_warm_reset,
247 .flags = IMX_SSI_USE_AC97,
248};
249
Luotao Fu33731692009-08-06 11:19:39 +0200250static int pca100_sdhc2_init(struct device *dev, irq_handler_t detect_irq,
251 void *data)
252{
253 int ret;
254
255 ret = request_irq(IRQ_GPIOC(29), detect_irq,
256 IRQF_DISABLED | IRQF_TRIGGER_FALLING,
257 "imx-mmc-detect", data);
258 if (ret)
259 printk(KERN_ERR
260 "pca100: Failed to reuest irq for sd/mmc detection\n");
261
262 return ret;
263}
264
265static void pca100_sdhc2_exit(struct device *dev, void *data)
266{
267 free_irq(IRQ_GPIOC(29), data);
268}
269
Uwe Kleine-König9d3d9452010-11-05 17:26:09 +0100270static const struct imxmmc_platform_data sdhc_pdata __initconst = {
Luotao Fu33731692009-08-06 11:19:39 +0200271 .init = pca100_sdhc2_init,
272 .exit = pca100_sdhc2_exit,
273};
274
Wolfram Sangc18e8fa2010-05-21 06:52:06 +0200275#if defined(CONFIG_USB_ULPI)
Sascha Hauereee7c492010-02-03 17:13:29 +0100276static int otg_phy_init(struct platform_device *pdev)
277{
278 gpio_set_value(OTG_PHY_CS_GPIO, 0);
279 return 0;
280}
281
282static struct mxc_usbh_platform_data otg_pdata = {
283 .init = otg_phy_init,
284 .portsc = MXC_EHCI_MODE_ULPI,
285 .flags = MXC_EHCI_INTERFACE_DIFF_UNI,
286};
287
288static int usbh2_phy_init(struct platform_device *pdev)
289{
290 gpio_set_value(USBH2_PHY_CS_GPIO, 0);
291 return 0;
292}
293
294static struct mxc_usbh_platform_data usbh2_pdata = {
295 .init = usbh2_phy_init,
296 .portsc = MXC_EHCI_MODE_ULPI,
297 .flags = MXC_EHCI_INTERFACE_DIFF_UNI,
298};
Wolfram Sangc18e8fa2010-05-21 06:52:06 +0200299#endif
Sascha Hauereee7c492010-02-03 17:13:29 +0100300
301static struct fsl_usb2_platform_data otg_device_pdata = {
302 .operating_mode = FSL_USB2_DR_DEVICE,
303 .phy_mode = FSL_USB2_PHY_ULPI,
304};
305
306static int otg_mode_host;
307
308static int __init pca100_otg_mode(char *options)
309{
310 if (!strcmp(options, "host"))
311 otg_mode_host = 1;
312 else if (!strcmp(options, "device"))
313 otg_mode_host = 0;
314 else
315 pr_info("otg_mode neither \"host\" nor \"device\". "
316 "Defaulting to device\n");
317 return 0;
318}
319__setup("otg_mode=", pca100_otg_mode);
320
Luotao Fu42216fc2010-06-18 09:23:18 +0200321/* framebuffer info */
322static struct imx_fb_videomode pca100_fb_modes[] = {
323 {
324 .mode = {
325 .name = "EMERGING-ETV570G0DHU",
326 .refresh = 60,
327 .xres = 640,
328 .yres = 480,
329 .pixclock = 39722, /* in ps (25.175 MHz) */
330 .hsync_len = 30,
331 .left_margin = 114,
332 .right_margin = 16,
333 .vsync_len = 3,
334 .upper_margin = 32,
335 .lower_margin = 0,
336 },
337 /*
338 * TFT
339 * Pixel pol active high
340 * HSYNC active low
341 * VSYNC active low
342 * use HSYNC for ACD count
343 * line clock disable while idle
344 * always enable line clock even if no data
345 */
346 .pcr = 0xf0c08080,
347 .bpp = 16,
348 },
349};
350
Uwe Kleine-Königad851bf2010-11-04 17:07:48 +0100351static const struct imx_fb_platform_data pca100_fb_data __initconst = {
Luotao Fu42216fc2010-06-18 09:23:18 +0200352 .mode = pca100_fb_modes,
353 .num_modes = ARRAY_SIZE(pca100_fb_modes),
354
355 .pwmr = 0x00A903FF,
356 .lscr1 = 0x00120300,
357 .dmacr = 0x00020010,
358};
359
Luotao Fu33731692009-08-06 11:19:39 +0200360static void __init pca100_init(void)
361{
362 int ret;
363
Sascha Hauerc8a68852010-02-08 16:42:28 +0100364 /* SSI unit */
365 mxc_audmux_v1_configure_port(MX27_AUDMUX_HPCR1_SSI0,
366 MXC_AUDMUX_V1_PCR_SYN | /* 4wire mode */
367 MXC_AUDMUX_V1_PCR_TFCSEL(3) |
368 MXC_AUDMUX_V1_PCR_TCLKDIR | /* clock is output */
369 MXC_AUDMUX_V1_PCR_RXDSEL(3));
370 mxc_audmux_v1_configure_port(3,
371 MXC_AUDMUX_V1_PCR_SYN | /* 4wire mode */
372 MXC_AUDMUX_V1_PCR_TFCSEL(0) |
373 MXC_AUDMUX_V1_PCR_TFSDIR |
374 MXC_AUDMUX_V1_PCR_RXDSEL(0));
375
Luotao Fu33731692009-08-06 11:19:39 +0200376 ret = mxc_gpio_setup_multiple_pins(pca100_pins,
377 ARRAY_SIZE(pca100_pins), "PCA100");
378 if (ret)
379 printk(KERN_ERR "pca100: Failed to setup pins (%d)\n", ret);
380
Uwe Kleine-König4697bb922010-08-25 17:37:45 +0200381 imx27_add_imx_ssi(0, &pca100_ssi_pdata);
Sascha Hauerc8a68852010-02-08 16:42:28 +0100382
Uwe Kleine-Königd5dac4a2010-06-23 09:36:01 +0200383 imx27_add_imx_uart0(&uart_pdata);
Luotao Fu33731692009-08-06 11:19:39 +0200384
Uwe Kleine-König9d3d9452010-11-05 17:26:09 +0100385 imx27_add_mxc_mmc(1, &sdhc_pdata);
Luotao Fu33731692009-08-06 11:19:39 +0200386
Uwe Kleine-König0e7a29a2010-06-16 07:35:31 +0200387 imx27_add_mxc_nand(&pca100_nand_board_info);
Luotao Fu33731692009-08-06 11:19:39 +0200388
389 /* only the i2c master 1 is used on this CPU card */
390 i2c_register_board_info(1, pca100_i2c_devices,
391 ARRAY_SIZE(pca100_i2c_devices));
392
Uwe Kleine-König77a406d2010-08-25 12:19:50 +0200393 imx27_add_imx_i2c(1, &pca100_i2c1_data);
Luotao Fu33731692009-08-06 11:19:39 +0200394
Luotao Fu33731692009-08-06 11:19:39 +0200395#if defined(CONFIG_SPI_IMX) || defined(CONFIG_SPI_IMX_MODULE)
Luotao Fub725aba2010-06-18 09:23:19 +0200396 mxc_gpio_mode(GPIO_PORTD | 28 | GPIO_GPIO | GPIO_IN);
397 mxc_gpio_mode(GPIO_PORTD | 27 | GPIO_GPIO | GPIO_IN);
Luotao Fu33731692009-08-06 11:19:39 +0200398 spi_register_board_info(pca100_spi_board_info,
399 ARRAY_SIZE(pca100_spi_board_info));
Uwe Kleine-König4df772d2010-08-10 21:18:57 +0100400 imx27_add_spi_imx0(&pca100_spi0_data);
Luotao Fu33731692009-08-06 11:19:39 +0200401#endif
402
Sascha Hauereee7c492010-02-03 17:13:29 +0100403 gpio_request(OTG_PHY_CS_GPIO, "usb-otg-cs");
404 gpio_direction_output(OTG_PHY_CS_GPIO, 1);
405 gpio_request(USBH2_PHY_CS_GPIO, "usb-host2-cs");
406 gpio_direction_output(USBH2_PHY_CS_GPIO, 1);
407
408#if defined(CONFIG_USB_ULPI)
409 if (otg_mode_host) {
410 otg_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops,
Uwe Kleine-König70ddd472010-08-13 14:06:50 +0200411 ULPI_OTG_DRVVBUS | ULPI_OTG_DRVVBUS_EXT);
Sascha Hauereee7c492010-02-03 17:13:29 +0100412
413 mxc_register_device(&mxc_otg_host, &otg_pdata);
414 }
415
416 usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops,
Uwe Kleine-König70ddd472010-08-13 14:06:50 +0200417 ULPI_OTG_DRVVBUS | ULPI_OTG_DRVVBUS_EXT);
Sascha Hauereee7c492010-02-03 17:13:29 +0100418
419 mxc_register_device(&mxc_usbh2, &usbh2_pdata);
420#endif
421 if (!otg_mode_host) {
422 gpio_set_value(OTG_PHY_CS_GPIO, 0);
423 mxc_register_device(&mxc_otg_udc_device, &otg_device_pdata);
424 }
425
Uwe Kleine-Königad851bf2010-11-04 17:07:48 +0100426 imx27_add_imx_fb(&pca100_fb_data);
Luotao Fu42216fc2010-06-18 09:23:18 +0200427
Uwe Kleine-König6bd96f32010-10-06 12:00:18 +0200428 imx27_add_fec(NULL);
Uwe Kleine-Könige0a19612010-11-04 10:09:10 +0100429 imx27_add_imx2_wdt(NULL);
Uwe Kleine-Königae71a562010-10-29 10:56:07 +0200430 imx27_add_mxc_w1(NULL);
Luotao Fu33731692009-08-06 11:19:39 +0200431}
432
433static void __init pca100_timer_init(void)
434{
435 mx27_clocks_init(26000000);
436}
437
438static struct sys_timer pca100_timer = {
439 .init = pca100_timer_init,
440};
441
442MACHINE_START(PCA100, "phyCARD-i.MX27")
Uwe Kleine-König34101232010-01-29 17:36:05 +0100443 .boot_params = MX27_PHYS_OFFSET + 0x100,
Luotao Fu33731692009-08-06 11:19:39 +0200444 .map_io = mx27_map_io,
Sascha Hauerf6f1bc62009-11-12 11:30:08 +0100445 .init_irq = mx27_init_irq,
Luotao Fu33731692009-08-06 11:19:39 +0200446 .init_machine = pca100_init,
447 .timer = &pca100_timer,
448MACHINE_END
449