blob: 034d0094e93a2f5dc8d8a08ade256937e8a4b35c [file] [log] [blame]
Tony Lindgren9b6553c2006-04-02 17:46:30 +01001/*
2 * linux/arch/arm/mach-omap1/board-ams-delta.c
3 *
4 * Modified from board-generic.c
5 *
6 * Board specific inits for the Amstrad E3 (codename Delta) videophone
7 *
8 * Copyright (C) 2006 Jonathan McDowell <noodles@earth.li>
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 */
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +010014#include <linux/basic_mmio_gpio.h>
Russell King2f8163b2011-07-26 10:53:52 +010015#include <linux/gpio.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010016#include <linux/kernel.h>
17#include <linux/init.h>
Jonathan McDowell325d50b2006-12-06 17:13:52 -080018#include <linux/input.h>
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -070019#include <linux/interrupt.h>
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -070020#include <linux/leds.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010021#include <linux/platform_device.h>
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -070022#include <linux/serial_8250.h>
Paul Gortmakerdc280942011-07-31 16:17:29 -040023#include <linux/export.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010024
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -070025#include <media/soc_camera.h>
26
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -070027#include <asm/serial.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010028#include <mach/hardware.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010029#include <asm/mach-types.h>
30#include <asm/mach/arch.h>
31#include <asm/mach/map.h>
32
Aaro Koskinen7489ffc2010-11-18 19:59:50 +020033#include <plat/io.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070034#include <plat/board-ams-delta.h>
Tony Lindgrence491cf2009-10-20 09:40:47 -070035#include <plat/keypad.h>
36#include <plat/mux.h>
37#include <plat/usb.h>
38#include <plat/board.h>
39#include <plat/common.h>
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -070040#include <mach/camera.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010041
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +000042#include <mach/ams-delta-fiq.h>
43
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000044static const unsigned int ams_delta_keymap[] = {
Tony Lindgrena5246262006-12-07 13:58:17 -080045 KEY(0, 0, KEY_F1), /* Advert */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080046
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000047 KEY(0, 3, KEY_COFFEE), /* Games */
48 KEY(0, 2, KEY_QUESTION), /* Directory */
49 KEY(2, 3, KEY_CONNECT), /* Internet */
50 KEY(1, 2, KEY_SHOP), /* Services */
Tony Lindgrena5246262006-12-07 13:58:17 -080051 KEY(1, 1, KEY_PHONE), /* VoiceMail */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080052
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000053 KEY(0, 1, KEY_DELETE), /* Delete */
Tony Lindgrena5246262006-12-07 13:58:17 -080054 KEY(2, 2, KEY_PLAY), /* Play */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000055 KEY(1, 0, KEY_PAGEUP), /* Up */
56 KEY(1, 3, KEY_PAGEDOWN), /* Down */
57 KEY(2, 0, KEY_EMAIL), /* ReadEmail */
58 KEY(2, 1, KEY_STOP), /* Stop */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080059
60 /* Numeric keypad portion */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000061 KEY(0, 7, KEY_KP1),
62 KEY(0, 6, KEY_KP2),
63 KEY(0, 5, KEY_KP3),
64 KEY(1, 7, KEY_KP4),
65 KEY(1, 6, KEY_KP5),
66 KEY(1, 5, KEY_KP6),
67 KEY(2, 7, KEY_KP7),
68 KEY(2, 6, KEY_KP8),
69 KEY(2, 5, KEY_KP9),
70 KEY(3, 6, KEY_KP0),
71 KEY(3, 7, KEY_KPASTERISK),
72 KEY(3, 5, KEY_KPDOT), /* # key */
73 KEY(7, 2, KEY_NUMLOCK), /* Mute */
74 KEY(7, 1, KEY_KPMINUS), /* Recall */
75 KEY(6, 1, KEY_KPPLUS), /* Redial */
76 KEY(7, 6, KEY_KPSLASH), /* Handsfree */
77 KEY(6, 0, KEY_ENTER), /* Video */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080078
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000079 KEY(7, 4, KEY_CAMERA), /* Photo */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080080
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000081 KEY(0, 4, KEY_F2), /* Home */
82 KEY(1, 4, KEY_F3), /* Office */
83 KEY(2, 4, KEY_F4), /* Mobile */
Tony Lindgrena5246262006-12-07 13:58:17 -080084 KEY(7, 7, KEY_F5), /* SMS */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000085 KEY(7, 5, KEY_F6), /* Email */
Jonathan McDowell325d50b2006-12-06 17:13:52 -080086
87 /* QWERTY portion of keypad */
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000088 KEY(3, 4, KEY_Q),
Jonathan McDowell325d50b2006-12-06 17:13:52 -080089 KEY(3, 3, KEY_W),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000090 KEY(3, 2, KEY_E),
91 KEY(3, 1, KEY_R),
92 KEY(3, 0, KEY_T),
93 KEY(4, 7, KEY_Y),
94 KEY(4, 6, KEY_U),
95 KEY(4, 5, KEY_I),
Jonathan McDowell325d50b2006-12-06 17:13:52 -080096 KEY(4, 4, KEY_O),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000097 KEY(4, 3, KEY_P),
Jonathan McDowell325d50b2006-12-06 17:13:52 -080098
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +000099 KEY(4, 2, KEY_A),
100 KEY(4, 1, KEY_S),
101 KEY(4, 0, KEY_D),
102 KEY(5, 7, KEY_F),
103 KEY(5, 6, KEY_G),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800104 KEY(5, 5, KEY_H),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000105 KEY(5, 4, KEY_J),
106 KEY(5, 3, KEY_K),
107 KEY(5, 2, KEY_L),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800108
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000109 KEY(5, 1, KEY_Z),
110 KEY(5, 0, KEY_X),
111 KEY(6, 7, KEY_C),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800112 KEY(6, 6, KEY_V),
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000113 KEY(6, 5, KEY_B),
114 KEY(6, 4, KEY_N),
115 KEY(6, 3, KEY_M),
116 KEY(6, 2, KEY_SPACE),
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800117
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000118 KEY(7, 0, KEY_LEFTSHIFT), /* Vol up */
119 KEY(7, 3, KEY_LEFTCTRL), /* Vol down */
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800120};
121
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100122#define LATCH1_PHYS 0x01000000
123#define LATCH1_VIRT 0xEA000000
124#define MODEM_PHYS 0x04000000
125#define MODEM_VIRT 0xEB000000
126#define LATCH2_PHYS 0x08000000
127#define LATCH2_VIRT 0xEC000000
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100128
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100129static struct map_desc ams_delta_io_desc[] __initdata = {
David Cohen6e2d4102007-12-13 22:27:15 -0400130 /* AMS_DELTA_LATCH1 */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100131 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100132 .virtual = LATCH1_VIRT,
133 .pfn = __phys_to_pfn(LATCH1_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100134 .length = 0x01000000,
135 .type = MT_DEVICE
136 },
David Cohen6e2d4102007-12-13 22:27:15 -0400137 /* AMS_DELTA_LATCH2 */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100138 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100139 .virtual = LATCH2_VIRT,
140 .pfn = __phys_to_pfn(LATCH2_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100141 .length = 0x01000000,
142 .type = MT_DEVICE
143 },
David Cohen6e2d4102007-12-13 22:27:15 -0400144 /* AMS_DELTA_MODEM */
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100145 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100146 .virtual = MODEM_VIRT,
147 .pfn = __phys_to_pfn(MODEM_PHYS),
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100148 .length = 0x01000000,
149 .type = MT_DEVICE
150 }
151};
152
Felipe Balbibdc58fb2011-01-27 16:39:42 -0800153static struct omap_lcd_config ams_delta_lcd_config = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800154 .ctrl_name = "internal",
155};
156
Jonathan McDowell07116152006-06-26 16:16:01 -0700157static struct omap_usb_config ams_delta_usb_config __initdata = {
158 .register_host = 1,
159 .hmc_mode = 16,
160 .pins[0] = 2,
161};
162
Uwe Kleine-Königa7e2a892011-02-09 21:40:10 +0100163static struct omap_board_config_kernel ams_delta_config[] __initdata = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800164 { OMAP_TAG_LCD, &ams_delta_lcd_config },
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100165};
166
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100167#define LATCH1_GPIO_BASE 232
168#define LATCH1_NGPIO 8
169
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100170static struct resource latch1_resources[] __initconst = {
171 [0] = {
172 .name = "dat",
173 .start = LATCH1_PHYS,
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100174 .end = LATCH1_PHYS + (LATCH1_NGPIO - 1) / 8,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100175 .flags = IORESOURCE_MEM,
176 },
177};
178
179static struct bgpio_pdata latch1_pdata __initconst = {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100180 .base = LATCH1_GPIO_BASE,
181 .ngpio = LATCH1_NGPIO,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100182};
183
184static struct platform_device latch1_gpio_device = {
185 .name = "basic-mmio-gpio",
186 .id = 0,
187 .resource = latch1_resources,
188 .num_resources = ARRAY_SIZE(latch1_resources),
189 .dev = {
190 .platform_data = &latch1_pdata,
191 },
192};
193
194static struct resource latch2_resources[] __initconst = {
195 [0] = {
196 .name = "dat",
197 .start = LATCH2_PHYS,
198 .end = LATCH2_PHYS + (AMS_DELTA_LATCH2_NGPIO - 1) / 8,
199 .flags = IORESOURCE_MEM,
200 },
201};
202
203static struct bgpio_pdata latch2_pdata __initconst = {
204 .base = AMS_DELTA_LATCH2_GPIO_BASE,
205 .ngpio = AMS_DELTA_LATCH2_NGPIO,
206};
207
208static struct platform_device latch2_gpio_device = {
209 .name = "basic-mmio-gpio",
210 .id = 1,
211 .resource = latch2_resources,
212 .num_resources = ARRAY_SIZE(latch2_resources),
213 .dev = {
214 .platform_data = &latch2_pdata,
215 },
216};
217
218static struct gpio latch_gpios[] __initconst = {
219 {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100220 .gpio = LATCH1_GPIO_BASE + 6,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100221 .flags = GPIOF_OUT_INIT_LOW,
222 .label = "dockit1",
223 },
224 {
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100225 .gpio = LATCH1_GPIO_BASE + 7,
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100226 .flags = GPIOF_OUT_INIT_LOW,
227 .label = "dockit2",
228 },
229 {
230 .gpio = AMS_DELTA_GPIO_PIN_LCD_VBLEN,
231 .flags = GPIOF_OUT_INIT_LOW,
232 .label = "lcd_vblen",
233 },
234 {
235 .gpio = AMS_DELTA_GPIO_PIN_LCD_NDISP,
236 .flags = GPIOF_OUT_INIT_LOW,
237 .label = "lcd_ndisp",
238 },
239 {
240 .gpio = AMS_DELTA_GPIO_PIN_NAND_NCE,
241 .flags = GPIOF_OUT_INIT_LOW,
242 .label = "nand_nce",
243 },
244 {
245 .gpio = AMS_DELTA_GPIO_PIN_NAND_NRE,
246 .flags = GPIOF_OUT_INIT_LOW,
247 .label = "nand_nre",
248 },
249 {
250 .gpio = AMS_DELTA_GPIO_PIN_NAND_NWP,
251 .flags = GPIOF_OUT_INIT_LOW,
252 .label = "nand_nwp",
253 },
254 {
255 .gpio = AMS_DELTA_GPIO_PIN_NAND_NWE,
256 .flags = GPIOF_OUT_INIT_LOW,
257 .label = "nand_nwe",
258 },
259 {
260 .gpio = AMS_DELTA_GPIO_PIN_NAND_ALE,
261 .flags = GPIOF_OUT_INIT_LOW,
262 .label = "nand_ale",
263 },
264 {
265 .gpio = AMS_DELTA_GPIO_PIN_NAND_CLE,
266 .flags = GPIOF_OUT_INIT_LOW,
267 .label = "nand_cle",
268 },
269 {
270 .gpio = AMS_DELTA_GPIO_PIN_KEYBRD_PWR,
271 .flags = GPIOF_OUT_INIT_LOW,
272 .label = "keybrd_pwr",
273 },
274 {
275 .gpio = AMS_DELTA_GPIO_PIN_KEYBRD_DATAOUT,
276 .flags = GPIOF_OUT_INIT_LOW,
277 .label = "keybrd_dataout",
278 },
279 {
280 .gpio = AMS_DELTA_GPIO_PIN_SCARD_RSTIN,
281 .flags = GPIOF_OUT_INIT_LOW,
282 .label = "scard_rstin",
283 },
284 {
285 .gpio = AMS_DELTA_GPIO_PIN_SCARD_CMDVCC,
286 .flags = GPIOF_OUT_INIT_LOW,
287 .label = "scard_cmdvcc",
288 },
289 {
290 .gpio = AMS_DELTA_GPIO_PIN_MODEM_NRESET,
291 .flags = GPIOF_OUT_INIT_LOW,
292 .label = "modem_nreset",
293 },
294 {
295 .gpio = AMS_DELTA_GPIO_PIN_MODEM_CODEC,
296 .flags = GPIOF_OUT_INIT_LOW,
297 .label = "modem_codec",
298 },
299 {
300 .gpio = AMS_DELTA_LATCH2_GPIO_BASE + 14,
301 .flags = GPIOF_OUT_INIT_LOW,
302 .label = "hookflash1",
303 },
304 {
305 .gpio = AMS_DELTA_LATCH2_GPIO_BASE + 15,
306 .flags = GPIOF_OUT_INIT_LOW,
307 .label = "hookflash2",
308 },
309};
310
311void ams_delta_latch_write(int base, int ngpio, u16 mask, u16 value)
312{
313 int bit = 0;
314 u16 bitpos = 1 << bit;
315
316 for (; bit < ngpio; bit++, bitpos = bitpos << 1) {
317 if (!(mask & bitpos))
318 continue;
319 gpio_set_value(base + bit, (value & bitpos) != 0);
320 }
321}
322EXPORT_SYMBOL(ams_delta_latch_write);
323
Janusz Krzysztofikeaca4912010-12-15 15:43:44 +0100324static struct resource ams_delta_nand_resources[] = {
325 [0] = {
326 .start = OMAP1_MPUIO_BASE,
327 .end = OMAP1_MPUIO_BASE +
328 OMAP_MPUIO_IO_CNTL + sizeof(u32) - 1,
329 .flags = IORESOURCE_MEM,
330 },
331};
332
Janusz Krzysztofik7e95d1f2010-12-14 21:09:40 +0100333static struct platform_device ams_delta_nand_device = {
334 .name = "ams-delta-nand",
Janusz Krzysztofikeaca4912010-12-15 15:43:44 +0100335 .id = -1,
336 .num_resources = ARRAY_SIZE(ams_delta_nand_resources),
337 .resource = ams_delta_nand_resources,
Janusz Krzysztofik7e95d1f2010-12-14 21:09:40 +0100338};
339
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800340static struct resource ams_delta_kp_resources[] = {
341 [0] = {
342 .start = INT_KEYBOARD,
343 .end = INT_KEYBOARD,
344 .flags = IORESOURCE_IRQ,
345 },
346};
347
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000348static const struct matrix_keymap_data ams_delta_keymap_data = {
349 .keymap = ams_delta_keymap,
350 .keymap_size = ARRAY_SIZE(ams_delta_keymap),
351};
352
Felipe Balbibdc58fb2011-01-27 16:39:42 -0800353static struct omap_kp_platform_data ams_delta_kp_data __initdata = {
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800354 .rows = 8,
355 .cols = 8,
Janusz Krzysztofikda1f0262010-12-20 21:09:22 +0000356 .keymap_data = &ams_delta_keymap_data,
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800357 .delay = 9,
358};
359
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700360static struct platform_device ams_delta_kp_device = {
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800361 .name = "omap-keypad",
362 .id = -1,
363 .dev = {
364 .platform_data = &ams_delta_kp_data,
365 },
366 .num_resources = ARRAY_SIZE(ams_delta_kp_resources),
367 .resource = ams_delta_kp_resources,
368};
369
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700370static struct platform_device ams_delta_lcd_device = {
Tony Lindgrena5246262006-12-07 13:58:17 -0800371 .name = "lcd_ams_delta",
372 .id = -1,
373};
374
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100375static struct gpio_led gpio_leds[] __initconst = {
376 {
377 .name = "camera",
378 .gpio = LATCH1_GPIO_BASE + 0,
379 .default_state = LEDS_GPIO_DEFSTATE_OFF,
380#ifdef CONFIG_LEDS_TRIGGERS
381 .default_trigger = "ams_delta_camera",
382#endif
383 },
384 {
385 .name = "advert",
386 .gpio = LATCH1_GPIO_BASE + 1,
387 .default_state = LEDS_GPIO_DEFSTATE_OFF,
388 },
389 {
390 .name = "email",
391 .gpio = LATCH1_GPIO_BASE + 2,
392 .default_state = LEDS_GPIO_DEFSTATE_OFF,
393 },
394 {
395 .name = "handsfree",
396 .gpio = LATCH1_GPIO_BASE + 3,
397 .default_state = LEDS_GPIO_DEFSTATE_OFF,
398 },
399 {
400 .name = "voicemail",
401 .gpio = LATCH1_GPIO_BASE + 4,
402 .default_state = LEDS_GPIO_DEFSTATE_OFF,
403 },
404 {
405 .name = "voice",
406 .gpio = LATCH1_GPIO_BASE + 5,
407 .default_state = LEDS_GPIO_DEFSTATE_OFF,
408 },
409};
410
411static struct gpio_led_platform_data leds_pdata __initconst = {
412 .leds = gpio_leds,
413 .num_leds = ARRAY_SIZE(gpio_leds),
Jonathan McDowell9becde72006-06-23 02:05:33 -0700414};
415
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700416static struct i2c_board_info ams_delta_camera_board_info[] = {
417 {
418 I2C_BOARD_INFO("ov6650", 0x60),
419 },
420};
421
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700422#ifdef CONFIG_LEDS_TRIGGERS
423DEFINE_LED_TRIGGER(ams_delta_camera_led_trigger);
424
425static int ams_delta_camera_power(struct device *dev, int power)
426{
427 /*
428 * turn on camera LED
429 */
430 if (power)
431 led_trigger_event(ams_delta_camera_led_trigger, LED_FULL);
432 else
433 led_trigger_event(ams_delta_camera_led_trigger, LED_OFF);
434 return 0;
435}
436#else
437#define ams_delta_camera_power NULL
438#endif
439
Uwe Kleine-Königa7e2a892011-02-09 21:40:10 +0100440static struct soc_camera_link ams_delta_iclink = {
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700441 .bus_id = 0, /* OMAP1 SoC camera bus */
442 .i2c_adapter_id = 1,
443 .board_info = &ams_delta_camera_board_info[0],
444 .module_name = "ov6650",
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700445 .power = ams_delta_camera_power,
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700446};
447
Janusz Krzysztofik07ad6ab2011-07-04 03:56:15 -0700448static struct platform_device ams_delta_camera_device = {
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700449 .name = "soc-camera-pdrv",
450 .id = 0,
451 .dev = {
452 .platform_data = &ams_delta_iclink,
453 },
454};
455
456static struct omap1_cam_platform_data ams_delta_camera_platform_data = {
457 .camexclk_khz = 12000, /* default 12MHz clock, no extra DPLL */
458 .lclk_khz_max = 1334, /* results in 5fps CIF, 10fps QCIF */
459};
460
Jonathan McDowell9becde72006-06-23 02:05:33 -0700461static struct platform_device *ams_delta_devices[] __initdata = {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100462 &latch1_gpio_device,
463 &latch2_gpio_device,
Jonathan McDowell325d50b2006-12-06 17:13:52 -0800464 &ams_delta_kp_device,
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100465 &ams_delta_camera_device,
466};
467
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100468static struct platform_device *late_devices[] __initconst = {
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100469 &ams_delta_nand_device,
Tony Lindgrena5246262006-12-07 13:58:17 -0800470 &ams_delta_lcd_device,
Jonathan McDowell9becde72006-06-23 02:05:33 -0700471};
472
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100473static void __init ams_delta_init(void)
474{
Janusz Krzysztofikc33da3a2009-10-22 14:47:42 -0700475 /* mux pins for uarts */
476 omap_cfg_reg(UART1_TX);
477 omap_cfg_reg(UART1_RTS);
478
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700479 /* parallel camera interface */
480 omap_cfg_reg(H19_1610_CAM_EXCLK);
481 omap_cfg_reg(J15_1610_CAM_LCLK);
482 omap_cfg_reg(L18_1610_CAM_VS);
483 omap_cfg_reg(L15_1610_CAM_HS);
484 omap_cfg_reg(L19_1610_CAM_D0);
485 omap_cfg_reg(K14_1610_CAM_D1);
486 omap_cfg_reg(K15_1610_CAM_D2);
487 omap_cfg_reg(K19_1610_CAM_D3);
488 omap_cfg_reg(K18_1610_CAM_D4);
489 omap_cfg_reg(J14_1610_CAM_D5);
490 omap_cfg_reg(J19_1610_CAM_D6);
491 omap_cfg_reg(J18_1610_CAM_D7);
492
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100493 omap_board_config = ams_delta_config;
494 omap_board_config_size = ARRAY_SIZE(ams_delta_config);
495 omap_serial_init();
Jarkko Nikula1ed16a82007-11-07 06:54:32 +0200496 omap_register_i2c_bus(1, 100, NULL, 0);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100497
Tony Lindgrendd0cdd82010-07-05 16:31:30 +0300498 omap1_usb_init(&ams_delta_usb_config);
Janusz Krzysztofik8452e9e2010-10-01 16:37:00 -0700499 omap1_set_camera_info(&ams_delta_camera_platform_data);
Janusz Krzysztofik243e76b2010-10-01 16:37:01 -0700500#ifdef CONFIG_LEDS_TRIGGERS
501 led_trigger_register_simple("ams_delta_camera",
502 &ams_delta_camera_led_trigger);
503#endif
Janusz Krzysztofik5ca61802011-12-20 00:08:53 +0100504 gpio_led_register_device(-1, &leds_pdata);
Jonathan McDowell9becde72006-06-23 02:05:33 -0700505 platform_add_devices(ams_delta_devices, ARRAY_SIZE(ams_delta_devices));
Janusz Krzysztofikb3dba0b2009-10-22 14:47:42 -0700506
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +0000507 ams_delta_init_fiq();
Janusz Krzysztofike6f740f2010-04-28 01:07:42 +0000508
Janusz Krzysztofikb3dba0b2009-10-22 14:47:42 -0700509 omap_writew(omap_readw(ARM_RSTCT1) | 0x0004, ARM_RSTCT1);
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100510}
511
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700512static struct plat_serial8250_port ams_delta_modem_ports[] = {
513 {
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100514 .membase = IOMEM(MODEM_VIRT),
515 .mapbase = MODEM_PHYS,
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700516 .irq = -EINVAL, /* changed later */
517 .flags = UPF_BOOT_AUTOCONF,
518 .irqflags = IRQF_TRIGGER_RISING,
519 .iotype = UPIO_MEM,
520 .regshift = 1,
521 .uartclk = BASE_BAUD * 16,
522 },
523 { },
524};
525
526static struct platform_device ams_delta_modem_device = {
527 .name = "serial8250",
528 .id = PLAT8250_DEV_PLATFORM1,
529 .dev = {
530 .platform_data = ams_delta_modem_ports,
531 },
532};
533
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100534static int __init late_init(void)
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700535{
Janusz Krzysztofik4cb2dc62010-04-28 01:05:47 +0000536 int err;
537
Tony Lindgren7f9187c2010-12-10 09:46:24 -0800538 if (!machine_is_ams_delta())
539 return -ENODEV;
540
Janusz Krzysztofik937eb4b2011-12-20 03:24:21 +0100541 err = gpio_request_array(latch_gpios, ARRAY_SIZE(latch_gpios));
542 if (err) {
543 pr_err("Couldn't take over latch1/latch2 GPIO pins\n");
544 return err;
545 }
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100546
547 platform_add_devices(late_devices, ARRAY_SIZE(late_devices));
548
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700549 omap_cfg_reg(M14_1510_GPIO2);
Janusz Krzysztofik4cb2dc62010-04-28 01:05:47 +0000550 ams_delta_modem_ports[0].irq =
551 gpio_to_irq(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
552
553 err = gpio_request(AMS_DELTA_GPIO_PIN_MODEM_IRQ, "modem");
554 if (err) {
555 pr_err("Couldn't request gpio pin for modem\n");
556 return err;
557 }
558 gpio_direction_input(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700559
560 ams_delta_latch2_write(
561 AMS_DELTA_LATCH2_MODEM_NRESET | AMS_DELTA_LATCH2_MODEM_CODEC,
562 AMS_DELTA_LATCH2_MODEM_NRESET | AMS_DELTA_LATCH2_MODEM_CODEC);
563
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100564 err = platform_device_register(&ams_delta_modem_device);
565 if (err)
566 goto gpio_free;
567 return 0;
568
569gpio_free:
570 gpio_free(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
571 return err;
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700572}
Janusz Krzysztofikf7519d82011-12-20 22:54:18 +0100573late_initcall(late_init);
Janusz Krzysztofikeff443d2009-08-28 10:51:37 -0700574
Tony Lindgren5bb01a92011-11-09 15:29:31 -0800575static void __init ams_delta_map_io(void)
576{
577 omap15xx_map_io();
578 iotable_init(ams_delta_io_desc, ARRAY_SIZE(ams_delta_io_desc));
579}
580
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100581MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)")
582 /* Maintainer: Jonathan McDowell <noodles@earth.li> */
Nicolas Pitre246e3892011-07-05 22:38:15 -0400583 .atag_offset = 0x100,
Tony Lindgren5bb01a92011-11-09 15:29:31 -0800584 .map_io = ams_delta_map_io,
Tony Lindgren7b88e622011-10-05 15:14:02 -0700585 .init_early = omap1_init_early,
Russell King71ee7da2010-05-23 10:18:16 +0100586 .reserve = omap_reserve,
Tony Lindgren7b88e622011-10-05 15:14:02 -0700587 .init_irq = omap1_init_irq,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100588 .init_machine = ams_delta_init,
Tony Lindgrene74984e2011-03-29 15:54:48 -0700589 .timer = &omap1_timer,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100590MACHINE_END