blob: 53219c02eca016ed5c55d14d23ae683144a47bcc [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
Heiko Stuebnerec2cc752012-03-07 01:47:11 -080067#include "simtec.h"
Kukjin Kimb27b0722012-01-03 14:02:03 +010068#include "common.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
Ben Dooksccae9412009-11-13 22:54:14 +000070#define COPYRIGHT ", Copyright 2004-2008 Simtec Electronics"
Linus Torvalds1da177e2005-04-16 15:20:36 -070071
72/* macros for virtual address mods for the io space entries */
73#define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5)
74#define VA_C4(item) ((unsigned long)(item) + BAST_VAM_CS4)
75#define VA_C3(item) ((unsigned long)(item) + BAST_VAM_CS3)
76#define VA_C2(item) ((unsigned long)(item) + BAST_VAM_CS2)
77
78/* macros to modify the physical addresses for io space */
79
Ben Dooks1d23b652005-11-08 19:15:31 +000080#define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2))
81#define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3))
82#define PA_CS4(item) (__phys_to_pfn((item) + S3C2410_CS4))
83#define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5))
Linus Torvalds1da177e2005-04-16 15:20:36 -070084
85static struct map_desc bast_iodesc[] __initdata = {
86 /* ISA IO areas */
Ben Dooks1d23b652005-11-08 19:15:31 +000087 {
88 .virtual = (u32)S3C24XX_VA_ISA_BYTE,
89 .pfn = PA_CS2(BAST_PA_ISAIO),
90 .length = SZ_16M,
91 .type = MT_DEVICE,
92 }, {
93 .virtual = (u32)S3C24XX_VA_ISA_WORD,
94 .pfn = PA_CS3(BAST_PA_ISAIO),
95 .length = SZ_16M,
96 .type = MT_DEVICE,
97 },
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 /* bast CPLD control registers, and external interrupt controls */
Ben Dooks1d23b652005-11-08 19:15:31 +000099 {
100 .virtual = (u32)BAST_VA_CTRL1,
101 .pfn = __phys_to_pfn(BAST_PA_CTRL1),
102 .length = SZ_1M,
103 .type = MT_DEVICE,
104 }, {
105 .virtual = (u32)BAST_VA_CTRL2,
106 .pfn = __phys_to_pfn(BAST_PA_CTRL2),
107 .length = SZ_1M,
108 .type = MT_DEVICE,
109 }, {
110 .virtual = (u32)BAST_VA_CTRL3,
111 .pfn = __phys_to_pfn(BAST_PA_CTRL3),
112 .length = SZ_1M,
113 .type = MT_DEVICE,
114 }, {
115 .virtual = (u32)BAST_VA_CTRL4,
116 .pfn = __phys_to_pfn(BAST_PA_CTRL4),
117 .length = SZ_1M,
118 .type = MT_DEVICE,
119 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120 /* PC104 IRQ mux */
Ben Dooks1d23b652005-11-08 19:15:31 +0000121 {
122 .virtual = (u32)BAST_VA_PC104_IRQREQ,
123 .pfn = __phys_to_pfn(BAST_PA_PC104_IRQREQ),
124 .length = SZ_1M,
125 .type = MT_DEVICE,
126 }, {
127 .virtual = (u32)BAST_VA_PC104_IRQRAW,
128 .pfn = __phys_to_pfn(BAST_PA_PC104_IRQRAW),
129 .length = SZ_1M,
130 .type = MT_DEVICE,
131 }, {
132 .virtual = (u32)BAST_VA_PC104_IRQMASK,
133 .pfn = __phys_to_pfn(BAST_PA_PC104_IRQMASK),
134 .length = SZ_1M,
135 .type = MT_DEVICE,
136 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137
138 /* peripheral space... one for each of fast/slow/byte/16bit */
139 /* note, ide is only decoded in word space, even though some registers
140 * are only 8bit */
141
142 /* slow, byte */
143 { VA_C2(BAST_VA_ISAIO), PA_CS2(BAST_PA_ISAIO), SZ_16M, MT_DEVICE },
144 { VA_C2(BAST_VA_ISAMEM), PA_CS2(BAST_PA_ISAMEM), SZ_16M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145 { VA_C2(BAST_VA_SUPERIO), PA_CS2(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146
147 /* slow, word */
148 { VA_C3(BAST_VA_ISAIO), PA_CS3(BAST_PA_ISAIO), SZ_16M, MT_DEVICE },
149 { VA_C3(BAST_VA_ISAMEM), PA_CS3(BAST_PA_ISAMEM), SZ_16M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150 { VA_C3(BAST_VA_SUPERIO), PA_CS3(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151
152 /* fast, byte */
153 { VA_C4(BAST_VA_ISAIO), PA_CS4(BAST_PA_ISAIO), SZ_16M, MT_DEVICE },
154 { VA_C4(BAST_VA_ISAMEM), PA_CS4(BAST_PA_ISAMEM), SZ_16M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155 { VA_C4(BAST_VA_SUPERIO), PA_CS4(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156
157 /* fast, word */
158 { VA_C5(BAST_VA_ISAIO), PA_CS5(BAST_PA_ISAIO), SZ_16M, MT_DEVICE },
159 { VA_C5(BAST_VA_ISAMEM), PA_CS5(BAST_PA_ISAMEM), SZ_16M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 { VA_C5(BAST_VA_SUPERIO), PA_CS5(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161};
162
163#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
164#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
165#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
166
Ben Dooks66a9b492006-06-18 23:04:05 +0100167static struct s3c2410_uartcfg bast_uartcfgs[] __initdata = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 [0] = {
169 .hwport = 0,
170 .flags = 0,
171 .ucon = UCON,
172 .ulcon = ULCON,
173 .ufcon = UFCON,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174 },
175 [1] = {
176 .hwport = 1,
177 .flags = 0,
178 .ucon = UCON,
179 .ulcon = ULCON,
180 .ufcon = UFCON,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181 },
182 /* port 2 is not actually used */
183 [2] = {
184 .hwport = 2,
185 .flags = 0,
186 .ucon = UCON,
187 .ulcon = ULCON,
188 .ufcon = UFCON,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189 }
190};
191
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192/* NAND Flash on BAST board */
193
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100194#ifdef CONFIG_PM
Rafael J. Wysockibb072c32011-04-22 22:03:21 +0200195static int bast_pm_suspend(void)
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100196{
197 /* ensure that an nRESET is not generated on resume. */
Ben Dooks408c8b82010-05-04 12:49:04 +0900198 gpio_direction_output(S3C2410_GPA(21), 1);
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100199 return 0;
200}
201
Rafael J. Wysockibb072c32011-04-22 22:03:21 +0200202static void bast_pm_resume(void)
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100203{
Ben Dooks40b956f2010-05-04 14:38:49 +0900204 s3c_gpio_cfgpin(S3C2410_GPA(21), S3C2410_GPA21_nRSTOUT);
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100205}
206
207#else
208#define bast_pm_suspend NULL
209#define bast_pm_resume NULL
210#endif
211
Rafael J. Wysockibb072c32011-04-22 22:03:21 +0200212static struct syscore_ops bast_pm_syscore_ops = {
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100213 .suspend = bast_pm_suspend,
214 .resume = bast_pm_resume,
215};
216
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217static int smartmedia_map[] = { 0 };
218static int chip0_map[] = { 1 };
219static int chip1_map[] = { 2 };
220static int chip2_map[] = { 3 };
221
Ben Dooks2a3a1802009-09-28 13:59:49 +0300222static struct mtd_partition __initdata bast_default_nand_part[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 [0] = {
224 .name = "Boot Agent",
225 .size = SZ_16K,
Ben Dooksb526bf22005-11-16 15:05:12 +0000226 .offset = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227 },
228 [1] = {
229 .name = "/boot",
230 .size = SZ_4M - SZ_16K,
231 .offset = SZ_16K,
232 },
233 [2] = {
234 .name = "user",
235 .offset = SZ_4M,
236 .size = MTDPART_SIZ_FULL,
237 }
238};
239
240/* the bast has 4 selectable slots for nand-flash, the three
241 * on-board chip areas, as well as the external SmartMedia
242 * slot.
243 *
244 * Note, there is no current hot-plug support for the SmartMedia
245 * socket.
246*/
247
Ben Dooks2a3a1802009-09-28 13:59:49 +0300248static struct s3c2410_nand_set __initdata bast_nand_sets[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 [0] = {
250 .name = "SmartMedia",
251 .nr_chips = 1,
252 .nr_map = smartmedia_map,
Ben Dooksd3ef7ee2009-12-23 19:25:02 +0000253 .options = NAND_SCAN_SILENT_NODEV,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254 .nr_partitions = ARRAY_SIZE(bast_default_nand_part),
Ben Dooksb526bf22005-11-16 15:05:12 +0000255 .partitions = bast_default_nand_part,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256 },
257 [1] = {
258 .name = "chip0",
259 .nr_chips = 1,
260 .nr_map = chip0_map,
261 .nr_partitions = ARRAY_SIZE(bast_default_nand_part),
Ben Dooksb526bf22005-11-16 15:05:12 +0000262 .partitions = bast_default_nand_part,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 },
264 [2] = {
265 .name = "chip1",
266 .nr_chips = 1,
267 .nr_map = chip1_map,
Ben Dooksd3ef7ee2009-12-23 19:25:02 +0000268 .options = NAND_SCAN_SILENT_NODEV,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 .nr_partitions = ARRAY_SIZE(bast_default_nand_part),
Ben Dooksb526bf22005-11-16 15:05:12 +0000270 .partitions = bast_default_nand_part,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 },
272 [3] = {
273 .name = "chip2",
274 .nr_chips = 1,
275 .nr_map = chip2_map,
Ben Dooksd3ef7ee2009-12-23 19:25:02 +0000276 .options = NAND_SCAN_SILENT_NODEV,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 .nr_partitions = ARRAY_SIZE(bast_default_nand_part),
Ben Dooksb526bf22005-11-16 15:05:12 +0000278 .partitions = bast_default_nand_part,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 }
280};
281
282static void bast_nand_select(struct s3c2410_nand_set *set, int slot)
283{
284 unsigned int tmp;
285
286 slot = set->nr_map[slot] & 3;
287
288 pr_debug("bast_nand: selecting slot %d (set %p,%p)\n",
289 slot, set, set->nr_map);
290
291 tmp = __raw_readb(BAST_VA_CTRL2);
292 tmp &= BAST_CPLD_CTLR2_IDERST;
293 tmp |= slot;
294 tmp |= BAST_CPLD_CTRL2_WNAND;
295
296 pr_debug("bast_nand: ctrl2 now %02x\n", tmp);
297
298 __raw_writeb(tmp, BAST_VA_CTRL2);
299}
300
Ben Dooks2a3a1802009-09-28 13:59:49 +0300301static struct s3c2410_platform_nand __initdata bast_nand_info = {
Ben Dooksb048dbf2005-10-20 23:21:19 +0100302 .tacls = 30,
303 .twrph0 = 60,
304 .twrph1 = 60,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305 .nr_sets = ARRAY_SIZE(bast_nand_sets),
306 .sets = bast_nand_sets,
307 .select_chip = bast_nand_select,
308};
309
Ben Dooksd97a6662005-06-23 21:56:47 +0100310/* DM9000 */
311
312static struct resource bast_dm9k_resource[] = {
313 [0] = {
314 .start = S3C2410_CS5 + BAST_PA_DM9000,
315 .end = S3C2410_CS5 + BAST_PA_DM9000 + 3,
Ben Dooksb526bf22005-11-16 15:05:12 +0000316 .flags = IORESOURCE_MEM,
Ben Dooksd97a6662005-06-23 21:56:47 +0100317 },
318 [1] = {
319 .start = S3C2410_CS5 + BAST_PA_DM9000 + 0x40,
320 .end = S3C2410_CS5 + BAST_PA_DM9000 + 0x40 + 0x3f,
Ben Dooksb526bf22005-11-16 15:05:12 +0000321 .flags = IORESOURCE_MEM,
Ben Dooksd97a6662005-06-23 21:56:47 +0100322 },
323 [2] = {
324 .start = IRQ_DM9000,
325 .end = IRQ_DM9000,
Ben Dooks9cf345e2008-07-03 11:24:22 +0100326 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
Ben Dooksd97a6662005-06-23 21:56:47 +0100327 }
328
329};
330
331/* for the moment we limit ourselves to 16bit IO until some
332 * better IO routines can be written and tested
333*/
334
Ben Dooks9f693d72005-10-12 19:58:07 +0100335static struct dm9000_plat_data bast_dm9k_platdata = {
Ben Dooksb526bf22005-11-16 15:05:12 +0000336 .flags = DM9000_PLATF_16BITONLY,
Ben Dooksd97a6662005-06-23 21:56:47 +0100337};
338
339static struct platform_device bast_device_dm9k = {
340 .name = "dm9000",
341 .id = 0,
342 .num_resources = ARRAY_SIZE(bast_dm9k_resource),
343 .resource = bast_dm9k_resource,
344 .dev = {
345 .platform_data = &bast_dm9k_platdata,
346 }
347};
348
Ben Dooks65cc3372005-07-18 10:24:32 +0100349/* serial devices */
350
351#define SERIAL_BASE (S3C2410_CS2 + BAST_PA_SUPERIO)
352#define SERIAL_FLAGS (UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_SHARE_IRQ)
353#define SERIAL_CLK (1843200)
354
355static struct plat_serial8250_port bast_sio_data[] = {
356 [0] = {
357 .mapbase = SERIAL_BASE + 0x2f8,
358 .irq = IRQ_PCSERIAL1,
359 .flags = SERIAL_FLAGS,
360 .iotype = UPIO_MEM,
361 .regshift = 0,
362 .uartclk = SERIAL_CLK,
363 },
364 [1] = {
365 .mapbase = SERIAL_BASE + 0x3f8,
366 .irq = IRQ_PCSERIAL2,
367 .flags = SERIAL_FLAGS,
368 .iotype = UPIO_MEM,
369 .regshift = 0,
370 .uartclk = SERIAL_CLK,
371 },
372 { }
373};
374
375static struct platform_device bast_sio = {
376 .name = "serial8250",
Russell King6df29de2005-09-08 16:04:41 +0100377 .id = PLAT8250_DEV_PLATFORM,
Ben Dooks65cc3372005-07-18 10:24:32 +0100378 .dev = {
379 .platform_data = &bast_sio_data,
380 },
381};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382
Ben Dooks1fcf8442005-08-03 19:49:16 +0100383/* we have devices on the bus which cannot work much over the
384 * standard 100KHz i2c bus frequency
385*/
386
Ben Dooks3e1b7762008-10-31 16:14:40 +0000387static struct s3c2410_platform_i2c __initdata bast_i2c_info = {
Ben Dooks1fcf8442005-08-03 19:49:16 +0100388 .flags = 0,
389 .slave_addr = 0x10,
Daniel Silverstonec564e6a2009-03-13 13:53:46 +0000390 .frequency = 100*1000,
Ben Dooks1fcf8442005-08-03 19:49:16 +0100391};
392
Ben Dooks5ce4b1f2007-07-12 10:44:53 +0100393/* Asix AX88796 10/100 ethernet controller */
394
395static struct ax_plat_data bast_asix_platdata = {
396 .flags = AXFLG_MAC_FROMDEV,
397 .wordlength = 2,
398 .dcr_val = 0x48,
399 .rcr_val = 0x40,
400};
401
402static struct resource bast_asix_resource[] = {
403 [0] = {
404 .start = S3C2410_CS5 + BAST_PA_ASIXNET,
405 .end = S3C2410_CS5 + BAST_PA_ASIXNET + (0x18 * 0x20) - 1,
406 .flags = IORESOURCE_MEM,
407 },
408 [1] = {
409 .start = S3C2410_CS5 + BAST_PA_ASIXNET + (0x1f * 0x20),
410 .end = S3C2410_CS5 + BAST_PA_ASIXNET + (0x1f * 0x20),
411 .flags = IORESOURCE_MEM,
412 },
413 [2] = {
414 .start = IRQ_ASIX,
415 .end = IRQ_ASIX,
416 .flags = IORESOURCE_IRQ
417 }
418};
419
420static struct platform_device bast_device_asix = {
421 .name = "ax88796",
422 .id = 0,
423 .num_resources = ARRAY_SIZE(bast_asix_resource),
424 .resource = bast_asix_resource,
425 .dev = {
426 .platform_data = &bast_asix_platdata
427 }
428};
429
430/* Asix AX88796 10/100 ethernet controller parallel port */
431
432static struct resource bast_asixpp_resource[] = {
433 [0] = {
434 .start = S3C2410_CS5 + BAST_PA_ASIXNET + (0x18 * 0x20),
435 .end = S3C2410_CS5 + BAST_PA_ASIXNET + (0x1b * 0x20) - 1,
436 .flags = IORESOURCE_MEM,
437 }
438};
439
440static struct platform_device bast_device_axpp = {
441 .name = "ax88796-pp",
442 .id = 0,
443 .num_resources = ARRAY_SIZE(bast_asixpp_resource),
444 .resource = bast_asixpp_resource,
445};
446
447/* LCD/VGA controller */
Ben Dooks58c8d572005-10-28 15:31:46 +0100448
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700449static struct s3c2410fb_display __initdata bast_lcd_info[] = {
450 {
Krzysztof Helt1f411532007-10-16 01:28:57 -0700451 .type = S3C2410_LCDCON1_TFT,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700452 .width = 640,
453 .height = 480,
Krzysztof Helt5f20f692007-10-16 01:28:59 -0700454
Krzysztof Helt69816692007-10-16 01:29:06 -0700455 .pixclock = 33333,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700456 .xres = 640,
457 .yres = 480,
458 .bpp = 4,
Krzysztof Helt1f411532007-10-16 01:28:57 -0700459 .left_margin = 40,
460 .right_margin = 20,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700461 .hsync_len = 88,
Krzysztof Helt5f20f692007-10-16 01:28:59 -0700462 .upper_margin = 30,
463 .lower_margin = 32,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700464 .vsync_len = 3,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700465
Krzysztof Heltf28ef572007-10-16 01:28:58 -0700466 .lcdcon5 = 0x00014b02,
Ben Dooks58c8d572005-10-28 15:31:46 +0100467 },
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700468 {
Krzysztof Helt1f411532007-10-16 01:28:57 -0700469 .type = S3C2410_LCDCON1_TFT,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700470 .width = 640,
471 .height = 480,
Ben Dooks58c8d572005-10-28 15:31:46 +0100472
Krzysztof Helt69816692007-10-16 01:29:06 -0700473 .pixclock = 33333,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700474 .xres = 640,
475 .yres = 480,
476 .bpp = 8,
Krzysztof Helt1f411532007-10-16 01:28:57 -0700477 .left_margin = 40,
478 .right_margin = 20,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700479 .hsync_len = 88,
Krzysztof Helt5f20f692007-10-16 01:28:59 -0700480 .upper_margin = 30,
481 .lower_margin = 32,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700482 .vsync_len = 3,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700483
Krzysztof Heltf28ef572007-10-16 01:28:58 -0700484 .lcdcon5 = 0x00014b02,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700485 },
486 {
Krzysztof Helt1f411532007-10-16 01:28:57 -0700487 .type = S3C2410_LCDCON1_TFT,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700488 .width = 640,
489 .height = 480,
490
Krzysztof Helt69816692007-10-16 01:29:06 -0700491 .pixclock = 33333,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700492 .xres = 640,
493 .yres = 480,
494 .bpp = 16,
Krzysztof Helt1f411532007-10-16 01:28:57 -0700495 .left_margin = 40,
496 .right_margin = 20,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700497 .hsync_len = 88,
Krzysztof Helt5f20f692007-10-16 01:28:59 -0700498 .upper_margin = 30,
499 .lower_margin = 32,
Krzysztof Helt93d11f52007-10-16 01:29:00 -0700500 .vsync_len = 3,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700501
Krzysztof Heltf28ef572007-10-16 01:28:58 -0700502 .lcdcon5 = 0x00014b02,
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700503 },
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700504};
505
506/* LCD/VGA controller */
507
508static struct s3c2410fb_mach_info __initdata bast_fb_info = {
509
510 .displays = bast_lcd_info,
511 .num_displays = ARRAY_SIZE(bast_lcd_info),
Ben Dooks9cbae122007-12-23 03:09:38 +0100512 .default_display = 1,
Ben Dooks58c8d572005-10-28 15:31:46 +0100513};
514
Ben Dooks042cf0f2008-07-03 11:24:41 +0100515/* I2C devices fitted. */
516
517static struct i2c_board_info bast_i2c_devs[] __initdata = {
518 {
519 I2C_BOARD_INFO("tlv320aic23", 0x1a),
520 }, {
521 I2C_BOARD_INFO("simtec-pmu", 0x6b),
522 }, {
523 I2C_BOARD_INFO("ch7013", 0x75),
524 },
525};
Ben Dooksb7a12d12008-07-03 11:24:37 +0100526
Ben Dooks885f9eb2009-07-18 10:12:26 +0100527static struct s3c_hwmon_pdata bast_hwmon_info = {
528 /* LCD contrast (0-6.6V) */
529 .in[0] = &(struct s3c_hwmon_chcfg) {
530 .name = "lcd-contrast",
531 .mult = 3300,
532 .div = 512,
533 },
534 /* LED current feedback */
535 .in[1] = &(struct s3c_hwmon_chcfg) {
536 .name = "led-feedback",
537 .mult = 3300,
538 .div = 1024,
539 },
540 /* LCD feedback (0-6.6V) */
541 .in[2] = &(struct s3c_hwmon_chcfg) {
542 .name = "lcd-feedback",
543 .mult = 3300,
544 .div = 512,
545 },
546 /* Vcore (1.8-2.0V), Vref 3.3V */
547 .in[3] = &(struct s3c_hwmon_chcfg) {
548 .name = "vcore",
549 .mult = 3300,
550 .div = 1024,
551 },
552};
553
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554/* Standard BAST devices */
Ben Dooks885f9eb2009-07-18 10:12:26 +0100555// cat /sys/devices/platform/s3c24xx-adc/s3c-hwmon/in_0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556
557static struct platform_device *bast_devices[] __initdata = {
Ben Dooksb8132482009-11-23 00:13:39 +0000558 &s3c_device_ohci,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559 &s3c_device_lcd,
560 &s3c_device_wdt,
Ben Dooks3e1b7762008-10-31 16:14:40 +0000561 &s3c_device_i2c0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 &s3c_device_rtc,
563 &s3c_device_nand,
Ben Dooks885f9eb2009-07-18 10:12:26 +0100564 &s3c_device_adc,
565 &s3c_device_hwmon,
Ben Dooksd97a6662005-06-23 21:56:47 +0100566 &bast_device_dm9k,
Ben Dooks5ce4b1f2007-07-12 10:44:53 +0100567 &bast_device_asix,
568 &bast_device_axpp,
Ben Dooks65cc3372005-07-18 10:24:32 +0100569 &bast_sio,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570};
571
Ben Dooks2bc75092008-07-15 17:17:48 +0100572static struct clk *bast_clocks[] __initdata = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 &s3c24xx_dclk0,
574 &s3c24xx_dclk1,
575 &s3c24xx_clkout0,
576 &s3c24xx_clkout1,
577 &s3c24xx_uclk,
578};
579
Ben Dooksca0b4902009-07-30 23:23:39 +0100580static struct s3c_cpufreq_board __initdata bast_cpufreq = {
581 .refresh = 7800, /* 7.8usec */
582 .auto_io = 1,
583 .need_io = 1,
584};
585
Ben Dooks4d3a3462009-11-13 22:34:20 +0000586static struct s3c24xx_audio_simtec_pdata __initdata bast_audio = {
587 .have_mic = 1,
588 .have_lout = 1,
589};
590
Ben Dooks5fe10ab2005-09-20 17:24:33 +0100591static void __init bast_map_io(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592{
593 /* initialise the clocks */
594
Ben Dooksd96a9802008-04-16 00:12:39 +0100595 s3c24xx_dclk0.parent = &clk_upll;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 s3c24xx_dclk0.rate = 12*1000*1000;
597
Ben Dooksd96a9802008-04-16 00:12:39 +0100598 s3c24xx_dclk1.parent = &clk_upll;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 s3c24xx_dclk1.rate = 24*1000*1000;
600
601 s3c24xx_clkout0.parent = &s3c24xx_dclk0;
602 s3c24xx_clkout1.parent = &s3c24xx_dclk1;
603
604 s3c24xx_uclk.parent = &s3c24xx_clkout1;
605
Ben Dooksce89c202007-04-20 11:15:27 +0100606 s3c24xx_register_clocks(bast_clocks, ARRAY_SIZE(bast_clocks));
607
Maurus Cuelenaere6cd82ff2010-05-04 13:12:32 +0200608 s3c_hwmon_set_platdata(&bast_hwmon_info);
Ben Dooks3e1b7762008-10-31 16:14:40 +0000609
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 s3c24xx_init_io(bast_iodesc, ARRAY_SIZE(bast_iodesc));
611 s3c24xx_init_clocks(0);
612 s3c24xx_init_uarts(bast_uartcfgs, ARRAY_SIZE(bast_uartcfgs));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613}
614
Ben Dooks58c8d572005-10-28 15:31:46 +0100615static void __init bast_init(void)
616{
Rafael J. Wysockibb072c32011-04-22 22:03:21 +0200617 register_syscore_ops(&bast_pm_syscore_ops);
Ben Dooks6ddc4b02008-04-16 00:06:14 +0100618
Ben Dooksa8af6de2009-05-15 14:57:09 +0100619 s3c_i2c0_set_platdata(&bast_i2c_info);
Ben Dooks2a3a1802009-09-28 13:59:49 +0300620 s3c_nand_set_platdata(&bast_nand_info);
Krzysztof Helt09fe75f2007-10-16 01:28:56 -0700621 s3c24xx_fb_set_platdata(&bast_fb_info);
Ben Dooks57e51712007-04-20 11:19:16 +0100622 platform_add_devices(bast_devices, ARRAY_SIZE(bast_devices));
Ben Dooks9d529c62008-07-03 11:24:39 +0100623
Ben Dooks042cf0f2008-07-03 11:24:41 +0100624 i2c_register_board_info(0, bast_i2c_devs,
625 ARRAY_SIZE(bast_i2c_devs));
626
Ben Dooks7a05a2c2009-05-18 20:15:01 +0100627 usb_simtec_init();
Ben Dooks9d529c62008-07-03 11:24:39 +0100628 nor_simtec_init();
Ben Dooks4d3a3462009-11-13 22:34:20 +0000629 simtec_audio_add(NULL, true, &bast_audio);
Ben Dooksca0b4902009-07-30 23:23:39 +0100630
Ben Dooks408c8b82010-05-04 12:49:04 +0900631 WARN_ON(gpio_request(S3C2410_GPA(21), "bast nreset"));
632
Ben Dooksca0b4902009-07-30 23:23:39 +0100633 s3c_cpufreq_setboard(&bast_cpufreq);
Ben Dooks58c8d572005-10-28 15:31:46 +0100634}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635
636MACHINE_START(BAST, "Simtec-BAST")
Russell Kinge9dea0c2005-07-03 17:38:58 +0100637 /* Maintainer: Ben Dooks <ben@simtec.co.uk> */
Nicolas Pitre69d50712011-07-05 22:38:17 -0400638 .atag_offset = 0x100,
Ben Dooksf705b1a2005-06-29 11:09:15 +0100639 .map_io = bast_map_io,
640 .init_irq = s3c24xx_init_irq,
Ben Dooks58c8d572005-10-28 15:31:46 +0100641 .init_machine = bast_init,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 .timer = &s3c24xx_timer,
Kukjin Kimb27b0722012-01-03 14:02:03 +0100643 .restart = s3c2410_restart,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644MACHINE_END