]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-s3c24xx/mach-nexcoder.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[karo-tx-linux.git] / arch / arm / mach-s3c24xx / mach-nexcoder.c
1 /* linux/arch/arm/mach-s3c2440/mach-nexcoder.c
2  *
3  * Copyright (c) 2004 Nex Vision
4  *   Guillaume GOURAT <guillaume.gourat@nexvision.tv>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  *
10  * Modifications:
11  *     15-10-2004 GG  Created initial version
12  *     12-03-2005 BJD Updated for release
13  */
14
15 #include <linux/kernel.h>
16 #include <linux/types.h>
17 #include <linux/interrupt.h>
18 #include <linux/list.h>
19 #include <linux/timer.h>
20 #include <linux/init.h>
21 #include <linux/gpio.h>
22 #include <linux/string.h>
23 #include <linux/serial_core.h>
24 #include <linux/platform_device.h>
25 #include <linux/io.h>
26
27 #include <linux/mtd/map.h>
28
29 #include <asm/mach/arch.h>
30 #include <asm/mach/map.h>
31 #include <asm/mach/irq.h>
32
33 #include <asm/setup.h>
34 #include <mach/hardware.h>
35 #include <asm/irq.h>
36 #include <asm/mach-types.h>
37
38 //#include <asm/debug-ll.h>
39 #include <mach/regs-gpio.h>
40 #include <plat/regs-serial.h>
41 #include <linux/platform_data/i2c-s3c2410.h>
42
43 #include <plat/gpio-cfg.h>
44 #include <plat/clock.h>
45 #include <plat/devs.h>
46 #include <plat/cpu.h>
47
48 #include "common.h"
49
50 static struct map_desc nexcoder_iodesc[] __initdata = {
51         /* nothing here yet */
52 };
53
54 #define UCON S3C2410_UCON_DEFAULT
55 #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
56 #define UFCON S3C2410_UFCON_RXTRIG12 | S3C2410_UFCON_FIFOMODE
57
58 static struct s3c2410_uartcfg nexcoder_uartcfgs[] __initdata = {
59         [0] = {
60                 .hwport      = 0,
61                 .flags       = 0,
62                 .ucon        = UCON,
63                 .ulcon       = ULCON,
64                 .ufcon       = UFCON,
65         },
66         [1] = {
67                 .hwport      = 1,
68                 .flags       = 0,
69                 .ucon        = UCON,
70                 .ulcon       = ULCON,
71                 .ufcon       = UFCON,
72         },
73         [2] = {
74                 .hwport      = 2,
75                 .flags       = 0,
76                 .ucon        = UCON,
77                 .ulcon       = ULCON,
78                 .ufcon       = UFCON,
79         }
80 };
81
82 /* NOR Flash on NexVision NexCoder 2440 board */
83
84 static struct resource nexcoder_nor_resource[] = {
85         [0] = DEFINE_RES_MEM(S3C2410_CS0, SZ_8M),
86 };
87
88 static struct map_info nexcoder_nor_map = {
89         .bankwidth = 2,
90 };
91
92 static struct platform_device nexcoder_device_nor = {
93         .name           = "mtd-flash",
94         .id             = -1,
95         .num_resources  = ARRAY_SIZE(nexcoder_nor_resource),
96         .resource       = nexcoder_nor_resource,
97         .dev =
98         {
99                 .platform_data = &nexcoder_nor_map,
100         }
101 };
102
103 /* Standard Nexcoder devices */
104
105 static struct platform_device *nexcoder_devices[] __initdata = {
106         &s3c_device_ohci,
107         &s3c_device_lcd,
108         &s3c_device_wdt,
109         &s3c_device_i2c0,
110         &s3c_device_iis,
111         &s3c_device_rtc,
112         &s3c_device_camif,
113         &s3c_device_spi0,
114         &s3c_device_spi1,
115         &nexcoder_device_nor,
116 };
117
118 static void __init nexcoder_sensorboard_init(void)
119 {
120         /* Initialize SCCB bus */
121         gpio_request_one(S3C2410_GPE(14), GPIOF_OUT_INIT_HIGH, NULL);
122         gpio_free(S3C2410_GPE(14)); /* IICSCL */
123         gpio_request_one(S3C2410_GPE(15), GPIOF_OUT_INIT_HIGH, NULL);
124         gpio_free(S3C2410_GPE(15)); /* IICSDA */
125
126         /* Power up the sensor board */
127         gpio_request_one(S3C2410_GPF(1), GPIOF_OUT_INIT_HIGH, NULL);
128         gpio_free(S3C2410_GPF(1)); /* CAM_GPIO7 => nLDO_PWRDN */
129         gpio_request_one(S3C2410_GPF(2), GPIOF_OUT_INIT_LOW, NULL);
130         gpio_free(S3C2410_GPF(2)); /* CAM_GPIO6 => CAM_PWRDN */
131 }
132
133 static void __init nexcoder_map_io(void)
134 {
135         s3c24xx_init_io(nexcoder_iodesc, ARRAY_SIZE(nexcoder_iodesc));
136         s3c24xx_init_clocks(0);
137         s3c24xx_init_uarts(nexcoder_uartcfgs, ARRAY_SIZE(nexcoder_uartcfgs));
138
139         nexcoder_sensorboard_init();
140 }
141
142 static void __init nexcoder_init(void)
143 {
144         s3c_i2c0_set_platdata(NULL);
145         platform_add_devices(nexcoder_devices, ARRAY_SIZE(nexcoder_devices));
146 };
147
148 MACHINE_START(NEXCODER_2440, "NexVision - Nexcoder 2440")
149         /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */
150         .atag_offset    = 0x100,
151         .map_io         = nexcoder_map_io,
152         .init_machine   = nexcoder_init,
153         .init_irq       = s3c24xx_init_irq,
154         .init_time      = s3c24xx_timer_init,
155         .restart        = s3c244x_restart,
156 MACHINE_END