blob: ff74fab34c8549c3b18c5f0b47e3f496aae1aa90 [file] [log] [blame]
Valentin Longchamp988d2d42008-11-23 17:35:08 +01001/*
2 * Copyright (C) 2008 Valentin Longchamp, EPFL Mobots group
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 */
18
Valentin Longchampb23f1532009-08-10 18:33:11 +020019#include <linux/delay.h>
Valentin Longchamp88b05642009-08-10 18:33:12 +020020#include <linux/fsl_devices.h>
Valentin Longchamp45b131a2009-04-21 10:24:56 +020021#include <linux/gpio.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010022#include <linux/init.h>
Valentin Longchamp45b131a2009-04-21 10:24:56 +020023#include <linux/interrupt.h>
Valentin Longchamp77aa5612009-08-12 11:29:19 +020024#include <linux/leds.h>
Valentin Longchamp220bbce2009-04-17 15:20:25 +020025#include <linux/memory.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010026#include <linux/mtd/physmap.h>
27#include <linux/mtd/partitions.h>
Valentin Longchamp220bbce2009-04-17 15:20:25 +020028#include <linux/platform_device.h>
29#include <linux/types.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010030
Valentin Longchamp988d2d42008-11-23 17:35:08 +010031#include <asm/mach-types.h>
32#include <asm/mach/arch.h>
33#include <asm/mach/time.h>
34#include <asm/mach/map.h>
Valentin Longchamp220bbce2009-04-17 15:20:25 +020035#include <mach/board-mx31moboard.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010036#include <mach/common.h>
Valentin Longchamp220bbce2009-04-17 15:20:25 +020037#include <mach/hardware.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010038#include <mach/imx-uart.h>
39#include <mach/iomux-mx3.h>
Valentin Longchamp4ec6ecc2009-04-21 10:24:22 +020040#include <mach/i2c.h>
Valentin Longchamp45b131a2009-04-21 10:24:56 +020041#include <mach/mmc.h>
Sascha Hauerc5aa0ad2009-05-25 17:36:19 +020042#include <mach/mx31.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010043
44#include "devices.h"
45
Valentin Longchamp220bbce2009-04-17 15:20:25 +020046static unsigned int moboard_pins[] = {
47 /* UART0 */
Valentin Longchamp220bbce2009-04-17 15:20:25 +020048 MX31_PIN_TXD1__TXD1, MX31_PIN_RXD1__RXD1,
Valentin Longchamp421bf822009-11-03 18:09:47 +010049 MX31_PIN_CTS1__GPIO2_7,
Valentin Longchamp220bbce2009-04-17 15:20:25 +020050 /* UART4 */
51 MX31_PIN_PC_RST__CTS5, MX31_PIN_PC_VS2__RTS5,
52 MX31_PIN_PC_BVD2__TXD5, MX31_PIN_PC_BVD1__RXD5,
Valentin Longchamp56c7a452009-04-22 10:55:50 +020053 /* I2C0 */
54 MX31_PIN_I2C_DAT__I2C1_SDA, MX31_PIN_I2C_CLK__I2C1_SCL,
55 /* I2C1 */
56 MX31_PIN_DCD_DTE1__I2C2_SDA, MX31_PIN_RI_DTE1__I2C2_SCL,
57 /* SDHC1 */
58 MX31_PIN_SD1_DATA3__SD1_DATA3, MX31_PIN_SD1_DATA2__SD1_DATA2,
59 MX31_PIN_SD1_DATA1__SD1_DATA1, MX31_PIN_SD1_DATA0__SD1_DATA0,
60 MX31_PIN_SD1_CLK__SD1_CLK, MX31_PIN_SD1_CMD__SD1_CMD,
61 MX31_PIN_ATA_CS0__GPIO3_26, MX31_PIN_ATA_CS1__GPIO3_27,
Valentin Longchampb23f1532009-08-10 18:33:11 +020062 /* USB reset */
63 MX31_PIN_GPIO1_0__GPIO1_0,
Valentin Longchamp88b05642009-08-10 18:33:12 +020064 /* USB OTG */
65 MX31_PIN_USBOTG_DATA0__USBOTG_DATA0,
66 MX31_PIN_USBOTG_DATA1__USBOTG_DATA1,
67 MX31_PIN_USBOTG_DATA2__USBOTG_DATA2,
68 MX31_PIN_USBOTG_DATA3__USBOTG_DATA3,
69 MX31_PIN_USBOTG_DATA4__USBOTG_DATA4,
70 MX31_PIN_USBOTG_DATA5__USBOTG_DATA5,
71 MX31_PIN_USBOTG_DATA6__USBOTG_DATA6,
72 MX31_PIN_USBOTG_DATA7__USBOTG_DATA7,
73 MX31_PIN_USBOTG_CLK__USBOTG_CLK, MX31_PIN_USBOTG_DIR__USBOTG_DIR,
74 MX31_PIN_USBOTG_NXT__USBOTG_NXT, MX31_PIN_USBOTG_STP__USBOTG_STP,
75 MX31_PIN_USB_OC__GPIO1_30,
Valentin Longchamp77aa5612009-08-12 11:29:19 +020076 /* LEDs */
77 MX31_PIN_SVEN0__GPIO2_0, MX31_PIN_STX0__GPIO2_1,
78 MX31_PIN_SRX0__GPIO2_2, MX31_PIN_SIMPD0__GPIO2_3,
Valentin Longchamp8b1a5402009-08-12 11:29:20 +020079 /* SEL */
80 MX31_PIN_DTR_DCE1__GPIO2_8, MX31_PIN_DSR_DCE1__GPIO2_9,
81 MX31_PIN_RI_DCE1__GPIO2_10, MX31_PIN_DCD_DCE1__GPIO2_11,
Valentin Longchamp220bbce2009-04-17 15:20:25 +020082};
83
Valentin Longchamp988d2d42008-11-23 17:35:08 +010084static struct physmap_flash_data mx31moboard_flash_data = {
85 .width = 2,
86};
87
88static struct resource mx31moboard_flash_resource = {
89 .start = 0xa0000000,
90 .end = 0xa1ffffff,
91 .flags = IORESOURCE_MEM,
92};
93
94static struct platform_device mx31moboard_flash = {
95 .name = "physmap-flash",
96 .id = 0,
97 .dev = {
98 .platform_data = &mx31moboard_flash_data,
99 },
100 .resource = &mx31moboard_flash_resource,
101 .num_resources = 1,
102};
103
Valentin Longchamp421bf822009-11-03 18:09:47 +0100104static int moboard_uart0_init(struct platform_device *pdev)
105{
106 gpio_request(IOMUX_TO_GPIO(MX31_PIN_CTS1), "uart0-cts-hack");
107 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_CTS1), 0);
108 return 0;
109}
110
111static struct imxuart_platform_data uart0_pdata = {
112 .init = moboard_uart0_init,
113};
114
115static struct imxuart_platform_data uart4_pdata = {
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100116 .flags = IMXUART_HAVE_RTSCTS,
117};
118
Valentin Longchamp4ec6ecc2009-04-21 10:24:22 +0200119static struct imxi2c_platform_data moboard_i2c0_pdata = {
120 .bitrate = 400000,
121};
122
123static struct imxi2c_platform_data moboard_i2c1_pdata = {
124 .bitrate = 100000,
125};
126
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200127#define SDHC1_CD IOMUX_TO_GPIO(MX31_PIN_ATA_CS0)
128#define SDHC1_WP IOMUX_TO_GPIO(MX31_PIN_ATA_CS1)
129
130static int moboard_sdhc1_get_ro(struct device *dev)
131{
Valentin Longchamp563abb42009-08-11 17:29:21 +0200132 return !gpio_get_value(SDHC1_WP);
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200133}
134
135static int moboard_sdhc1_init(struct device *dev, irq_handler_t detect_irq,
136 void *data)
137{
Sascha Hauer4f163eb2009-05-06 12:55:50 +0200138 int ret;
139
140 ret = gpio_request(SDHC1_CD, "sdhc-detect");
141 if (ret)
142 return ret;
143
144 gpio_direction_input(SDHC1_CD);
145
146 ret = gpio_request(SDHC1_WP, "sdhc-wp");
147 if (ret)
148 goto err_gpio_free;
149 gpio_direction_input(SDHC1_WP);
150
151 ret = request_irq(gpio_to_irq(SDHC1_CD), detect_irq,
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200152 IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
153 "sdhc1-card-detect", data);
Sascha Hauer4f163eb2009-05-06 12:55:50 +0200154 if (ret)
155 goto err_gpio_free_2;
156
157 return 0;
158
159err_gpio_free_2:
160 gpio_free(SDHC1_WP);
161err_gpio_free:
162 gpio_free(SDHC1_CD);
163
164 return ret;
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200165}
166
167static void moboard_sdhc1_exit(struct device *dev, void *data)
168{
169 free_irq(gpio_to_irq(SDHC1_CD), data);
Sascha Hauer4f163eb2009-05-06 12:55:50 +0200170 gpio_free(SDHC1_WP);
171 gpio_free(SDHC1_CD);
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200172}
173
174static struct imxmmc_platform_data sdhc1_pdata = {
175 .get_ro = moboard_sdhc1_get_ro,
176 .init = moboard_sdhc1_init,
177 .exit = moboard_sdhc1_exit,
178};
179
Valentin Longchampb23f1532009-08-10 18:33:11 +0200180/*
181 * this pin is dedicated for all mx31moboard systems, so we do it here
182 */
183#define USB_RESET_B IOMUX_TO_GPIO(MX31_PIN_GPIO1_0)
184
185static void usb_xcvr_reset(void)
186{
187 gpio_request(USB_RESET_B, "usb-reset");
188 gpio_direction_output(USB_RESET_B, 0);
189 mdelay(1);
190 gpio_set_value(USB_RESET_B, 1);
191}
192
Valentin Longchamp88b05642009-08-10 18:33:12 +0200193#define USB_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \
194 PAD_CTL_ODE_CMOS | PAD_CTL_100K_PU)
195
196#define OTG_EN_B IOMUX_TO_GPIO(MX31_PIN_USB_OC)
197
198static void moboard_usbotg_init(void)
199{
200 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA0, USB_PAD_CFG);
201 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA1, USB_PAD_CFG);
202 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA2, USB_PAD_CFG);
203 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA3, USB_PAD_CFG);
204 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA4, USB_PAD_CFG);
205 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA5, USB_PAD_CFG);
206 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA6, USB_PAD_CFG);
207 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA7, USB_PAD_CFG);
208 mxc_iomux_set_pad(MX31_PIN_USBOTG_CLK, USB_PAD_CFG);
209 mxc_iomux_set_pad(MX31_PIN_USBOTG_DIR, USB_PAD_CFG);
210 mxc_iomux_set_pad(MX31_PIN_USBOTG_NXT, USB_PAD_CFG);
211 mxc_iomux_set_pad(MX31_PIN_USBOTG_STP, USB_PAD_CFG);
212
213 gpio_request(OTG_EN_B, "usb-udc-en");
214 gpio_direction_output(OTG_EN_B, 0);
215}
216
217static struct fsl_usb2_platform_data usb_pdata = {
218 .operating_mode = FSL_USB2_DR_DEVICE,
219 .phy_mode = FSL_USB2_PHY_ULPI,
220};
221
Valentin Longchamp77aa5612009-08-12 11:29:19 +0200222static struct gpio_led mx31moboard_leds[] = {
223 {
224 .name = "coreboard-led-0:red:running",
225 .default_trigger = "heartbeat",
226 .gpio = IOMUX_TO_GPIO(MX31_PIN_SVEN0),
227 }, {
228 .name = "coreboard-led-1:red",
229 .gpio = IOMUX_TO_GPIO(MX31_PIN_STX0),
230 }, {
231 .name = "coreboard-led-2:red",
232 .gpio = IOMUX_TO_GPIO(MX31_PIN_SRX0),
233 }, {
234 .name = "coreboard-led-3:red",
235 .gpio = IOMUX_TO_GPIO(MX31_PIN_SIMPD0),
236 },
237};
238
239static struct gpio_led_platform_data mx31moboard_led_pdata = {
240 .num_leds = ARRAY_SIZE(mx31moboard_leds),
241 .leds = mx31moboard_leds,
242};
243
244static struct platform_device mx31moboard_leds_device = {
245 .name = "leds-gpio",
246 .id = -1,
247 .dev = {
248 .platform_data = &mx31moboard_led_pdata,
249 },
250};
251
Valentin Longchamp8b1a5402009-08-12 11:29:20 +0200252#define SEL0 IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1)
253#define SEL1 IOMUX_TO_GPIO(MX31_PIN_DSR_DCE1)
254#define SEL2 IOMUX_TO_GPIO(MX31_PIN_RI_DCE1)
255#define SEL3 IOMUX_TO_GPIO(MX31_PIN_DCD_DCE1)
256
257static void mx31moboard_init_sel_gpios(void)
258{
259 if (!gpio_request(SEL0, "sel0")) {
260 gpio_direction_input(SEL0);
261 gpio_export(SEL0, true);
262 }
263
264 if (!gpio_request(SEL1, "sel1")) {
265 gpio_direction_input(SEL1);
266 gpio_export(SEL1, true);
267 }
268
269 if (!gpio_request(SEL2, "sel2")) {
270 gpio_direction_input(SEL2);
271 gpio_export(SEL2, true);
272 }
273
274 if (!gpio_request(SEL3, "sel3")) {
275 gpio_direction_input(SEL3);
276 gpio_export(SEL3, true);
277 }
278}
279
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100280static struct platform_device *devices[] __initdata = {
281 &mx31moboard_flash,
Valentin Longchamp77aa5612009-08-12 11:29:19 +0200282 &mx31moboard_leds_device,
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100283};
284
Valentin Longchampe00f0b42009-02-16 12:47:51 +0100285static int mx31moboard_baseboard;
286core_param(mx31moboard_baseboard, mx31moboard_baseboard, int, 0444);
287
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100288/*
289 * Board specific initialization.
290 */
291static void __init mxc_board_init(void)
292{
Valentin Longchamp220bbce2009-04-17 15:20:25 +0200293 mxc_iomux_setup_multiple_pins(moboard_pins, ARRAY_SIZE(moboard_pins),
294 "moboard");
295
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100296 platform_add_devices(devices, ARRAY_SIZE(devices));
297
Valentin Longchamp421bf822009-11-03 18:09:47 +0100298 mxc_register_device(&mxc_uart_device0, &uart0_pdata);
299
300 mxc_register_device(&mxc_uart_device4, &uart4_pdata);
Valentin Longchampe00f0b42009-02-16 12:47:51 +0100301
Valentin Longchamp8b1a5402009-08-12 11:29:20 +0200302 mx31moboard_init_sel_gpios();
303
Valentin Longchamp4ec6ecc2009-04-21 10:24:22 +0200304 mxc_register_device(&mxc_i2c_device0, &moboard_i2c0_pdata);
305 mxc_register_device(&mxc_i2c_device1, &moboard_i2c1_pdata);
306
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200307 mxc_register_device(&mxcsdhc_device0, &sdhc1_pdata);
308
Valentin Longchampb23f1532009-08-10 18:33:11 +0200309 usb_xcvr_reset();
310
Valentin Longchamp88b05642009-08-10 18:33:12 +0200311 moboard_usbotg_init();
312 mxc_register_device(&mxc_otg_udc_device, &usb_pdata);
313
Valentin Longchampe00f0b42009-02-16 12:47:51 +0100314 switch (mx31moboard_baseboard) {
315 case MX31NOBOARD:
316 break;
317 case MX31DEVBOARD:
318 mx31moboard_devboard_init();
319 break;
320 case MX31MARXBOT:
321 mx31moboard_marxbot_init();
322 break;
323 default:
Valentin Longchamp220bbce2009-04-17 15:20:25 +0200324 printk(KERN_ERR "Illegal mx31moboard_baseboard type %d\n",
325 mx31moboard_baseboard);
Valentin Longchampe00f0b42009-02-16 12:47:51 +0100326 }
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100327}
328
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100329static void __init mx31moboard_timer_init(void)
330{
Sascha Hauer30c730f2009-02-16 14:36:49 +0100331 mx31_clocks_init(26000000);
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100332}
333
334struct sys_timer mx31moboard_timer = {
335 .init = mx31moboard_timer_init,
336};
337
338MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard")
339 /* Maintainer: Valentin Longchamp, EPFL Mobots group */
340 .phys_io = AIPS1_BASE_ADDR,
341 .io_pg_offst = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc,
342 .boot_params = PHYS_OFFSET + 0x100,
Sascha Hauercd4a05f2009-04-02 22:32:10 +0200343 .map_io = mx31_map_io,
Sascha Hauerc5aa0ad2009-05-25 17:36:19 +0200344 .init_irq = mx31_init_irq,
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100345 .init_machine = mxc_board_init,
346 .timer = &mx31moboard_timer,
347MACHINE_END
348