2 * Copyright (C) 2008 Sascha Hauer, Pengutronix
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.
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.
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
19 #include <linux/types.h>
20 #include <linux/init.h>
22 #include <linux/platform_device.h>
23 #include <linux/mtd/physmap.h>
24 #include <linux/mtd/plat-ram.h>
25 #include <linux/memory.h>
26 #include <linux/gpio.h>
27 #include <linux/smsc911x.h>
28 #include <linux/interrupt.h>
29 #include <linux/i2c.h>
30 #include <linux/i2c/at24.h>
31 #include <linux/delay.h>
32 #include <linux/spi/spi.h>
33 #include <linux/irq.h>
35 #include <mach/hardware.h>
36 #include <asm/mach-types.h>
37 #include <asm/mach/arch.h>
38 #include <asm/mach/time.h>
39 #include <asm/mach/map.h>
40 #include <mach/common.h>
41 #include <mach/imx-uart.h>
42 #include <mach/iomux-mx3.h>
44 #include <mach/board-pcm037.h>
45 #include <mach/mx3fb.h>
46 #include <mach/mxc_nand.h>
54 static unsigned int pcm037_pins[] = {
56 MX31_PIN_CSPI2_MOSI__SCL,
57 MX31_PIN_CSPI2_MISO__SDA,
59 MX31_PIN_SD1_DATA3__SD1_DATA3,
60 MX31_PIN_SD1_DATA2__SD1_DATA2,
61 MX31_PIN_SD1_DATA1__SD1_DATA1,
62 MX31_PIN_SD1_DATA0__SD1_DATA0,
63 MX31_PIN_SD1_CLK__SD1_CLK,
64 MX31_PIN_SD1_CMD__SD1_CMD,
65 IOMUX_MODE(MX31_PIN_SCK6, IOMUX_CONFIG_GPIO), /* card detect */
66 IOMUX_MODE(MX31_PIN_SFS6, IOMUX_CONFIG_GPIO), /* write protect */
68 MX31_PIN_CSPI1_MOSI__MOSI,
69 MX31_PIN_CSPI1_MISO__MISO,
70 MX31_PIN_CSPI1_SCLK__SCLK,
71 MX31_PIN_CSPI1_SPI_RDY__SPI_RDY,
72 MX31_PIN_CSPI1_SS0__SS0,
73 MX31_PIN_CSPI1_SS1__SS1,
74 MX31_PIN_CSPI1_SS2__SS2,
86 MX31_PIN_CSPI3_MOSI__RXD3,
87 MX31_PIN_CSPI3_MISO__TXD3,
88 MX31_PIN_CSPI3_SCLK__RTS3,
89 MX31_PIN_CSPI3_SPI_RDY__CTS3,
91 IOMUX_MODE(MX31_PIN_GPIO3_1, IOMUX_CONFIG_GPIO),
93 MX31_PIN_BATT_LINE__OWIRE,
113 MX31_PIN_VSYNC3__VSYNC3,
114 MX31_PIN_HSYNC__HSYNC,
115 MX31_PIN_FPSHIFT__FPSHIFT,
116 MX31_PIN_DRDY0__DRDY0,
117 MX31_PIN_D3_REV__D3_REV,
118 MX31_PIN_CONTRAST__CONTRAST,
119 MX31_PIN_D3_SPL__D3_SPL,
120 MX31_PIN_D3_CLS__D3_CLS,
121 MX31_PIN_LCS0__GPI03_23,
124 static struct physmap_flash_data pcm037_flash_data = {
128 static struct resource pcm037_flash_resource = {
131 .flags = IORESOURCE_MEM,
134 static struct platform_device pcm037_flash = {
135 .name = "physmap-flash",
138 .platform_data = &pcm037_flash_data,
140 .resource = &pcm037_flash_resource,
144 static struct imxuart_platform_data uart_pdata = {
145 .flags = IMXUART_HAVE_RTSCTS,
148 static struct resource smsc911x_resources[] = {
150 .start = CS1_BASE_ADDR + 0x300,
151 .end = CS1_BASE_ADDR + 0x300 + SZ_64K - 1,
152 .flags = IORESOURCE_MEM,
155 .start = IOMUX_TO_IRQ(MX31_PIN_GPIO3_1),
156 .end = IOMUX_TO_IRQ(MX31_PIN_GPIO3_1),
157 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
161 static struct smsc911x_platform_config smsc911x_info = {
162 .flags = SMSC911X_USE_32BIT | SMSC911X_FORCE_INTERNAL_PHY |
163 SMSC911X_SAVE_MAC_ADDRESS,
164 .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
165 .irq_type = SMSC911X_IRQ_TYPE_OPEN_DRAIN,
166 .phy_interface = PHY_INTERFACE_MODE_MII,
169 static struct platform_device pcm037_eth = {
172 .num_resources = ARRAY_SIZE(smsc911x_resources),
173 .resource = smsc911x_resources,
175 .platform_data = &smsc911x_info,
179 static struct platdata_mtd_ram pcm038_sram_data = {
183 static struct resource pcm038_sram_resource = {
184 .start = CS4_BASE_ADDR,
185 .end = CS4_BASE_ADDR + 512 * 1024 - 1,
186 .flags = IORESOURCE_MEM,
189 static struct platform_device pcm037_sram_device = {
193 .platform_data = &pcm038_sram_data,
196 .resource = &pcm038_sram_resource,
199 static struct mxc_nand_platform_data pcm037_nand_board_info = {
204 #ifdef CONFIG_I2C_IMX
205 static struct imxi2c_platform_data pcm037_i2c_1_data = {
209 static struct at24_platform_data board_eeprom = {
212 .flags = AT24_FLAG_ADDR16,
215 static struct i2c_board_info pcm037_i2c_devices[] = {
217 I2C_BOARD_INFO("at24", 0x52), /* E0=0, E1=1, E2=0 */
218 .platform_data = &board_eeprom,
220 I2C_BOARD_INFO("rtc-pcf8563", 0x51),
226 /* Not connected by default */
227 #ifdef PCM970_SDHC_RW_SWITCH
228 static int pcm970_sdhc1_get_ro(struct device *dev)
230 return gpio_get_value(IOMUX_TO_GPIO(MX31_PIN_SFS6));
234 static int pcm970_sdhc1_init(struct device *dev, irq_handler_t detect_irq,
238 int gpio_det, gpio_wp;
240 gpio_det = IOMUX_TO_GPIO(MX31_PIN_SCK6);
241 gpio_wp = IOMUX_TO_GPIO(MX31_PIN_SFS6);
243 gpio_direction_input(gpio_det);
244 gpio_direction_input(gpio_wp);
246 ret = request_irq(IOMUX_TO_IRQ(MX31_PIN_SCK6), detect_irq,
247 IRQF_DISABLED | IRQF_TRIGGER_FALLING,
248 "sdhc-detect", data);
252 static void pcm970_sdhc1_exit(struct device *dev, void *data)
254 free_irq(IOMUX_TO_IRQ(MX31_PIN_SCK6), data);
257 static struct imxmmc_platform_data sdhc_pdata = {
258 #ifdef PCM970_SDHC_RW_SWITCH
259 .get_ro = pcm970_sdhc1_get_ro,
261 .init = pcm970_sdhc1_init,
262 .exit = pcm970_sdhc1_exit,
265 static struct platform_device *devices[] __initdata = {
271 static struct ipu_platform_data mx3_ipu_data = {
272 .irq_base = MXC_IPU_IRQ_START,
275 static const struct fb_videomode fb_modedb[] = {
277 /* 240x320 @ 60 Hz Sharp */
278 .name = "Sharp-LQ035Q7DH06-QVGA",
289 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
290 FB_SYNC_CLK_INVERT | FB_SYNC_CLK_IDLE_EN,
291 .vmode = FB_VMODE_NONINTERLACED,
294 /* 240x320 @ 60 Hz */
306 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
307 .vmode = FB_VMODE_NONINTERLACED,
312 static struct mx3fb_platform_data mx3fb_pdata = {
313 .dma_dev = &mx3_ipu.dev,
314 .name = "Sharp-LQ035Q7DH06-QVGA",
316 .num_modes = ARRAY_SIZE(fb_modedb),
320 * Board specific initialization.
322 static void __init mxc_board_init(void)
324 mxc_iomux_setup_multiple_pins(pcm037_pins, ARRAY_SIZE(pcm037_pins),
327 platform_add_devices(devices, ARRAY_SIZE(devices));
329 mxc_register_device(&mxc_uart_device0, &uart_pdata);
330 mxc_register_device(&mxc_uart_device1, &uart_pdata);
331 mxc_register_device(&mxc_uart_device2, &uart_pdata);
333 mxc_register_device(&mxc_w1_master_device, NULL);
335 /* LAN9217 IRQ pin */
336 gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO3_1));
338 #ifdef CONFIG_I2C_IMX
339 i2c_register_board_info(1, pcm037_i2c_devices,
340 ARRAY_SIZE(pcm037_i2c_devices));
342 mxc_register_device(&mxc_i2c_device1, &pcm037_i2c_1_data);
344 mxc_register_device(&mxc_nand_device, &pcm037_nand_board_info);
345 mxc_register_device(&mxcsdhc_device0, &sdhc_pdata);
346 mxc_register_device(&mx3_ipu, &mx3_ipu_data);
347 mxc_register_device(&mx3_fb, &mx3fb_pdata);
350 static void __init pcm037_timer_init(void)
352 mx31_clocks_init(26000000);
355 struct sys_timer pcm037_timer = {
356 .init = pcm037_timer_init,
359 MACHINE_START(PCM037, "Phytec Phycore pcm037")
360 /* Maintainer: Pengutronix */
361 .phys_io = AIPS1_BASE_ADDR,
362 .io_pg_offst = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc,
363 .boot_params = PHYS_OFFSET + 0x100,
364 .map_io = mx31_map_io,
365 .init_irq = mxc_init_irq,
366 .init_machine = mxc_board_init,
367 .timer = &pcm037_timer,