blob: 62b5e40165dfea0692b06c97865f2094d053439d [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 Longchamp04ea3c82009-11-03 18:09:51 +010020#include <linux/dma-mapping.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090021#include <linux/gfp.h>
Valentin Longchamp45b131a2009-04-21 10:24:56 +020022#include <linux/gpio.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010023#include <linux/init.h>
Valentin Longchamp45b131a2009-04-21 10:24:56 +020024#include <linux/interrupt.h>
Valentin Longchamp77aa5612009-08-12 11:29:19 +020025#include <linux/leds.h>
Valentin Longchamp220bbce2009-04-17 15:20:25 +020026#include <linux/memory.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010027#include <linux/mtd/physmap.h>
28#include <linux/mtd/partitions.h>
Valentin Longchamp220bbce2009-04-17 15:20:25 +020029#include <linux/platform_device.h>
Valentin Longchamp65da9792009-11-03 18:09:49 +010030#include <linux/regulator/machine.h>
31#include <linux/mfd/mc13783.h>
32#include <linux/spi/spi.h>
Valentin Longchamp220bbce2009-04-17 15:20:25 +020033#include <linux/types.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010034
Valentin Longchampd67d1072009-11-23 19:16:37 +010035#include <linux/usb/otg.h>
36#include <linux/usb/ulpi.h>
37
Valentin Longchamp988d2d42008-11-23 17:35:08 +010038#include <asm/mach-types.h>
39#include <asm/mach/arch.h>
40#include <asm/mach/time.h>
41#include <asm/mach/map.h>
Valentin Longchamp220bbce2009-04-17 15:20:25 +020042#include <mach/board-mx31moboard.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010043#include <mach/common.h>
Valentin Longchamp220bbce2009-04-17 15:20:25 +020044#include <mach/hardware.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010045#include <mach/imx-uart.h>
46#include <mach/iomux-mx3.h>
Valentin Longchamp4dd71292009-11-03 18:09:50 +010047#include <mach/ipu.h>
Valentin Longchamp4ec6ecc72009-04-21 10:24:22 +020048#include <mach/i2c.h>
Valentin Longchamp45b131a2009-04-21 10:24:56 +020049#include <mach/mmc.h>
Valentin Longchampd67d1072009-11-23 19:16:37 +010050#include <mach/mxc_ehci.h>
Valentin Longchamp65da9792009-11-03 18:09:49 +010051#include <mach/mx3_camera.h>
52#include <mach/spi.h>
Valentin Longchampd67d1072009-11-23 19:16:37 +010053#include <mach/ulpi.h>
Valentin Longchamp988d2d42008-11-23 17:35:08 +010054
55#include "devices.h"
56
Valentin Longchamp220bbce2009-04-17 15:20:25 +020057static unsigned int moboard_pins[] = {
58 /* UART0 */
Valentin Longchamp220bbce2009-04-17 15:20:25 +020059 MX31_PIN_TXD1__TXD1, MX31_PIN_RXD1__RXD1,
Valentin Longchamp421bf822009-11-03 18:09:47 +010060 MX31_PIN_CTS1__GPIO2_7,
Valentin Longchamp220bbce2009-04-17 15:20:25 +020061 /* UART4 */
62 MX31_PIN_PC_RST__CTS5, MX31_PIN_PC_VS2__RTS5,
63 MX31_PIN_PC_BVD2__TXD5, MX31_PIN_PC_BVD1__RXD5,
Valentin Longchamp56c7a452009-04-22 10:55:50 +020064 /* I2C0 */
65 MX31_PIN_I2C_DAT__I2C1_SDA, MX31_PIN_I2C_CLK__I2C1_SCL,
66 /* I2C1 */
67 MX31_PIN_DCD_DTE1__I2C2_SDA, MX31_PIN_RI_DTE1__I2C2_SCL,
68 /* SDHC1 */
69 MX31_PIN_SD1_DATA3__SD1_DATA3, MX31_PIN_SD1_DATA2__SD1_DATA2,
70 MX31_PIN_SD1_DATA1__SD1_DATA1, MX31_PIN_SD1_DATA0__SD1_DATA0,
71 MX31_PIN_SD1_CLK__SD1_CLK, MX31_PIN_SD1_CMD__SD1_CMD,
72 MX31_PIN_ATA_CS0__GPIO3_26, MX31_PIN_ATA_CS1__GPIO3_27,
Valentin Longchampb23f1532009-08-10 18:33:11 +020073 /* USB reset */
74 MX31_PIN_GPIO1_0__GPIO1_0,
Valentin Longchamp88b05642009-08-10 18:33:12 +020075 /* USB OTG */
76 MX31_PIN_USBOTG_DATA0__USBOTG_DATA0,
77 MX31_PIN_USBOTG_DATA1__USBOTG_DATA1,
78 MX31_PIN_USBOTG_DATA2__USBOTG_DATA2,
79 MX31_PIN_USBOTG_DATA3__USBOTG_DATA3,
80 MX31_PIN_USBOTG_DATA4__USBOTG_DATA4,
81 MX31_PIN_USBOTG_DATA5__USBOTG_DATA5,
82 MX31_PIN_USBOTG_DATA6__USBOTG_DATA6,
83 MX31_PIN_USBOTG_DATA7__USBOTG_DATA7,
84 MX31_PIN_USBOTG_CLK__USBOTG_CLK, MX31_PIN_USBOTG_DIR__USBOTG_DIR,
85 MX31_PIN_USBOTG_NXT__USBOTG_NXT, MX31_PIN_USBOTG_STP__USBOTG_STP,
86 MX31_PIN_USB_OC__GPIO1_30,
Valentin Longchampd67d1072009-11-23 19:16:37 +010087 /* USB H2 */
88 MX31_PIN_USBH2_DATA0__USBH2_DATA0,
89 MX31_PIN_USBH2_DATA1__USBH2_DATA1,
90 MX31_PIN_STXD3__USBH2_DATA2, MX31_PIN_SRXD3__USBH2_DATA3,
91 MX31_PIN_SCK3__USBH2_DATA4, MX31_PIN_SFS3__USBH2_DATA5,
92 MX31_PIN_STXD6__USBH2_DATA6, MX31_PIN_SRXD6__USBH2_DATA7,
93 MX31_PIN_USBH2_CLK__USBH2_CLK, MX31_PIN_USBH2_DIR__USBH2_DIR,
94 MX31_PIN_USBH2_NXT__USBH2_NXT, MX31_PIN_USBH2_STP__USBH2_STP,
95 MX31_PIN_SCK6__GPIO1_25,
Valentin Longchamp77aa5612009-08-12 11:29:19 +020096 /* LEDs */
97 MX31_PIN_SVEN0__GPIO2_0, MX31_PIN_STX0__GPIO2_1,
98 MX31_PIN_SRX0__GPIO2_2, MX31_PIN_SIMPD0__GPIO2_3,
Valentin Longchamp65da9792009-11-03 18:09:49 +010099 /* SPI1 */
100 MX31_PIN_CSPI2_MOSI__MOSI, MX31_PIN_CSPI2_MISO__MISO,
101 MX31_PIN_CSPI2_SCLK__SCLK, MX31_PIN_CSPI2_SPI_RDY__SPI_RDY,
102 MX31_PIN_CSPI2_SS0__SS0, MX31_PIN_CSPI2_SS2__SS2,
103 /* Atlas IRQ */
104 MX31_PIN_GPIO1_3__GPIO1_3,
105 /* SPI2 */
106 MX31_PIN_CSPI3_MOSI__MOSI, MX31_PIN_CSPI3_MISO__MISO,
107 MX31_PIN_CSPI3_SCLK__SCLK, MX31_PIN_CSPI3_SPI_RDY__SPI_RDY,
108 MX31_PIN_CSPI2_SS1__CSPI3_SS1,
Valentin Longchamp220bbce2009-04-17 15:20:25 +0200109};
110
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100111static struct physmap_flash_data mx31moboard_flash_data = {
112 .width = 2,
113};
114
115static struct resource mx31moboard_flash_resource = {
116 .start = 0xa0000000,
117 .end = 0xa1ffffff,
118 .flags = IORESOURCE_MEM,
119};
120
121static struct platform_device mx31moboard_flash = {
122 .name = "physmap-flash",
123 .id = 0,
124 .dev = {
125 .platform_data = &mx31moboard_flash_data,
126 },
127 .resource = &mx31moboard_flash_resource,
128 .num_resources = 1,
129};
130
Valentin Longchamp421bf822009-11-03 18:09:47 +0100131static int moboard_uart0_init(struct platform_device *pdev)
132{
133 gpio_request(IOMUX_TO_GPIO(MX31_PIN_CTS1), "uart0-cts-hack");
134 gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_CTS1), 0);
135 return 0;
136}
137
138static struct imxuart_platform_data uart0_pdata = {
139 .init = moboard_uart0_init,
140};
141
142static struct imxuart_platform_data uart4_pdata = {
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100143 .flags = IMXUART_HAVE_RTSCTS,
144};
145
Valentin Longchamp4ec6ecc72009-04-21 10:24:22 +0200146static struct imxi2c_platform_data moboard_i2c0_pdata = {
147 .bitrate = 400000,
148};
149
150static struct imxi2c_platform_data moboard_i2c1_pdata = {
151 .bitrate = 100000,
152};
153
Valentin Longchamp65da9792009-11-03 18:09:49 +0100154static int moboard_spi1_cs[] = {
155 MXC_SPI_CS(0),
156 MXC_SPI_CS(2),
157};
158
159static struct spi_imx_master moboard_spi1_master = {
160 .chipselect = moboard_spi1_cs,
161 .num_chipselect = ARRAY_SIZE(moboard_spi1_cs),
162};
163
164static struct regulator_consumer_supply sdhc_consumers[] = {
165 {
166 .dev = &mxcsdhc_device0.dev,
167 .supply = "sdhc0_vcc",
168 },
169 {
170 .dev = &mxcsdhc_device1.dev,
171 .supply = "sdhc1_vcc",
172 },
173};
174
175static struct regulator_init_data sdhc_vreg_data = {
176 .constraints = {
177 .min_uV = 2700000,
178 .max_uV = 3000000,
179 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
180 REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS,
181 .valid_modes_mask = REGULATOR_MODE_NORMAL |
182 REGULATOR_MODE_FAST,
183 .always_on = 0,
184 .boot_on = 1,
185 },
186 .num_consumer_supplies = ARRAY_SIZE(sdhc_consumers),
187 .consumer_supplies = sdhc_consumers,
188};
189
190static struct regulator_consumer_supply cam_consumers[] = {
191 {
192 .dev = &mx3_camera.dev,
193 .supply = "cam_vcc",
194 },
195};
196
197static struct regulator_init_data cam_vreg_data = {
198 .constraints = {
199 .min_uV = 2700000,
200 .max_uV = 3000000,
201 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
202 REGULATOR_CHANGE_MODE | REGULATOR_CHANGE_STATUS,
203 .valid_modes_mask = REGULATOR_MODE_NORMAL |
204 REGULATOR_MODE_FAST,
205 .always_on = 0,
206 .boot_on = 1,
207 },
208 .num_consumer_supplies = ARRAY_SIZE(cam_consumers),
209 .consumer_supplies = cam_consumers,
210};
211
212static struct mc13783_regulator_init_data moboard_regulators[] = {
213 {
214 .id = MC13783_REGU_VMMC1,
215 .init_data = &sdhc_vreg_data,
216 },
217 {
218 .id = MC13783_REGU_VCAM,
219 .init_data = &cam_vreg_data,
220 },
221};
222
Philippe Rétornaza7cca8a2010-05-19 09:24:32 +0200223static struct mc13783_led_platform_data moboard_led[] = {
224 {
225 .id = MC13783_LED_R1,
226 .name = "coreboard-led-4:red",
227 .max_current = 2,
228 },
229 {
230 .id = MC13783_LED_G1,
231 .name = "coreboard-led-4:green",
232 .max_current = 2,
233 },
234 {
235 .id = MC13783_LED_B1,
236 .name = "coreboard-led-4:blue",
237 .max_current = 2,
238 },
239 {
240 .id = MC13783_LED_R2,
241 .name = "coreboard-led-5:red",
242 .max_current = 3,
243 },
244 {
245 .id = MC13783_LED_G2,
246 .name = "coreboard-led-5:green",
247 .max_current = 3,
248 },
249 {
250 .id = MC13783_LED_B2,
251 .name = "coreboard-led-5:blue",
252 .max_current = 3,
253 },
254};
255
256static struct mc13783_leds_platform_data moboard_leds = {
257 .num_leds = ARRAY_SIZE(moboard_led),
258 .led = moboard_led,
259 .flags = MC13783_LED_SLEWLIMTC,
260 .abmode = MC13783_LED_AB_DISABLED,
261 .tc1_period = MC13783_LED_PERIOD_10MS,
262 .tc2_period = MC13783_LED_PERIOD_10MS,
263};
264
Valentin Longchamp65da9792009-11-03 18:09:49 +0100265static struct mc13783_platform_data moboard_pmic = {
266 .regulators = moboard_regulators,
267 .num_regulators = ARRAY_SIZE(moboard_regulators),
Philippe Rétornaza7cca8a2010-05-19 09:24:32 +0200268 .leds = &moboard_leds,
Robert Schwebelfedea672009-12-03 20:30:34 +0100269 .flags = MC13783_USE_REGULATOR | MC13783_USE_RTC |
Philippe Rétornaza7cca8a2010-05-19 09:24:32 +0200270 MC13783_USE_ADC | MC13783_USE_LED,
Valentin Longchamp65da9792009-11-03 18:09:49 +0100271};
272
273static struct spi_board_info moboard_spi_board_info[] __initdata = {
274 {
275 .modalias = "mc13783",
276 .irq = IOMUX_TO_IRQ(MX31_PIN_GPIO1_3),
277 .max_speed_hz = 300000,
278 .bus_num = 1,
279 .chip_select = 0,
280 .platform_data = &moboard_pmic,
281 .mode = SPI_CS_HIGH,
282 },
Valentin Longchamp65da9792009-11-03 18:09:49 +0100283};
284
285static int moboard_spi2_cs[] = {
286 MXC_SPI_CS(1),
287};
288
289static struct spi_imx_master moboard_spi2_master = {
290 .chipselect = moboard_spi2_cs,
291 .num_chipselect = ARRAY_SIZE(moboard_spi2_cs),
292};
293
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200294#define SDHC1_CD IOMUX_TO_GPIO(MX31_PIN_ATA_CS0)
295#define SDHC1_WP IOMUX_TO_GPIO(MX31_PIN_ATA_CS1)
296
297static int moboard_sdhc1_get_ro(struct device *dev)
298{
Valentin Longchamp563abb42009-08-11 17:29:21 +0200299 return !gpio_get_value(SDHC1_WP);
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200300}
301
302static int moboard_sdhc1_init(struct device *dev, irq_handler_t detect_irq,
303 void *data)
304{
Sascha Hauer4f163eb2009-05-06 12:55:50 +0200305 int ret;
306
307 ret = gpio_request(SDHC1_CD, "sdhc-detect");
308 if (ret)
309 return ret;
310
311 gpio_direction_input(SDHC1_CD);
312
313 ret = gpio_request(SDHC1_WP, "sdhc-wp");
314 if (ret)
315 goto err_gpio_free;
316 gpio_direction_input(SDHC1_WP);
317
318 ret = request_irq(gpio_to_irq(SDHC1_CD), detect_irq,
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200319 IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
320 "sdhc1-card-detect", data);
Sascha Hauer4f163eb2009-05-06 12:55:50 +0200321 if (ret)
322 goto err_gpio_free_2;
323
324 return 0;
325
326err_gpio_free_2:
327 gpio_free(SDHC1_WP);
328err_gpio_free:
329 gpio_free(SDHC1_CD);
330
331 return ret;
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200332}
333
334static void moboard_sdhc1_exit(struct device *dev, void *data)
335{
336 free_irq(gpio_to_irq(SDHC1_CD), data);
Sascha Hauer4f163eb2009-05-06 12:55:50 +0200337 gpio_free(SDHC1_WP);
338 gpio_free(SDHC1_CD);
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200339}
340
341static struct imxmmc_platform_data sdhc1_pdata = {
342 .get_ro = moboard_sdhc1_get_ro,
343 .init = moboard_sdhc1_init,
344 .exit = moboard_sdhc1_exit,
345};
346
Valentin Longchampb23f1532009-08-10 18:33:11 +0200347/*
348 * this pin is dedicated for all mx31moboard systems, so we do it here
349 */
350#define USB_RESET_B IOMUX_TO_GPIO(MX31_PIN_GPIO1_0)
Philippe Rétornaz25783602010-05-11 16:57:49 +0200351#define USB_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \
352 PAD_CTL_ODE_CMOS)
353
354#define OTG_EN_B IOMUX_TO_GPIO(MX31_PIN_USB_OC)
355#define USBH2_EN_B IOMUX_TO_GPIO(MX31_PIN_SCK6)
Valentin Longchampb23f1532009-08-10 18:33:11 +0200356
357static void usb_xcvr_reset(void)
358{
Philippe Rétornaz25783602010-05-11 16:57:49 +0200359 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA0, USB_PAD_CFG | PAD_CTL_100K_PD);
360 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA1, USB_PAD_CFG | PAD_CTL_100K_PD);
361 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA2, USB_PAD_CFG | PAD_CTL_100K_PD);
362 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA3, USB_PAD_CFG | PAD_CTL_100K_PD);
363 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA4, USB_PAD_CFG | PAD_CTL_100K_PD);
364 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA5, USB_PAD_CFG | PAD_CTL_100K_PD);
365 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA6, USB_PAD_CFG | PAD_CTL_100K_PD);
366 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA7, USB_PAD_CFG | PAD_CTL_100K_PD);
367 mxc_iomux_set_pad(MX31_PIN_USBOTG_CLK, USB_PAD_CFG | PAD_CTL_100K_PU);
368 mxc_iomux_set_pad(MX31_PIN_USBOTG_DIR, USB_PAD_CFG | PAD_CTL_100K_PU);
369 mxc_iomux_set_pad(MX31_PIN_USBOTG_NXT, USB_PAD_CFG | PAD_CTL_100K_PU);
370 mxc_iomux_set_pad(MX31_PIN_USBOTG_STP, USB_PAD_CFG | PAD_CTL_100K_PU);
371
372 mxc_iomux_set_gpr(MUX_PGP_UH2, true);
373 mxc_iomux_set_pad(MX31_PIN_USBH2_CLK, USB_PAD_CFG | PAD_CTL_100K_PU);
374 mxc_iomux_set_pad(MX31_PIN_USBH2_DIR, USB_PAD_CFG | PAD_CTL_100K_PU);
375 mxc_iomux_set_pad(MX31_PIN_USBH2_NXT, USB_PAD_CFG | PAD_CTL_100K_PU);
376 mxc_iomux_set_pad(MX31_PIN_USBH2_STP, USB_PAD_CFG | PAD_CTL_100K_PU);
377 mxc_iomux_set_pad(MX31_PIN_USBH2_DATA0, USB_PAD_CFG | PAD_CTL_100K_PD);
378 mxc_iomux_set_pad(MX31_PIN_USBH2_DATA1, USB_PAD_CFG | PAD_CTL_100K_PD);
379 mxc_iomux_set_pad(MX31_PIN_SRXD6, USB_PAD_CFG | PAD_CTL_100K_PD);
380 mxc_iomux_set_pad(MX31_PIN_STXD6, USB_PAD_CFG | PAD_CTL_100K_PD);
381 mxc_iomux_set_pad(MX31_PIN_SFS3, USB_PAD_CFG | PAD_CTL_100K_PD);
382 mxc_iomux_set_pad(MX31_PIN_SCK3, USB_PAD_CFG | PAD_CTL_100K_PD);
383 mxc_iomux_set_pad(MX31_PIN_SRXD3, USB_PAD_CFG | PAD_CTL_100K_PD);
384 mxc_iomux_set_pad(MX31_PIN_STXD3, USB_PAD_CFG | PAD_CTL_100K_PD);
385
386 gpio_request(OTG_EN_B, "usb-udc-en");
387 gpio_direction_output(OTG_EN_B, 0);
388 gpio_request(USBH2_EN_B, "usbh2-en");
389 gpio_direction_output(USBH2_EN_B, 0);
390
Valentin Longchampb23f1532009-08-10 18:33:11 +0200391 gpio_request(USB_RESET_B, "usb-reset");
392 gpio_direction_output(USB_RESET_B, 0);
393 mdelay(1);
394 gpio_set_value(USB_RESET_B, 1);
Philippe Rétornaz25783602010-05-11 16:57:49 +0200395 mdelay(1);
Valentin Longchamp88b05642009-08-10 18:33:12 +0200396}
397
Uwe Kleine-Königf9ffaa92009-12-22 17:31:05 +0100398#if defined(CONFIG_USB_ULPI)
399
Valentin Longchampd67d1072009-11-23 19:16:37 +0100400static struct mxc_usbh_platform_data usbh2_pdata = {
Valentin Longchampd67d1072009-11-23 19:16:37 +0100401 .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT,
402 .flags = MXC_EHCI_POWER_PINS_ENABLED,
403};
404
405static int __init moboard_usbh2_init(void)
406{
407 usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops,
408 USB_OTG_DRV_VBUS | USB_OTG_DRV_VBUS_EXT);
409
Valentin Longchamp4c211862009-12-04 16:50:29 +0100410 return mxc_register_device(&mxc_usbh2, &usbh2_pdata);
Valentin Longchampd67d1072009-11-23 19:16:37 +0100411}
Uwe Kleine-Königf9ffaa92009-12-22 17:31:05 +0100412#else
413static inline int moboard_usbh2_init(void) { return 0; }
414#endif
Valentin Longchampd67d1072009-11-23 19:16:37 +0100415
416
Valentin Longchamp77aa5612009-08-12 11:29:19 +0200417static struct gpio_led mx31moboard_leds[] = {
418 {
419 .name = "coreboard-led-0:red:running",
420 .default_trigger = "heartbeat",
421 .gpio = IOMUX_TO_GPIO(MX31_PIN_SVEN0),
422 }, {
423 .name = "coreboard-led-1:red",
424 .gpio = IOMUX_TO_GPIO(MX31_PIN_STX0),
425 }, {
426 .name = "coreboard-led-2:red",
427 .gpio = IOMUX_TO_GPIO(MX31_PIN_SRX0),
428 }, {
429 .name = "coreboard-led-3:red",
430 .gpio = IOMUX_TO_GPIO(MX31_PIN_SIMPD0),
431 },
432};
433
434static struct gpio_led_platform_data mx31moboard_led_pdata = {
435 .num_leds = ARRAY_SIZE(mx31moboard_leds),
436 .leds = mx31moboard_leds,
437};
438
439static struct platform_device mx31moboard_leds_device = {
440 .name = "leds-gpio",
441 .id = -1,
442 .dev = {
443 .platform_data = &mx31moboard_led_pdata,
444 },
445};
446
Valentin Longchamp4dd71292009-11-03 18:09:50 +0100447static struct ipu_platform_data mx3_ipu_data = {
448 .irq_base = MXC_IPU_IRQ_START,
449};
450
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100451static struct platform_device *devices[] __initdata = {
452 &mx31moboard_flash,
Valentin Longchamp77aa5612009-08-12 11:29:19 +0200453 &mx31moboard_leds_device,
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100454};
455
Valentin Longchamp04ea3c82009-11-03 18:09:51 +0100456static struct mx3_camera_pdata camera_pdata = {
457 .dma_dev = &mx3_ipu.dev,
458 .flags = MX3_CAMERA_DATAWIDTH_8 | MX3_CAMERA_DATAWIDTH_10,
459 .mclk_10khz = 4800,
460};
461
462#define CAMERA_BUF_SIZE (4*1024*1024)
463
464static int __init mx31moboard_cam_alloc_dma(const size_t buf_size)
465{
466 dma_addr_t dma_handle;
467 void *buf;
468 int dma;
469
470 if (buf_size < 2 * 1024 * 1024)
471 return -EINVAL;
472
473 buf = dma_alloc_coherent(NULL, buf_size, &dma_handle, GFP_KERNEL);
474 if (!buf) {
475 pr_err("%s: cannot allocate camera buffer-memory\n", __func__);
476 return -ENOMEM;
477 }
478
479 memset(buf, 0, buf_size);
480
481 dma = dma_declare_coherent_memory(&mx3_camera.dev,
482 dma_handle, dma_handle, buf_size,
483 DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE);
484
485 /* The way we call dma_declare_coherent_memory only a malloc can fail */
486 return dma & DMA_MEMORY_MAP ? 0 : -ENOMEM;
487}
488
Valentin Longchampe00f0b42009-02-16 12:47:51 +0100489static int mx31moboard_baseboard;
490core_param(mx31moboard_baseboard, mx31moboard_baseboard, int, 0444);
491
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100492/*
493 * Board specific initialization.
494 */
495static void __init mxc_board_init(void)
496{
Valentin Longchamp220bbce2009-04-17 15:20:25 +0200497 mxc_iomux_setup_multiple_pins(moboard_pins, ARRAY_SIZE(moboard_pins),
498 "moboard");
499
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100500 platform_add_devices(devices, ARRAY_SIZE(devices));
501
Valentin Longchamp421bf822009-11-03 18:09:47 +0100502 mxc_register_device(&mxc_uart_device0, &uart0_pdata);
503
504 mxc_register_device(&mxc_uart_device4, &uart4_pdata);
Valentin Longchampe00f0b42009-02-16 12:47:51 +0100505
Valentin Longchamp4ec6ecc72009-04-21 10:24:22 +0200506 mxc_register_device(&mxc_i2c_device0, &moboard_i2c0_pdata);
507 mxc_register_device(&mxc_i2c_device1, &moboard_i2c1_pdata);
508
Valentin Longchamp65da9792009-11-03 18:09:49 +0100509 mxc_register_device(&mxc_spi_device1, &moboard_spi1_master);
510 mxc_register_device(&mxc_spi_device2, &moboard_spi2_master);
511
512 gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3), "pmic-irq");
513 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO1_3));
514 spi_register_board_info(moboard_spi_board_info,
515 ARRAY_SIZE(moboard_spi_board_info));
516
Valentin Longchamp45b131a2009-04-21 10:24:56 +0200517 mxc_register_device(&mxcsdhc_device0, &sdhc1_pdata);
518
Valentin Longchamp4dd71292009-11-03 18:09:50 +0100519 mxc_register_device(&mx3_ipu, &mx3_ipu_data);
Valentin Longchamp04ea3c82009-11-03 18:09:51 +0100520 if (!mx31moboard_cam_alloc_dma(CAMERA_BUF_SIZE))
521 mxc_register_device(&mx3_camera, &camera_pdata);
Valentin Longchamp4dd71292009-11-03 18:09:50 +0100522
Valentin Longchampb23f1532009-08-10 18:33:11 +0200523 usb_xcvr_reset();
524
Valentin Longchampd67d1072009-11-23 19:16:37 +0100525 moboard_usbh2_init();
Valentin Longchamp88b05642009-08-10 18:33:12 +0200526
Valentin Longchampe00f0b42009-02-16 12:47:51 +0100527 switch (mx31moboard_baseboard) {
528 case MX31NOBOARD:
529 break;
530 case MX31DEVBOARD:
531 mx31moboard_devboard_init();
532 break;
533 case MX31MARXBOT:
534 mx31moboard_marxbot_init();
535 break;
Valentin Longchampe335c752010-02-09 18:13:36 +0100536 case MX31SMARTBOT:
Philippe Rétornaz3a47b1a2010-05-11 16:57:51 +0200537 case MX31EYEBOT:
538 mx31moboard_smartbot_init(mx31moboard_baseboard);
Valentin Longchampe335c752010-02-09 18:13:36 +0100539 break;
Valentin Longchampe00f0b42009-02-16 12:47:51 +0100540 default:
Valentin Longchamp220bbce2009-04-17 15:20:25 +0200541 printk(KERN_ERR "Illegal mx31moboard_baseboard type %d\n",
542 mx31moboard_baseboard);
Valentin Longchampe00f0b42009-02-16 12:47:51 +0100543 }
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100544}
545
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100546static void __init mx31moboard_timer_init(void)
547{
Sascha Hauer30c730f2009-02-16 14:36:49 +0100548 mx31_clocks_init(26000000);
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100549}
550
551struct sys_timer mx31moboard_timer = {
552 .init = mx31moboard_timer_init,
553};
554
555MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard")
556 /* Maintainer: Valentin Longchamp, EPFL Mobots group */
Uwe Kleine-Königf568dd72009-12-09 11:57:21 +0100557 .phys_io = MX31_AIPS1_BASE_ADDR,
Uwe Kleine-König321ed162009-12-10 10:41:26 +0100558 .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc,
Uwe Kleine-König34101232010-01-29 17:36:05 +0100559 .boot_params = MX3x_PHYS_OFFSET + 0x100,
Sascha Hauercd4a05f2009-04-02 22:32:10 +0200560 .map_io = mx31_map_io,
Sascha Hauerc5aa0ad2009-05-25 17:36:19 +0200561 .init_irq = mx31_init_irq,
Valentin Longchamp988d2d42008-11-23 17:35:08 +0100562 .init_machine = mxc_board_init,
563 .timer = &mx31moboard_timer,
564MACHINE_END
565