1 /* linux/arch/arm/mach-s3c2410/mach-qt2410.c
3 * Copyright (C) 2006 by OpenMoko, Inc.
4 * Author: Harald Welte <laforge@openmoko.org>
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 of
10 * the License, or (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24 #include <linux/kernel.h>
25 #include <linux/types.h>
26 #include <linux/interrupt.h>
27 #include <linux/list.h>
28 #include <linux/timer.h>
29 #include <linux/init.h>
30 #include <linux/gpio.h>
31 #include <linux/sysdev.h>
32 #include <linux/platform_device.h>
33 #include <linux/serial_core.h>
34 #include <linux/spi/spi.h>
35 #include <linux/spi/spi_gpio.h>
37 #include <linux/mtd/mtd.h>
38 #include <linux/mtd/nand.h>
39 #include <linux/mtd/nand_ecc.h>
40 #include <linux/mtd/partitions.h>
42 #include <asm/mach/arch.h>
43 #include <asm/mach/map.h>
44 #include <asm/mach/irq.h>
46 #include <mach/hardware.h>
48 #include <asm/mach-types.h>
50 #include <mach/regs-gpio.h>
51 #include <mach/leds-gpio.h>
52 #include <mach/regs-lcd.h>
53 #include <plat/regs-serial.h>
55 #include <plat/nand.h>
59 #include <plat/common-smdk.h>
60 #include <plat/gpio-cfg.h>
61 #include <plat/devs.h>
65 static struct map_desc qt2410_iodesc
[] __initdata
= {
66 { 0xe0000000, __phys_to_pfn(S3C2410_CS3
+0x01000000), SZ_1M
, MT_DEVICE
}
69 #define UCON S3C2410_UCON_DEFAULT
70 #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
71 #define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
73 static struct s3c2410_uartcfg smdk2410_uartcfgs
[] = {
99 static struct s3c2410fb_display qt2410_lcd_cfg
[] __initdata
= {
101 /* Configuration for 640x480 SHARP LQ080V3DG01 */
102 .lcdcon5
= S3C2410_LCDCON5_FRM565
|
103 S3C2410_LCDCON5_INVVLINE
|
104 S3C2410_LCDCON5_INVVFRAME
|
105 S3C2410_LCDCON5_PWREN
|
106 S3C2410_LCDCON5_HWSWP
,
108 .type
= S3C2410_LCDCON1_TFT
,
112 .pixclock
= 40000, /* HCLK/4 */
124 /* Configuration for 480x640 toppoly TD028TTEC1 */
125 .lcdcon5
= S3C2410_LCDCON5_FRM565
|
126 S3C2410_LCDCON5_INVVLINE
|
127 S3C2410_LCDCON5_INVVFRAME
|
128 S3C2410_LCDCON5_PWREN
|
129 S3C2410_LCDCON5_HWSWP
,
131 .type
= S3C2410_LCDCON1_TFT
,
134 .pixclock
= 40000, /* HCLK/4 */
146 /* Config for 240x320 LCD */
147 .lcdcon5
= S3C2410_LCDCON5_FRM565
|
148 S3C2410_LCDCON5_INVVLINE
|
149 S3C2410_LCDCON5_INVVFRAME
|
150 S3C2410_LCDCON5_PWREN
|
151 S3C2410_LCDCON5_HWSWP
,
153 .type
= S3C2410_LCDCON1_TFT
,
156 .pixclock
= 100000, /* HCLK/10 */
170 static struct s3c2410fb_mach_info qt2410_fb_info __initdata
= {
171 .displays
= qt2410_lcd_cfg
,
172 .num_displays
= ARRAY_SIZE(qt2410_lcd_cfg
),
173 .default_display
= 0,
175 .lpcsel
= ((0xCE6) & ~7) | 1<<4,
180 static struct resource qt2410_cs89x0_resources
[] = {
183 .end
= 0x19000000 + 16,
184 .flags
= IORESOURCE_MEM
,
189 .flags
= IORESOURCE_IRQ
,
193 static struct platform_device qt2410_cs89x0
= {
194 .name
= "cirrus-cs89x0",
195 .num_resources
= ARRAY_SIZE(qt2410_cs89x0_resources
),
196 .resource
= qt2410_cs89x0_resources
,
201 static struct s3c24xx_led_platdata qt2410_pdata_led
= {
202 .gpio
= S3C2410_GPB(0),
203 .flags
= S3C24XX_LEDF_ACTLOW
| S3C24XX_LEDF_TRISTATE
,
205 .def_trigger
= "timer",
208 static struct platform_device qt2410_led
= {
209 .name
= "s3c24xx_led",
212 .platform_data
= &qt2410_pdata_led
,
218 static struct spi_gpio_platform_data spi_gpio_cfg
= {
219 .sck
= S3C2410_GPG(7),
220 .mosi
= S3C2410_GPG(6),
221 .miso
= S3C2410_GPG(5),
224 static struct platform_device qt2410_spi
= {
227 .dev
.platform_data
= &spi_gpio_cfg
,
232 static struct platform_device
*qt2410_devices
[] __initdata
= {
239 &s3c_device_usbgadget
,
245 static struct mtd_partition __initdata qt2410_nand_part
[] = {
252 .name
= "U-Boot environment",
273 static struct s3c2410_nand_set __initdata qt2410_nand_sets
[] = {
277 .nr_partitions
= ARRAY_SIZE(qt2410_nand_part
),
278 .partitions
= qt2410_nand_part
,
282 /* choose a set of timings which should suit most 512Mbit
286 static struct s3c2410_platform_nand __initdata qt2410_nand_info
= {
290 .nr_sets
= ARRAY_SIZE(qt2410_nand_sets
),
291 .sets
= qt2410_nand_sets
,
296 static struct s3c2410_udc_mach_info qt2410_udc_cfg
= {
299 static char tft_type
= 's';
301 static int __init
qt2410_tft_setup(char *str
)
307 __setup("tft=", qt2410_tft_setup
);
309 static void __init
qt2410_map_io(void)
311 s3c24xx_init_io(qt2410_iodesc
, ARRAY_SIZE(qt2410_iodesc
));
312 s3c24xx_init_clocks(12*1000*1000);
313 s3c24xx_init_uarts(smdk2410_uartcfgs
, ARRAY_SIZE(smdk2410_uartcfgs
));
316 static void __init
qt2410_machine_init(void)
318 s3c_nand_set_platdata(&qt2410_nand_info
);
321 case 'p': /* production */
322 qt2410_fb_info
.default_display
= 1;
325 qt2410_fb_info
.default_display
= 0;
327 case 's': /* small */
329 qt2410_fb_info
.default_display
= 2;
332 s3c24xx_fb_set_platdata(&qt2410_fb_info
);
334 s3c_gpio_cfgpin(S3C2410_GPB(0), S3C2410_GPIO_OUTPUT
);
335 s3c2410_gpio_setpin(S3C2410_GPB(0), 1);
337 s3c24xx_udc_set_platdata(&qt2410_udc_cfg
);
338 s3c_i2c0_set_platdata(NULL
);
340 WARN_ON(gpio_request(S3C2410_GPB(5), "spi cs"));
341 gpio_direction_output(S3C2410_GPB(5), 1);
343 platform_add_devices(qt2410_devices
, ARRAY_SIZE(qt2410_devices
));
347 MACHINE_START(QT2410
, "QT2410")
348 .boot_params
= S3C2410_SDRAM_PA
+ 0x100,
349 .map_io
= qt2410_map_io
,
350 .init_irq
= s3c24xx_init_irq
,
351 .init_machine
= qt2410_machine_init
,
352 .timer
= &s3c24xx_timer
,