2 * TI DA850/OMAP-L138 EVM board
4 * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/
6 * Derived from: arch/arm/mach-davinci/board-da830-evm.c
7 * Original Copyrights follow:
9 * 2007, 2009 (c) MontaVista Software, Inc. This file is licensed under
10 * the terms of the GNU General Public License version 2. This program
11 * is licensed "as is" without any warranty of any kind, whether express
14 #include <linux/kernel.h>
15 #include <linux/module.h>
16 #include <linux/init.h>
17 #include <linux/console.h>
18 #include <linux/i2c.h>
19 #include <linux/i2c/at24.h>
20 #include <linux/gpio.h>
21 #include <linux/platform_device.h>
22 #include <linux/mtd/mtd.h>
23 #include <linux/mtd/nand.h>
24 #include <linux/mtd/partitions.h>
25 #include <linux/mtd/physmap.h>
27 #include <asm/mach-types.h>
28 #include <asm/mach/arch.h>
30 #include <mach/common.h>
31 #include <mach/irqs.h>
32 #include <mach/cp_intc.h>
33 #include <mach/da8xx.h>
34 #include <mach/nand.h>
36 #define DA850_EVM_PHY_MASK 0x1
37 #define DA850_EVM_MDIO_FREQUENCY 2200000 /* PHY bus frequency */
39 #define DA850_LCD_BL_PIN GPIO_TO_PIN(2, 15)
40 #define DA850_LCD_PWR_PIN GPIO_TO_PIN(8, 10)
42 #define DA850_MMCSD_CD_PIN GPIO_TO_PIN(4, 0)
43 #define DA850_MMCSD_WP_PIN GPIO_TO_PIN(4, 1)
45 static struct mtd_partition da850_evm_norflash_partition
[] = {
47 .name
= "NOR filesystem",
49 .size
= MTDPART_SIZ_FULL
,
54 static struct physmap_flash_data da850_evm_norflash_data
= {
56 .parts
= da850_evm_norflash_partition
,
57 .nr_parts
= ARRAY_SIZE(da850_evm_norflash_partition
),
60 static struct resource da850_evm_norflash_resource
[] = {
62 .start
= DA8XX_AEMIF_CS2_BASE
,
63 .end
= DA8XX_AEMIF_CS2_BASE
+ SZ_32M
- 1,
64 .flags
= IORESOURCE_MEM
,
68 static struct platform_device da850_evm_norflash_device
= {
69 .name
= "physmap-flash",
72 .platform_data
= &da850_evm_norflash_data
,
75 .resource
= da850_evm_norflash_resource
,
78 /* DA850/OMAP-L138 EVM includes a 512 MByte large-page NAND flash
79 * (128K blocks). It may be used instead of the (default) SPI flash
80 * to boot, using TI's tools to install the secondary boot loader
83 struct mtd_partition da850_evm_nandflash_partition
[] = {
88 .mask_flags
= MTD_WRITEABLE
,
92 .offset
= MTDPART_OFS_APPEND
,
94 .mask_flags
= MTD_WRITEABLE
,
98 .offset
= MTDPART_OFS_APPEND
,
100 .mask_flags
= MTD_WRITEABLE
,
109 .name
= "filesystem",
110 .offset
= MTDPART_OFS_APPEND
,
111 .size
= MTDPART_SIZ_FULL
,
116 static struct davinci_nand_pdata da850_evm_nandflash_data
= {
117 .parts
= da850_evm_nandflash_partition
,
118 .nr_parts
= ARRAY_SIZE(da850_evm_nandflash_partition
),
119 .ecc_mode
= NAND_ECC_HW
,
120 .options
= NAND_USE_FLASH_BBT
,
123 static struct resource da850_evm_nandflash_resource
[] = {
125 .start
= DA8XX_AEMIF_CS3_BASE
,
126 .end
= DA8XX_AEMIF_CS3_BASE
+ SZ_512K
+ 2 * SZ_1K
- 1,
127 .flags
= IORESOURCE_MEM
,
130 .start
= DA8XX_AEMIF_CTL_BASE
,
131 .end
= DA8XX_AEMIF_CTL_BASE
+ SZ_32K
- 1,
132 .flags
= IORESOURCE_MEM
,
136 static struct platform_device da850_evm_nandflash_device
= {
137 .name
= "davinci_nand",
140 .platform_data
= &da850_evm_nandflash_data
,
142 .num_resources
= ARRAY_SIZE(da850_evm_nandflash_resource
),
143 .resource
= da850_evm_nandflash_resource
,
146 static struct i2c_board_info __initdata da850_evm_i2c_devices
[] = {
148 I2C_BOARD_INFO("tlv320aic3x", 0x18),
152 static struct davinci_i2c_platform_data da850_evm_i2c_0_pdata
= {
153 .bus_freq
= 100, /* kHz */
154 .bus_delay
= 0, /* usec */
157 static struct davinci_uart_config da850_evm_uart_config __initdata
= {
158 .enabled_uarts
= 0x7,
161 static struct platform_device
*da850_evm_devices
[] __initdata
= {
162 &da850_evm_nandflash_device
,
163 &da850_evm_norflash_device
,
166 /* davinci da850 evm audio machine driver */
167 static u8 da850_iis_serializer_direction
[] = {
168 INACTIVE_MODE
, INACTIVE_MODE
, INACTIVE_MODE
, INACTIVE_MODE
,
169 INACTIVE_MODE
, INACTIVE_MODE
, INACTIVE_MODE
, INACTIVE_MODE
,
170 INACTIVE_MODE
, INACTIVE_MODE
, INACTIVE_MODE
, TX_MODE
,
171 RX_MODE
, INACTIVE_MODE
, INACTIVE_MODE
, INACTIVE_MODE
,
174 static struct snd_platform_data da850_evm_snd_data
= {
175 .tx_dma_offset
= 0x2000,
176 .rx_dma_offset
= 0x2000,
177 .op_mode
= DAVINCI_MCASP_IIS_MODE
,
178 .num_serializer
= ARRAY_SIZE(da850_iis_serializer_direction
),
180 .serial_dir
= da850_iis_serializer_direction
,
181 .eventq_no
= EVENTQ_1
,
182 .version
= MCASP_VERSION_2
,
187 static int da850_evm_mmc_get_ro(int index
)
189 return gpio_get_value(DA850_MMCSD_WP_PIN
);
192 static int da850_evm_mmc_get_cd(int index
)
194 return !gpio_get_value(DA850_MMCSD_CD_PIN
);
197 static struct davinci_mmc_config da850_mmc_config
= {
198 .get_ro
= da850_evm_mmc_get_ro
,
199 .get_cd
= da850_evm_mmc_get_cd
,
201 .version
= MMC_CTLR_VERSION_2
,
204 static int da850_lcd_hw_init(void)
208 status
= gpio_request(DA850_LCD_BL_PIN
, "lcd bl\n");
212 status
= gpio_request(DA850_LCD_PWR_PIN
, "lcd pwr\n");
214 gpio_free(DA850_LCD_BL_PIN
);
218 gpio_direction_output(DA850_LCD_BL_PIN
, 0);
219 gpio_direction_output(DA850_LCD_PWR_PIN
, 0);
221 /* disable lcd backlight */
222 gpio_set_value(DA850_LCD_BL_PIN
, 0);
224 /* disable lcd power */
225 gpio_set_value(DA850_LCD_PWR_PIN
, 0);
227 /* enable lcd power */
228 gpio_set_value(DA850_LCD_PWR_PIN
, 1);
230 /* enable lcd backlight */
231 gpio_set_value(DA850_LCD_BL_PIN
, 1);
236 #define DA8XX_AEMIF_CE2CFG_OFFSET 0x10
237 #define DA8XX_AEMIF_ASIZE_16BIT 0x1
239 static void __init
da850_evm_init_nor(void)
241 void __iomem
*aemif_addr
;
243 aemif_addr
= ioremap(DA8XX_AEMIF_CTL_BASE
, SZ_32K
);
245 /* Configure data bus width of CS2 to 16 bit */
246 writel(readl(aemif_addr
+ DA8XX_AEMIF_CE2CFG_OFFSET
) |
247 DA8XX_AEMIF_ASIZE_16BIT
,
248 aemif_addr
+ DA8XX_AEMIF_CE2CFG_OFFSET
);
253 #if defined(CONFIG_MTD_PHYSMAP) || \
254 defined(CONFIG_MTD_PHYSMAP_MODULE)
260 #if defined(CONFIG_MMC_DAVINCI) || \
261 defined(CONFIG_MMC_DAVINCI_MODULE)
267 static __init
void da850_evm_init(void)
269 struct davinci_soc_info
*soc_info
= &davinci_soc_info
;
272 ret
= da8xx_pinmux_setup(da850_nand_pins
);
274 pr_warning("da850_evm_init: nand mux setup failed: %d\n",
277 ret
= da8xx_pinmux_setup(da850_nor_pins
);
279 pr_warning("da850_evm_init: nor mux setup failed: %d\n",
282 da850_evm_init_nor();
284 platform_add_devices(da850_evm_devices
,
285 ARRAY_SIZE(da850_evm_devices
));
287 ret
= da8xx_register_edma();
289 pr_warning("da850_evm_init: edma registration failed: %d\n",
292 ret
= da8xx_pinmux_setup(da850_i2c0_pins
);
294 pr_warning("da850_evm_init: i2c0 mux setup failed: %d\n",
297 ret
= da8xx_register_i2c(0, &da850_evm_i2c_0_pdata
);
299 pr_warning("da850_evm_init: i2c0 registration failed: %d\n",
302 soc_info
->emac_pdata
->phy_mask
= DA850_EVM_PHY_MASK
;
303 soc_info
->emac_pdata
->mdio_max_freq
= DA850_EVM_MDIO_FREQUENCY
;
304 soc_info
->emac_pdata
->rmii_en
= 0;
306 ret
= da8xx_pinmux_setup(da850_cpgmac_pins
);
308 pr_warning("da850_evm_init: cpgmac mux setup failed: %d\n",
311 ret
= da8xx_register_emac();
313 pr_warning("da850_evm_init: emac registration failed: %d\n",
316 ret
= da8xx_register_watchdog();
318 pr_warning("da830_evm_init: watchdog registration failed: %d\n",
323 pr_warning("WARNING: both NOR Flash and MMC/SD are "
324 "enabled, but they share AEMIF pins.\n"
325 "\tDisable one of them.\n");
327 ret
= da8xx_pinmux_setup(da850_mmcsd0_pins
);
329 pr_warning("da850_evm_init: mmcsd0 mux setup failed:"
332 ret
= gpio_request(DA850_MMCSD_CD_PIN
, "MMC CD\n");
334 pr_warning("da850_evm_init: can not open GPIO %d\n",
336 gpio_direction_input(DA850_MMCSD_CD_PIN
);
338 ret
= gpio_request(DA850_MMCSD_WP_PIN
, "MMC WP\n");
340 pr_warning("da850_evm_init: can not open GPIO %d\n",
342 gpio_direction_input(DA850_MMCSD_WP_PIN
);
344 ret
= da8xx_register_mmcsd0(&da850_mmc_config
);
346 pr_warning("da850_evm_init: mmcsd0 registration failed:"
350 davinci_serial_init(&da850_evm_uart_config
);
352 i2c_register_board_info(1, da850_evm_i2c_devices
,
353 ARRAY_SIZE(da850_evm_i2c_devices
));
356 * shut down uart 0 and 1; they are not used on the board and
357 * accessing them causes endless "too much work in irq53" messages
360 __raw_writel(0, IO_ADDRESS(DA8XX_UART1_BASE
) + 0x30);
361 __raw_writel(0, IO_ADDRESS(DA8XX_UART0_BASE
) + 0x30);
363 ret
= da8xx_pinmux_setup(da850_mcasp_pins
);
365 pr_warning("da850_evm_init: mcasp mux setup failed: %d\n",
368 da8xx_init_mcasp(0, &da850_evm_snd_data
);
370 ret
= da8xx_pinmux_setup(da850_lcdcntl_pins
);
372 pr_warning("da850_evm_init: lcdcntl mux setup failed: %d\n",
375 ret
= da850_lcd_hw_init();
377 pr_warning("da850_evm_init: lcd initialization failed: %d\n",
380 ret
= da8xx_register_lcdc();
382 pr_warning("da850_evm_init: lcdc registration failed: %d\n",
386 #ifdef CONFIG_SERIAL_8250_CONSOLE
387 static int __init
da850_evm_console_init(void)
389 return add_preferred_console("ttyS", 2, "115200");
391 console_initcall(da850_evm_console_init
);
394 static __init
void da850_evm_irq_init(void)
396 struct davinci_soc_info
*soc_info
= &davinci_soc_info
;
398 cp_intc_init((void __iomem
*)DA8XX_CP_INTC_VIRT
, DA850_N_CP_INTC_IRQ
,
399 soc_info
->intc_irq_prios
);
402 static void __init
da850_evm_map_io(void)
407 MACHINE_START(DAVINCI_DA850_EVM
, "DaVinci DA850/OMAP-L138 EVM")
409 .io_pg_offst
= (__IO_ADDRESS(IO_PHYS
) >> 18) & 0xfffc,
410 .boot_params
= (DA8XX_DDR_BASE
+ 0x100),
411 .map_io
= da850_evm_map_io
,
412 .init_irq
= da850_evm_irq_init
,
413 .timer
= &davinci_timer
,
414 .init_machine
= da850_evm_init
,