blob: cbc11be5cd2a9ebcbc1fc43f82308f17c969076c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Tony Lindgrendbdf9ced2005-07-10 19:58:11 +01002 * linux/arch/arm/mach-omap1/board-innovator.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
4 * Board specific inits for OMAP-1510 and OMAP-1610 Innovator
5 *
6 * Copyright (C) 2001 RidgeRun, Inc.
7 * Author: Greg Lonnon <glonnon@ridgerun.com>
8 *
9 * Copyright (C) 2002 MontaVista Software, Inc.
10 *
11 * Separated FPGA interrupts from innovator1510.c and cleaned up for 2.6
12 * Copyright (C) 2004 Nokia Corporation by Tony Lindrgen <tony@atomide.com>
13 *
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License version 2 as
16 * published by the Free Software Foundation.
17 */
18
19#include <linux/kernel.h>
20#include <linux/init.h>
Russell Kingd052d1b2005-10-29 19:07:23 +010021#include <linux/platform_device.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <linux/delay.h>
23#include <linux/mtd/mtd.h>
24#include <linux/mtd/partitions.h>
Tony Lindgren9b6553c2006-04-02 17:46:30 +010025#include <linux/input.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070026
Russell Kinga09e64f2008-08-05 16:14:15 +010027#include <mach/hardware.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#include <asm/mach-types.h>
29#include <asm/mach/arch.h>
30#include <asm/mach/flash.h>
31#include <asm/mach/map.h>
32
Russell Kinga09e64f2008-08-05 16:14:15 +010033#include <mach/mux.h>
34#include <mach/fpga.h>
35#include <mach/gpio.h>
36#include <mach/tc.h>
37#include <mach/usb.h>
38#include <mach/keypad.h>
39#include <mach/common.h>
40#include <mach/mcbsp.h>
41#include <mach/omap-alsa.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
Tony Lindgren9b6553c2006-04-02 17:46:30 +010043static int innovator_keymap[] = {
44 KEY(0, 0, KEY_F1),
45 KEY(0, 3, KEY_DOWN),
46 KEY(1, 1, KEY_F2),
47 KEY(1, 2, KEY_RIGHT),
48 KEY(2, 0, KEY_F3),
49 KEY(2, 1, KEY_F4),
50 KEY(2, 2, KEY_UP),
51 KEY(3, 2, KEY_ENTER),
52 KEY(3, 3, KEY_LEFT),
53 0
54};
55
Linus Torvalds1da177e2005-04-16 15:20:36 -070056static struct mtd_partition innovator_partitions[] = {
57 /* bootloader (U-Boot, etc) in first sector */
58 {
59 .name = "bootloader",
60 .offset = 0,
61 .size = SZ_128K,
62 .mask_flags = MTD_WRITEABLE, /* force read-only */
63 },
64 /* bootloader params in the next sector */
65 {
66 .name = "params",
67 .offset = MTDPART_OFS_APPEND,
68 .size = SZ_128K,
69 .mask_flags = 0,
70 },
71 /* kernel */
72 {
73 .name = "kernel",
74 .offset = MTDPART_OFS_APPEND,
75 .size = SZ_2M,
76 .mask_flags = 0
77 },
78 /* rest of flash1 is a file system */
79 {
80 .name = "rootfs",
81 .offset = MTDPART_OFS_APPEND,
82 .size = SZ_16M - SZ_2M - 2 * SZ_128K,
83 .mask_flags = 0
84 },
85 /* file system */
86 {
87 .name = "filesystem",
88 .offset = MTDPART_OFS_APPEND,
89 .size = MTDPART_SIZ_FULL,
90 .mask_flags = 0
91 }
92};
93
94static struct flash_platform_data innovator_flash_data = {
95 .map_name = "cfi_probe",
96 .width = 2,
97 .parts = innovator_partitions,
98 .nr_parts = ARRAY_SIZE(innovator_partitions),
99};
100
101static struct resource innovator_flash_resource = {
102 .start = OMAP_CS0_PHYS,
103 .end = OMAP_CS0_PHYS + SZ_32M - 1,
104 .flags = IORESOURCE_MEM,
105};
106
107static struct platform_device innovator_flash_device = {
108 .name = "omapflash",
109 .id = 0,
110 .dev = {
111 .platform_data = &innovator_flash_data,
112 },
113 .num_resources = 1,
114 .resource = &innovator_flash_resource,
115};
116
lamikr284185c72006-06-26 16:16:08 -0700117#define DEFAULT_BITPERSAMPLE 16
118
119static struct omap_mcbsp_reg_cfg mcbsp_regs = {
120 .spcr2 = FREE | FRST | GRST | XRST | XINTM(3),
121 .spcr1 = RINTM(3) | RRST,
122 .rcr2 = RPHASE | RFRLEN2(OMAP_MCBSP_WORD_8) |
123 RWDLEN2(OMAP_MCBSP_WORD_16) | RDATDLY(0),
124 .rcr1 = RFRLEN1(OMAP_MCBSP_WORD_8) | RWDLEN1(OMAP_MCBSP_WORD_16),
125 .xcr2 = XPHASE | XFRLEN2(OMAP_MCBSP_WORD_8) |
126 XWDLEN2(OMAP_MCBSP_WORD_16) | XDATDLY(0) | XFIG,
127 .xcr1 = XFRLEN1(OMAP_MCBSP_WORD_8) | XWDLEN1(OMAP_MCBSP_WORD_16),
128 .srgr1 = FWID(DEFAULT_BITPERSAMPLE - 1),
129 .srgr2 = GSYNC | CLKSP | FSGM | FPER(DEFAULT_BITPERSAMPLE * 2 - 1),
130 /*.pcr0 = FSXM | FSRM | CLKXM | CLKRM | CLKXP | CLKRP,*/ /* mcbsp: master */
131 .pcr0 = CLKXP | CLKRP, /* mcbsp: slave */
132};
133
134static struct omap_alsa_codec_config alsa_config = {
135 .name = "OMAP Innovator AIC23",
136 .mcbsp_regs_alsa = &mcbsp_regs,
David Cohen6e2d4102007-12-13 22:27:15 -0400137 .codec_configure_dev = NULL, /* aic23_configure, */
138 .codec_set_samplerate = NULL, /* aic23_set_samplerate, */
139 .codec_clock_setup = NULL, /* aic23_clock_setup, */
140 .codec_clock_on = NULL, /* aic23_clock_on, */
141 .codec_clock_off = NULL, /* aic23_clock_off, */
142 .get_default_samplerate = NULL, /* aic23_get_default_samplerate, */
lamikr284185c72006-06-26 16:16:08 -0700143};
144
145static struct platform_device innovator_mcbsp1_device = {
146 .name = "omap_alsa_mcbsp",
147 .id = 1,
148 .dev = {
149 .platform_data = &alsa_config,
150 },
151};
152
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100153static struct resource innovator_kp_resources[] = {
154 [0] = {
155 .start = INT_KEYBOARD,
156 .end = INT_KEYBOARD,
157 .flags = IORESOURCE_IRQ,
158 },
159};
160
161static struct omap_kp_platform_data innovator_kp_data = {
Komal Shah4d246072006-09-29 01:59:20 -0700162 .rows = 8,
163 .cols = 8,
164 .keymap = innovator_keymap,
165 .keymapsize = ARRAY_SIZE(innovator_keymap),
166 .delay = 4,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100167};
168
169static struct platform_device innovator_kp_device = {
170 .name = "omap-keypad",
171 .id = -1,
172 .dev = {
173 .platform_data = &innovator_kp_data,
174 },
175 .num_resources = ARRAY_SIZE(innovator_kp_resources),
176 .resource = innovator_kp_resources,
177};
178
179
Tony Lindgren3179a012005-11-10 14:26:48 +0000180#ifdef CONFIG_ARCH_OMAP15XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181
David Brownellc15e5d12006-06-26 16:16:09 -0700182#include <linux/spi/spi.h>
183#include <linux/spi/ads7846.h>
184
185
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186/* Only FPGA needs to be mapped here. All others are done with ioremap */
187static struct map_desc innovator1510_io_desc[] __initdata = {
Deepak Saxena9fe133b2005-10-28 15:19:00 +0100188 {
189 .virtual = OMAP1510_FPGA_BASE,
190 .pfn = __phys_to_pfn(OMAP1510_FPGA_START),
191 .length = OMAP1510_FPGA_SIZE,
192 .type = MT_DEVICE
193 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194};
195
196static struct resource innovator1510_smc91x_resources[] = {
197 [0] = {
198 .start = OMAP1510_FPGA_ETHR_START, /* Physical */
199 .end = OMAP1510_FPGA_ETHR_START + 0xf,
200 .flags = IORESOURCE_MEM,
201 },
202 [1] = {
203 .start = OMAP1510_INT_ETHER,
204 .end = OMAP1510_INT_ETHER,
Russell Kinge7b3dc72008-01-14 22:30:10 +0000205 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 },
207};
208
209static struct platform_device innovator1510_smc91x_device = {
210 .name = "smc91x",
211 .id = 0,
212 .num_resources = ARRAY_SIZE(innovator1510_smc91x_resources),
213 .resource = innovator1510_smc91x_resources,
214};
215
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100216static struct platform_device innovator1510_lcd_device = {
217 .name = "lcd_inn1510",
218 .id = -1,
219};
220
David Brownellc15e5d12006-06-26 16:16:09 -0700221static struct platform_device innovator1510_spi_device = {
222 .name = "spi_inn1510",
223 .id = -1,
224};
225
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226static struct platform_device *innovator1510_devices[] __initdata = {
227 &innovator_flash_device,
228 &innovator1510_smc91x_device,
lamikr284185c72006-06-26 16:16:08 -0700229 &innovator_mcbsp1_device,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100230 &innovator_kp_device,
231 &innovator1510_lcd_device,
David Brownellc15e5d12006-06-26 16:16:09 -0700232 &innovator1510_spi_device,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233};
234
David Brownellc15e5d12006-06-26 16:16:09 -0700235static int innovator_get_pendown_state(void)
236{
237 return !(fpga_read(OMAP1510_FPGA_TOUCHSCREEN) & (1 << 5));
238}
239
240static const struct ads7846_platform_data innovator1510_ts_info = {
241 .model = 7846,
242 .vref_delay_usecs = 100, /* internal, no capacitor */
243 .x_plate_ohms = 419,
244 .y_plate_ohms = 486,
245 .get_pendown_state = innovator_get_pendown_state,
246};
247
248static struct spi_board_info __initdata innovator1510_boardinfo[] = { {
249 /* FPGA (bus "10") CS0 has an ads7846e */
250 .modalias = "ads7846",
251 .platform_data = &innovator1510_ts_info,
252 .irq = OMAP1510_INT_FPGA_TS,
253 .max_speed_hz = 120000 /* max sample rate at 3V */
254 * 26 /* command + data + overhead */,
255 .bus_num = 10,
256 .chip_select = 0,
257} };
258
Tony Lindgren3179a012005-11-10 14:26:48 +0000259#endif /* CONFIG_ARCH_OMAP15XX */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260
261#ifdef CONFIG_ARCH_OMAP16XX
262
263static struct resource innovator1610_smc91x_resources[] = {
264 [0] = {
265 .start = INNOVATOR1610_ETHR_START, /* Physical */
266 .end = INNOVATOR1610_ETHR_START + 0xf,
267 .flags = IORESOURCE_MEM,
268 },
269 [1] = {
270 .start = OMAP_GPIO_IRQ(0),
271 .end = OMAP_GPIO_IRQ(0),
Russell Kinge7b3dc72008-01-14 22:30:10 +0000272 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWEDGE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 },
274};
275
276static struct platform_device innovator1610_smc91x_device = {
277 .name = "smc91x",
278 .id = 0,
279 .num_resources = ARRAY_SIZE(innovator1610_smc91x_resources),
280 .resource = innovator1610_smc91x_resources,
281};
282
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100283static struct platform_device innovator1610_lcd_device = {
284 .name = "inn1610_lcd",
285 .id = -1,
286};
287
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288static struct platform_device *innovator1610_devices[] __initdata = {
289 &innovator_flash_device,
290 &innovator1610_smc91x_device,
Tony Lindgren9b6553c2006-04-02 17:46:30 +0100291 &innovator_kp_device,
292 &innovator1610_lcd_device,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293};
294
295#endif /* CONFIG_ARCH_OMAP16XX */
296
297static void __init innovator_init_smc91x(void)
298{
299 if (cpu_is_omap1510()) {
300 fpga_write(fpga_read(OMAP1510_FPGA_RST) & ~1,
301 OMAP1510_FPGA_RST);
302 udelay(750);
303 } else {
304 if ((omap_request_gpio(0)) < 0) {
305 printk("Error requesting gpio 0 for smc91x irq\n");
306 return;
307 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 }
309}
310
David Brownell277d58e2006-12-06 17:13:59 -0800311static void __init innovator_init_irq(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312{
Tony Lindgren87bd63f2006-02-08 22:06:46 +0000313 omap1_init_common_hw();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 omap_init_irq();
315 omap_gpio_init();
Tony Lindgren3179a012005-11-10 14:26:48 +0000316#ifdef CONFIG_ARCH_OMAP15XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 if (cpu_is_omap1510()) {
318 omap1510_fpga_init_irq();
319 }
320#endif
321 innovator_init_smc91x();
322}
323
Tony Lindgren3179a012005-11-10 14:26:48 +0000324#ifdef CONFIG_ARCH_OMAP15XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325static struct omap_usb_config innovator1510_usb_config __initdata = {
326 /* for bundled non-standard host and peripheral cables */
327 .hmc_mode = 4,
328
329 .register_host = 1,
330 .pins[1] = 6,
331 .pins[2] = 6, /* Conflicts with UART2 */
332
333 .register_dev = 1,
334 .pins[0] = 2,
335};
Tony Lindgren3179a012005-11-10 14:26:48 +0000336
337static struct omap_lcd_config innovator1510_lcd_config __initdata = {
Tony Lindgren3179a012005-11-10 14:26:48 +0000338 .ctrl_name = "internal",
339};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340#endif
341
342#ifdef CONFIG_ARCH_OMAP16XX
343static struct omap_usb_config h2_usb_config __initdata = {
344 /* usb1 has a Mini-AB port and external isp1301 transceiver */
345 .otg = 2,
346
347#ifdef CONFIG_USB_GADGET_OMAP
David Cohen6e2d4102007-12-13 22:27:15 -0400348 .hmc_mode = 19, /* 0:host(off) 1:dev|otg 2:disabled */
349 /* .hmc_mode = 21,*/ /* 0:host(off) 1:dev(loopback) 2:host(loopback) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350#elif defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE)
351 /* NONSTANDARD CABLE NEEDED (B-to-Mini-B) */
David Cohen6e2d4102007-12-13 22:27:15 -0400352 .hmc_mode = 20, /* 1:dev|otg(off) 1:host 2:disabled */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353#endif
354
355 .pins[1] = 3,
356};
Tony Lindgren3179a012005-11-10 14:26:48 +0000357
358static struct omap_lcd_config innovator1610_lcd_config __initdata = {
Tony Lindgren3179a012005-11-10 14:26:48 +0000359 .ctrl_name = "internal",
360};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361#endif
362
Tony Lindgren7c38cf02005-09-08 23:07:38 +0100363static struct omap_mmc_config innovator_mmc_config __initdata = {
364 .mmc [0] = {
365 .enabled = 1,
366 .wire4 = 1,
367 .wp_pin = OMAP_MPUIO(3),
368 .power_pin = -1, /* FPGA F3 UIO42 */
369 .switch_pin = -1, /* FPGA F4 UIO43 */
370 },
371};
372
Tony Lindgren3179a012005-11-10 14:26:48 +0000373static struct omap_uart_config innovator_uart_config __initdata = {
374 .enabled_uarts = ((1 << 0) | (1 << 1) | (1 << 2)),
375};
376
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377static struct omap_board_config_kernel innovator_config[] = {
378 { OMAP_TAG_USB, NULL },
Tony Lindgren3179a012005-11-10 14:26:48 +0000379 { OMAP_TAG_LCD, NULL },
Tony Lindgren7c38cf02005-09-08 23:07:38 +0100380 { OMAP_TAG_MMC, &innovator_mmc_config },
Tony Lindgren3179a012005-11-10 14:26:48 +0000381 { OMAP_TAG_UART, &innovator_uart_config },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382};
383
384static void __init innovator_init(void)
385{
Tony Lindgren3179a012005-11-10 14:26:48 +0000386#ifdef CONFIG_ARCH_OMAP15XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387 if (cpu_is_omap1510()) {
388 platform_add_devices(innovator1510_devices, ARRAY_SIZE(innovator1510_devices));
David Brownellc15e5d12006-06-26 16:16:09 -0700389 spi_register_board_info(innovator1510_boardinfo,
390 ARRAY_SIZE(innovator1510_boardinfo));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391 }
392#endif
393#ifdef CONFIG_ARCH_OMAP16XX
394 if (!cpu_is_omap1510()) {
395 platform_add_devices(innovator1610_devices, ARRAY_SIZE(innovator1610_devices));
396 }
397#endif
398
Tony Lindgren3179a012005-11-10 14:26:48 +0000399#ifdef CONFIG_ARCH_OMAP15XX
400 if (cpu_is_omap1510()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401 innovator_config[0].data = &innovator1510_usb_config;
Tony Lindgren3179a012005-11-10 14:26:48 +0000402 innovator_config[1].data = &innovator1510_lcd_config;
403 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404#endif
405#ifdef CONFIG_ARCH_OMAP16XX
Tony Lindgren3179a012005-11-10 14:26:48 +0000406 if (cpu_is_omap1610()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407 innovator_config[0].data = &h2_usb_config;
Tony Lindgren3179a012005-11-10 14:26:48 +0000408 innovator_config[1].data = &innovator1610_lcd_config;
409 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410#endif
411 omap_board_config = innovator_config;
412 omap_board_config_size = ARRAY_SIZE(innovator_config);
Tony Lindgren3179a012005-11-10 14:26:48 +0000413 omap_serial_init();
Jarkko Nikula1ed16a82007-11-07 06:54:32 +0200414 omap_register_i2c_bus(1, 100, NULL, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415}
416
417static void __init innovator_map_io(void)
418{
Tony Lindgren87bd63f2006-02-08 22:06:46 +0000419 omap1_map_common_io();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420
Tony Lindgren3179a012005-11-10 14:26:48 +0000421#ifdef CONFIG_ARCH_OMAP15XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422 if (cpu_is_omap1510()) {
423 iotable_init(innovator1510_io_desc, ARRAY_SIZE(innovator1510_io_desc));
424 udelay(10); /* Delay needed for FPGA */
425
426 /* Dump the Innovator FPGA rev early - useful info for support. */
427 printk("Innovator FPGA Rev %d.%d Board Rev %d\n",
428 fpga_read(OMAP1510_FPGA_REV_HIGH),
429 fpga_read(OMAP1510_FPGA_REV_LOW),
430 fpga_read(OMAP1510_FPGA_BOARD_REV));
431 }
432#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433}
434
435MACHINE_START(OMAP_INNOVATOR, "TI-Innovator")
Russell Kinge9dea0c2005-07-03 17:38:58 +0100436 /* Maintainer: MontaVista Software, Inc. */
Russell Kinge9dea0c2005-07-03 17:38:58 +0100437 .phys_io = 0xfff00000,
438 .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc,
439 .boot_params = 0x10000100,
440 .map_io = innovator_map_io,
441 .init_irq = innovator_init_irq,
442 .init_machine = innovator_init,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443 .timer = &omap_timer,
444MACHINE_END