blob: feeaf73933dcc1bf9914c9353693fe68dbeee1c1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* linux/arch/arm/mach-s3c2410/mach-bast.c
2 *
Ben Dooksccae9412009-11-13 22:54:14 +00003 * Copyright 2003-2008 Simtec Electronics
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 * Ben Dooks <ben@simtec.co.uk>
5 *
6 * http://www.simtec.co.uk/products/EB2410ITX/
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
Linus Torvalds1da177e2005-04-16 15:20:36 -070011*/
12
13#include <linux/kernel.h>
14#include <linux/types.h>
15#include <linux/interrupt.h>
16#include <linux/list.h>
17#include <linux/timer.h>
18#include <linux/init.h>
Ben Dooksec976d62009-05-13 22:52:24 +010019#include <linux/gpio.h>
Rafael J. Wysockibb072c32011-04-22 22:03:21 +020020#include <linux/syscore_ops.h>
Ben Dooksb6d1f542006-12-17 23:22:26 +010021#include <linux/serial_core.h>
Russell Kingd052d1b2005-10-29 19:07:23 +010022#include <linux/platform_device.h>
Ben Dooksd97a6662005-06-23 21:56:47 +010023#include <linux/dm9000.h>
Ben Dooksb7a12d12008-07-03 11:24:37 +010024#include <linux/ata_platform.h>
Ben Dooks042cf0f2008-07-03 11:24:41 +010025#include <linux/i2c.h>
Russell Kingfced80c2008-09-06 12:10:45 +010026#include <linux/io.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070027
Ben Dooks5ce4b1f2007-07-12 10:44:53 +010028#include <net/ax88796.h>
29
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include <asm/mach/arch.h>
31#include <asm/mach/map.h>
32#include <asm/mach/irq.h>
33
Russell Kinga09e64f2008-08-05 16:14:15 +010034#include <mach/bast-map.h>
35#include <mach/bast-irq.h>
36#include <mach/bast-cpld.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070037
Russell Kinga09e64f2008-08-05 16:14:15 +010038#include <mach/hardware.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include <asm/irq.h>
40#include <asm/mach-types.h>
41
42//#include <asm/debug-ll.h>
Ben Dooksa2b7ba92008-10-07 22:26:09 +010043#include <plat/regs-serial.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010044#include <mach/regs-gpio.h>
45#include <mach/regs-mem.h>
46#include <mach/regs-lcd.h>
Ben Dooks58c8d572005-10-28 15:31:46 +010047
Ben Dooks885f9eb2009-07-18 10:12:26 +010048#include <plat/hwmon.h>
Ben Dooks7926b5a2008-10-30 10:14:35 +000049#include <plat/nand.h>
Ben Dooks9498cb72008-10-30 10:14:33 +000050#include <plat/iic.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010051#include <mach/fb.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
53#include <linux/mtd/mtd.h>
54#include <linux/mtd/nand.h>
55#include <linux/mtd/nand_ecc.h>
56#include <linux/mtd/partitions.h>
57
Ben Dooks65cc3372005-07-18 10:24:32 +010058#include <linux/serial_8250.h>
59
Ben Dooksd5120ae2008-10-07 23:09:51 +010060#include <plat/clock.h>
Ben Dooksa2b7ba92008-10-07 22:26:09 +010061#include <plat/devs.h>
62#include <plat/cpu.h>
Ben Dooksca0b4902009-07-30 23:23:39 +010063#include <plat/cpu-freq.h>
Ben Dooks40b956f2010-05-04 14:38:49 +090064#include <plat/gpio-cfg.h>
Ben Dooks4d3a3462009-11-13 22:34:20 +000065#include <plat/audio-simtec.h>
Ben Dooks9d529c62008-07-03 11:24:39 +010066
Linus Torvalds1da177e2005-04-16 15:20:36 -070067#include "usb-simtec.h"
Ben Dooks9d529c62008-07-03 11:24:39 +010068#include "nor-simtec.h"
Kukjin Kimb27b0722012-01-03 14:02:03 +010069#include "common.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
Ben Dooksccae9412009-11-13 22:54:14 +000071#define COPYRIGHT ", Copyright 2004-2008 Simtec Electronics"
Linus Torvalds1da177e2005-04-16 15:20:36 -070072
73/* macros for virtual address mods for the io space entries */
74#define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5)
75#define VA_C4(item) ((unsigned long)(item) + BAST_VAM_CS4)
76#define VA_C3(item) ((unsigned long)(item) + BAST_VAM_CS3)
77#define VA_C2(item) ((unsigned long)(item) + BAST_VAM_CS2)
78
79/* macros to modify the physical addresses for io space */
80
Ben Dooks1d23b652005-11-08 19:15:31 +000081#define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2))
82#define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3))
83#define PA_CS4(item) (__phys_to_pfn((item) + S3C2410_CS4))
84#define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5))
Linus Torvalds1da177e2005-04-16 15:20:36 -070085
86static struct map_desc bast_iodesc[] __initdata = {
87 /* ISA IO areas */
Ben Dooks1d23b652005-11-08 19:15:31 +000088 {
89 .virtual = (u32)S3C24XX_VA_ISA_BYTE,
90 .pfn = PA_CS2(BAST_PA_ISAIO),
91 .length = SZ_16M,
92 .type = MT_DEVICE,
93 }, {
94 .virtual = (u32)S3C24XX_VA_ISA_WORD,
95 .pfn = PA_CS3(BAST_PA_ISAIO),
96 .length = SZ_16M,
97 .type = MT_DEVICE,
98 },
Linus Torvalds1da177e2005-04-16 15:20:36 -070099 /* bast CPLD control registers, and external interrupt controls */
Ben Dooks1d23b652005-11-08 19:15:31 +0000100 {
101 .virtual = (u32)BAST_VA_CTRL1,
102 .pfn = __phys_to_pfn(BAST_PA_CTRL1),
103 .length = SZ_1M,
104 .type = MT_DEVICE,
105 }, {
106 .virtual = (u32)BAST_VA_CTRL2,
107 .pfn = __phys_to_pfn(BAST_PA_CTRL2),
108 .length = SZ_1M,
109 .type = MT_DEVICE,
110 }, {
111 .virtual = (u32)BAST_VA_CTRL3,
112 .pfn = __phys_to_pfn(BAST_PA_CTRL3),
113 .length = SZ_1M,
114 .type = MT_DEVICE,
115 }, {
116 .virtual = (u32)BAST_VA_CTRL4,
117 .pfn = __phys_to_pfn(BAST_PA_CTRL4),
118 .length = SZ_1M,
119 .type = MT_DEVICE,
120 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121 /* PC104 IRQ mux */
Ben Dooks1d23b652005-11-08 19:15:31 +0000122 {
123 .virtual = (u32)BAST_VA_PC104_IRQREQ,
124 .pfn = __phys_to_pfn(BAST_PA_PC104_IRQREQ),
125 .length = SZ_1M,
126 .type = MT_DEVICE,
127 }, {
128 .virtual = (u32)BAST_VA_PC104_IRQRAW,
129 .pfn = __phys_to_pfn(BAST_PA_PC104_IRQRAW),
130 .length = SZ_1M,
131 .type = MT_DEVICE,
132 }, {
133 .virtual = (u32)BAST_VA_PC104_IRQMASK,
134 .pfn = __phys_to_pfn(BAST_PA_PC104_IRQMASK),
135 .length = SZ_1M,
136 .type = MT_DEVICE,
137 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138
139 /* peripheral space... one for each of fast/slow/byte/16bit */
140 /* note, ide is only decoded in word space, even though some registers
141 * are only 8bit */
142
143 /* slow, byte */
144 { VA_C2(BAST_VA_ISAIO), PA_CS2(BAST_PA_ISAIO), SZ_16M, MT_DEVICE },
145 { VA_C2(BAST_VA_ISAMEM), PA_CS2(BAST_PA_ISAMEM), SZ_16M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146 { VA_C2(BAST_VA_SUPERIO), PA_CS2(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147
148 /* slow, word */
149 { VA_C3(BAST_VA_ISAIO), PA_CS3(BAST_PA_ISAIO), SZ_16M, MT_DEVICE },
150 { VA_C3(BAST_VA_ISAMEM), PA_CS3(BAST_PA_ISAMEM), SZ_16M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 { VA_C3(BAST_VA_SUPERIO), PA_CS3(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152
153 /* fast, byte */
154 { VA_C4(BAST_VA_ISAIO), PA_CS4(BAST_PA_ISAIO), SZ_16M, MT_DEVICE },
155 { VA_C4(BAST_VA_ISAMEM), PA_CS4(BAST_PA_ISAMEM), SZ_16M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156 { VA_C4(BAST_VA_SUPERIO), PA_CS4(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157
158 /* fast, word */
159 { VA_C5(BAST_VA_ISAIO), PA_CS5(BAST_PA_ISAIO), SZ_16M, MT_DEVICE },
160 { VA_C5(BAST_VA_ISAMEM), PA_CS5(BAST_PA_ISAMEM), SZ_16M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161 { VA_C5(BAST_VA_SUPERIO), PA_CS5(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162};
163
164#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
165#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
166#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
167
Ben Dooks66a9b492006-06-18 23:04:05 +0100168static struct s3c2410_uartcfg bast_uartcfgs[] __initdata = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 [0] = {
170 .hwport = 0,
171 .flags = 0,
172 .ucon = UCON,
173 .ulcon = ULCON,
174 .ufcon = UFCON,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 },
176 [1] = {
177 .hwport = 1,
178 .flags = 0,
179 .ucon = UCON,
180 .ulcon = ULCON,
181 .ufcon = UFCON,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182 },
183 /* port 2 is not actually used */
184 [2] = {
185 .hwport = 2,
186 .flags = 0,
187 .ucon = UCON,
188 .ulcon = ULCON,
189 .ufcon = UFCON,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190 }
191};
192
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193/* NAND Flash on BAST board */
194
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100195#ifdef CONFIG_PM
Rafael J. Wysockibb072c32011-04-22 22:03:21 +0200196static int bast_pm_suspend(void)
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100197{
198 /* ensure that an nRESET is not generated on resume. */
Ben Dooks408c8b82010-05-04 12:49:04 +0900199 gpio_direction_output(S3C2410_GPA(21), 1);
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100200 return 0;
201}
202
Rafael J. Wysockibb072c32011-04-22 22:03:21 +0200203static void bast_pm_resume(void)
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100204{
Ben Dooks40b956f2010-05-04 14:38:49 +0900205 s3c_gpio_cfgpin(S3C2410_GPA(21), S3C2410_GPA21_nRSTOUT);
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100206}
207
208#else
209#define bast_pm_suspend NULL
210#define bast_pm_resume NULL
211#endif
212
Rafael J. Wysockibb072c32011-04-22 22:03:21 +0200213static struct syscore_ops bast_pm_syscore_ops = {
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100214 .suspend = bast_pm_suspend,
215 .resume = bast_pm_resume,
216};
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218static int smartmedia_map[] = { 0 };
219static int chip0_map[] = { 1 };
220static int chip1_map[] = { 2 };
221static int chip2_map[] = { 3 };
222
Ben Dooks2a3a1802009-09-28 13:59:49 +0300223static struct mtd_partition __initdata bast_default_nand_part[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 [0] = {
225 .name = "Boot Agent",
226 .size = SZ_16K,
Ben Dooksb526bf22005-11-16 15:05:12 +0000227 .offset = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 },
229 [1] = {
230 .name = "/boot",
231 .size = SZ_4M - SZ_16K,
232 .offset = SZ_16K,
233 },
234 [2] = {
235 .name = "user",
236 .offset = SZ_4M,
237 .size = MTDPART_SIZ_FULL,
238 }
239};
240
241/* the bast has 4 selectable slots for nand-flash, the three
242 * on-board chip areas, as well as the external SmartMedia
243 * slot.
244 *
245 * Note, there is no current hot-plug support for the SmartMedia
246 * socket.
247*/
248
Ben Dooks2a3a1802009-09-28 13:59:49 +0300249static struct s3c2410_nand_set __initdata bast_nand_sets[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250 [0] = {
251 .name = "SmartMedia",
252 .nr_chips = 1,
253 .nr_map = smartmedia_map,
Ben Dooksd3ef7ee2009-12-23 19:25:02 +0000254 .options = NAND_SCAN_SILENT_NODEV,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255 .nr_partitions = ARRAY_SIZE(bast_default_nand_part),
Ben Dooksb526bf22005-11-16 15:05:12 +0000256 .partitions = bast_default_nand_part,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257 },
258 [1] = {
259 .name = "chip0",
260 .nr_chips = 1,
261 .nr_map = chip0_map,
262 .nr_partitions = ARRAY_SIZE(bast_default_nand_part),
Ben Dooksb526bf22005-11-16 15:05:12 +0000263 .partitions = bast_default_nand_part,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264 },
265 [2] = {
266 .name = "chip1",
267 .nr_chips = 1,
268 .nr_map = chip1_map,
Ben Dooksd3ef7ee2009-12-23 19:25:02 +0000269 .options = NAND_SCAN_SILENT_NODEV,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 .nr_partitions = ARRAY_SIZE(bast_default_nand_part),
Ben Dooksb526bf22005-11-16 15:05:12 +0000271 .partitions = bast_default_nand_part,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 },
273 [3] = {
274 .name = "chip2",
275 .nr_chips = 1,
276 .nr_map = chip2_map,
Ben Dooksd3ef7ee2009-12-23 19:25:02 +0000277 .options = NAND_SCAN_SILENT_NODEV,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 .nr_partitions = ARRAY_SIZE(bast_default_nand_part),
Ben Dooksb526bf22005-11-16 15:05:12 +0000279 .partitions = bast_default_nand_part,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280 }
281};
282
283static void bast_nand_select(struct s3c2410_nand_set *set, int slot)
284{
285 unsigned int tmp;
286
287 slot = set->nr_map[slot] & 3;
288
289 pr_debug("bast_nand: selecting slot %d (set %p,%p)\n",
290 slot, set, set->nr_map);
291
292 tmp = __raw_readb(BAST_VA_CTRL2);
293 tmp &= BAST_CPLD_CTLR2_IDERST;
294 tmp |= slot;
295 tmp |= BAST_CPLD_CTRL2_WNAND;
296
297 pr_debug("bast_nand: ctrl2 now %02x\n", tmp);
298
299 __raw_writeb(tmp, BAST_VA_CTRL2);
300}
301
Ben Dooks2a3a1802009-09-28 13:59:49 +0300302static struct s3c2410_platform_nand __initdata bast_nand_info = {
Ben Dooksb048dbf2005-10-20 23:21:19 +0100303 .tacls = 30,
304 .twrph0 = 60,
305 .twrph1 = 60,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306 .nr_sets = ARRAY_SIZE(bast_nand_sets),
307 .sets = bast_nand_sets,
308 .select_chip = bast_nand_select,
309};
310
Ben Dooksd97a6662005-06-23 21:56:47 +0100311/* DM9000 */
312
313static struct resource bast_dm9k_resource[] = {
314 [0] = {
315 .start = S3C2410_CS5 + BAST_PA_DM9000,
316 .end = S3C2410_CS5 + BAST_PA_DM9000 + 3,
Ben Dooksb526bf22005-11-16 15:05:12 +0000317 .flags = IORESOURCE_MEM,
Ben Dooksd97a6662005-06-23 21:56:47 +0100318 },
319 [1] = {
320 .start = S3C2410_CS5 + BAST_PA_DM9000 + 0x40,
321 .end = S3C2410_CS5 + BAST_PA_DM9000 + 0x40 + 0x3f,
Ben Dooksb526bf22005-11-16 15:05:12 +0000322 .flags = IORESOURCE_MEM,
Ben Dooksd97a6662005-06-23 21:56:47 +0100323 },
324 [2] = {
325 .start = IRQ_DM9000,
326 .end = IRQ_DM9000,
Ben Dooks9cf345e2008-07-03 11:24:22 +0100327 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
Ben Dooksd97a6662005-06-23 21:56:47 +0100328 }
329
330};
331
332/* for the moment we limit ourselves to 16bit IO until some
333 * better IO routines can be written and tested
334*/
335
Ben Dooks9f693d72005-10-12 19:58:07 +0100336static struct dm9000_plat_data bast_dm9k_platdata = {
Ben Dooksb526bf22005-11-16 15:05:12 +0000337 .flags = DM9000_PLATF_16BITONLY,
Ben Dooksd97a6662005-06-23 21:56:47 +0100338};
339
340static struct platform_device bast_device_dm9k = {
341 .name = "dm9000",
342 .id = 0,
343 .num_resources = ARRAY_SIZE(bast_dm9k_resource),
344 .resource = bast_dm9k_resource,
345 .dev = {
346 .platform_data = &bast_dm9k_platdata,
347 }
348};
349
Ben Dooks65cc3372005-07-18 10:24:32 +0100350/* serial devices */
351
352#define SERIAL_BASE (S3C2410_CS2 + BAST_PA_SUPERIO)
353#define SERIAL_FLAGS (UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_SHARE_IRQ)
354#define SERIAL_CLK (1843200)
355
356static struct plat_serial8250_port bast_sio_data[] = {
357 [0] = {
358 .mapbase = SERIAL_BASE + 0x2f8,
359 .irq = IRQ_PCSERIAL1,
360 .flags = SERIAL_FLAGS,
361 .iotype = UPIO_MEM,
362 .regshift = 0,
363 .uartclk = SERIAL_CLK,
364 },
365 [1] = {
366 .mapbase = SERIAL_BASE + 0x3f8,
367 .irq = IRQ_PCSERIAL2,
368 .flags = SERIAL_FLAGS,
369 .iotype = UPIO_MEM,
370 .regshift = 0,
371 .uartclk = SERIAL_CLK,
372 },
373 { }
374};
375
376static struct platform_device bast_sio = {
377 .name = "serial8250",
Russell King6df29de2005-09-08 16:04:41 +0100378 .id = PLAT8250_DEV_PLATFORM,
Ben Dooks65cc3372005-07-18 10:24:32 +0100379 .dev = {
380 .platform_data = &bast_sio_data,
381 },
382};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383
Ben Dooks1fcf8442005-08-03 19:49:16 +0100384/* we have devices on the bus which cannot work much over the
385 * standard 100KHz i2c bus frequency
386*/
387
Ben Dooks3e1b7762008-10-31 16:14:40 +0000388static struct s3c2410_platform_i2c __initdata bast_i2c_info = {
Ben Dooks1fcf8442005-08-03 19:49:16 +0100389 .flags = 0,
390 .slave_addr = 0x10,
Daniel Silverstonec564e6a2009-03-13 13:53:46 +0000391 .frequency = 100*1000,
Ben Dooks1fcf8442005-08-03 19:49:16 +0100392};
393
Ben Dooks5ce4b1f2007-07-12 10:44:53 +0100394/* Asix AX88796 10/100 ethernet controller */
395
396static struct ax_plat_data bast_asix_platdata = {
397 .flags = AXFLG_MAC_FROMDEV,
398 .wordlength = 2,
399 .dcr_val = 0x48,
400 .rcr_val = 0x40,
401};
402
403static struct resource bast_asix_resource[] = {
404 [0] = {
405 .start = S3C2410_CS5 + BAST_PA_ASIXNET,
406 .end = S3C2410_CS5 + BAST_PA_ASIXNET + (0x18 * 0x20) - 1,
407 .flags = IORESOURCE_MEM,
408 },
409 [1] = {
410 .start = S3C2410_CS5 + BAST_PA_ASIXNET + (0x1f * 0x20),
411 .end = S3C2410_CS5 + BAST_PA_ASIXNET + (0x1f * 0x20),
412 .flags = IORESOURCE_MEM,
413 },
414 [2] = {
415 .start = IRQ_ASIX,
416 .end = IRQ_ASIX,
417 .flags = IORESOURCE_IRQ
418 }
419};
420
421static struct platform_device bast_device_asix = {
422 .name = "ax88796",
423 .id = 0,
424 .num_resources = ARRAY_SIZE(bast_asix_resource),
425 .resource = bast_asix_resource,
426 .dev = {
427 .platform_data = &bast_asix_platdata
428 }
429};
430
431/* Asix AX88796 10/100 ethernet controller parallel port */
432
433static struct resource bast_asixpp_resource[] = {
434 [0] = {
435 .start = S3C2410_CS5 + BAST_PA_ASIXNET + (0x18 * 0x20),
436 .end = S3C2410_CS5 + BAST_PA_ASIXNET + (0x1b * 0x20) - 1,
437 .flags = IORESOURCE_MEM,
438 }
439};
440
441static struct platform_device bast_device_axpp = {
442 .name = "ax88796-pp",
443 .id = 0,
444 .num_resources = ARRAY_SIZE(bast_asixpp_resource),
445 .resource = bast_asixpp_resource,
446};
447
448/* LCD/VGA controller */
Ben Dooks58c8d572005-10-28 15:31:46 +0100449
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700450static struct s3c2410fb_display __initdata bast_lcd_info[] = {
451 {
Krzysztof Helt1f411532007-10-16 01:28:57 -0700452 .type = S3C2410_LCDCON1_TFT,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700453 .width = 640,
454 .height = 480,
Krzysztof Helt5f20f692007-10-16 01:28:59 -0700455
Krzysztof Helt69816692007-10-16 01:29:06 -0700456 .pixclock = 33333,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700457 .xres = 640,
458 .yres = 480,
459 .bpp = 4,
Krzysztof Helt1f411532007-10-16 01:28:57 -0700460 .left_margin = 40,
461 .right_margin = 20,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700462 .hsync_len = 88,
Krzysztof Helt5f20f692007-10-16 01:28:59 -0700463 .upper_margin = 30,
464 .lower_margin = 32,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700465 .vsync_len = 3,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700466
Krzysztof Heltf28ef572007-10-16 01:28:58 -0700467 .lcdcon5 = 0x00014b02,
Ben Dooks58c8d572005-10-28 15:31:46 +0100468 },
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700469 {
Krzysztof Helt1f411532007-10-16 01:28:57 -0700470 .type = S3C2410_LCDCON1_TFT,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700471 .width = 640,
472 .height = 480,
Ben Dooks58c8d572005-10-28 15:31:46 +0100473
Krzysztof Helt69816692007-10-16 01:29:06 -0700474 .pixclock = 33333,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700475 .xres = 640,
476 .yres = 480,
477 .bpp = 8,
Krzysztof Helt1f411532007-10-16 01:28:57 -0700478 .left_margin = 40,
479 .right_margin = 20,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700480 .hsync_len = 88,
Krzysztof Helt5f20f692007-10-16 01:28:59 -0700481 .upper_margin = 30,
482 .lower_margin = 32,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700483 .vsync_len = 3,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700484
Krzysztof Heltf28ef572007-10-16 01:28:58 -0700485 .lcdcon5 = 0x00014b02,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700486 },
487 {
Krzysztof Helt1f411532007-10-16 01:28:57 -0700488 .type = S3C2410_LCDCON1_TFT,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700489 .width = 640,
490 .height = 480,
491
Krzysztof Helt69816692007-10-16 01:29:06 -0700492 .pixclock = 33333,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700493 .xres = 640,
494 .yres = 480,
495 .bpp = 16,
Krzysztof Helt1f411532007-10-16 01:28:57 -0700496 .left_margin = 40,
497 .right_margin = 20,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700498 .hsync_len = 88,
Krzysztof Helt5f20f692007-10-16 01:28:59 -0700499 .upper_margin = 30,
500 .lower_margin = 32,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700501 .vsync_len = 3,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700502
Krzysztof Heltf28ef572007-10-16 01:28:58 -0700503 .lcdcon5 = 0x00014b02,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700504 },
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700505};
506
507/* LCD/VGA controller */
508
509static struct s3c2410fb_mach_info __initdata bast_fb_info = {
510
511 .displays = bast_lcd_info,
512 .num_displays = ARRAY_SIZE(bast_lcd_info),
Ben Dooks9cbae122007-12-23 03:09:38 +0100513 .default_display = 1,
Ben Dooks58c8d572005-10-28 15:31:46 +0100514};
515
Ben Dooks042cf0f2008-07-03 11:24:41 +0100516/* I2C devices fitted. */
517
518static struct i2c_board_info bast_i2c_devs[] __initdata = {
519 {
520 I2C_BOARD_INFO("tlv320aic23", 0x1a),
521 }, {
522 I2C_BOARD_INFO("simtec-pmu", 0x6b),
523 }, {
524 I2C_BOARD_INFO("ch7013", 0x75),
525 },
526};
Ben Dooksb7a12d12008-07-03 11:24:37 +0100527
Ben Dooks885f9eb2009-07-18 10:12:26 +0100528static struct s3c_hwmon_pdata bast_hwmon_info = {
529 /* LCD contrast (0-6.6V) */
530 .in[0] = &(struct s3c_hwmon_chcfg) {
531 .name = "lcd-contrast",
532 .mult = 3300,
533 .div = 512,
534 },
535 /* LED current feedback */
536 .in[1] = &(struct s3c_hwmon_chcfg) {
537 .name = "led-feedback",
538 .mult = 3300,
539 .div = 1024,
540 },
541 /* LCD feedback (0-6.6V) */
542 .in[2] = &(struct s3c_hwmon_chcfg) {
543 .name = "lcd-feedback",
544 .mult = 3300,
545 .div = 512,
546 },
547 /* Vcore (1.8-2.0V), Vref 3.3V */
548 .in[3] = &(struct s3c_hwmon_chcfg) {
549 .name = "vcore",
550 .mult = 3300,
551 .div = 1024,
552 },
553};
554
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555/* Standard BAST devices */
Ben Dooks885f9eb2009-07-18 10:12:26 +0100556// cat /sys/devices/platform/s3c24xx-adc/s3c-hwmon/in_0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557
558static struct platform_device *bast_devices[] __initdata = {
Ben Dooksb8132482009-11-23 00:13:39 +0000559 &s3c_device_ohci,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 &s3c_device_lcd,
561 &s3c_device_wdt,
Ben Dooks3e1b7762008-10-31 16:14:40 +0000562 &s3c_device_i2c0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 &s3c_device_rtc,
564 &s3c_device_nand,
Ben Dooks885f9eb2009-07-18 10:12:26 +0100565 &s3c_device_adc,
566 &s3c_device_hwmon,
Ben Dooksd97a6662005-06-23 21:56:47 +0100567 &bast_device_dm9k,
Ben Dooks5ce4b1f2007-07-12 10:44:53 +0100568 &bast_device_asix,
569 &bast_device_axpp,
Ben Dooks65cc3372005-07-18 10:24:32 +0100570 &bast_sio,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571};
572
Ben Dooks2bc75092008-07-15 17:17:48 +0100573static struct clk *bast_clocks[] __initdata = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574 &s3c24xx_dclk0,
575 &s3c24xx_dclk1,
576 &s3c24xx_clkout0,
577 &s3c24xx_clkout1,
578 &s3c24xx_uclk,
579};
580
Ben Dooksca0b4902009-07-30 23:23:39 +0100581static struct s3c_cpufreq_board __initdata bast_cpufreq = {
582 .refresh = 7800, /* 7.8usec */
583 .auto_io = 1,
584 .need_io = 1,
585};
586
Ben Dooks4d3a3462009-11-13 22:34:20 +0000587static struct s3c24xx_audio_simtec_pdata __initdata bast_audio = {
588 .have_mic = 1,
589 .have_lout = 1,
590};
591
Ben Dooks5fe10ab2005-09-20 17:24:33 +0100592static void __init bast_map_io(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593{
594 /* initialise the clocks */
595
Ben Dooksd96a9802008-04-16 00:12:39 +0100596 s3c24xx_dclk0.parent = &clk_upll;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597 s3c24xx_dclk0.rate = 12*1000*1000;
598
Ben Dooksd96a9802008-04-16 00:12:39 +0100599 s3c24xx_dclk1.parent = &clk_upll;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 s3c24xx_dclk1.rate = 24*1000*1000;
601
602 s3c24xx_clkout0.parent = &s3c24xx_dclk0;
603 s3c24xx_clkout1.parent = &s3c24xx_dclk1;
604
605 s3c24xx_uclk.parent = &s3c24xx_clkout1;
606
Ben Dooksce89c202007-04-20 11:15:27 +0100607 s3c24xx_register_clocks(bast_clocks, ARRAY_SIZE(bast_clocks));
608
Maurus Cuelenaere6cd82ff2010-05-04 13:12:32 +0200609 s3c_hwmon_set_platdata(&bast_hwmon_info);
Ben Dooks3e1b7762008-10-31 16:14:40 +0000610
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 s3c24xx_init_io(bast_iodesc, ARRAY_SIZE(bast_iodesc));
612 s3c24xx_init_clocks(0);
613 s3c24xx_init_uarts(bast_uartcfgs, ARRAY_SIZE(bast_uartcfgs));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614}
615
Ben Dooks58c8d572005-10-28 15:31:46 +0100616static void __init bast_init(void)
617{
Rafael J. Wysockibb072c32011-04-22 22:03:21 +0200618 register_syscore_ops(&bast_pm_syscore_ops);
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100619
Ben Dooksa8af6de2009-05-15 14:57:09 +0100620 s3c_i2c0_set_platdata(&bast_i2c_info);
Ben Dooks2a3a1802009-09-28 13:59:49 +0300621 s3c_nand_set_platdata(&bast_nand_info);
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700622 s3c24xx_fb_set_platdata(&bast_fb_info);
Ben Dooks57e51712007-04-20 11:19:16 +0100623 platform_add_devices(bast_devices, ARRAY_SIZE(bast_devices));
Ben Dooks9d529c62008-07-03 11:24:39 +0100624
Ben Dooks042cf0f2008-07-03 11:24:41 +0100625 i2c_register_board_info(0, bast_i2c_devs,
626 ARRAY_SIZE(bast_i2c_devs));
627
Ben Dooks7a05a2c2009-05-18 20:15:01 +0100628 usb_simtec_init();
Ben Dooks9d529c62008-07-03 11:24:39 +0100629 nor_simtec_init();
Ben Dooks4d3a3462009-11-13 22:34:20 +0000630 simtec_audio_add(NULL, true, &bast_audio);
Ben Dooksca0b4902009-07-30 23:23:39 +0100631
Ben Dooks408c8b82010-05-04 12:49:04 +0900632 WARN_ON(gpio_request(S3C2410_GPA(21), "bast nreset"));
633
Ben Dooksca0b4902009-07-30 23:23:39 +0100634 s3c_cpufreq_setboard(&bast_cpufreq);
Ben Dooks58c8d572005-10-28 15:31:46 +0100635}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636
637MACHINE_START(BAST, "Simtec-BAST")
Russell Kinge9dea0c2005-07-03 17:38:58 +0100638 /* Maintainer: Ben Dooks <ben@simtec.co.uk> */
Nicolas Pitre69d50712011-07-05 22:38:17 -0400639 .atag_offset = 0x100,
Ben Dooksf705b1a2005-06-29 11:09:15 +0100640 .map_io = bast_map_io,
641 .init_irq = s3c24xx_init_irq,
Ben Dooks58c8d572005-10-28 15:31:46 +0100642 .init_machine = bast_init,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643 .timer = &s3c24xx_timer,
Kukjin Kimb27b0722012-01-03 14:02:03 +0100644 .restart = s3c2410_restart,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645MACHINE_END