Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* linux/arch/arm/mach-s3c2410/mach-bast.c |
| 2 | * |
Ben Dooks | ccae941 | 2009-11-13 22:54:14 +0000 | [diff] [blame] | 3 | * Copyright 2003-2008 Simtec Electronics |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | */ |
| 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 Dooks | ec976d6 | 2009-05-13 22:52:24 +0100 | [diff] [blame] | 19 | #include <linux/gpio.h> |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 20 | #include <linux/sysdev.h> |
Ben Dooks | b6d1f54 | 2006-12-17 23:22:26 +0100 | [diff] [blame] | 21 | #include <linux/serial_core.h> |
Russell King | d052d1b | 2005-10-29 19:07:23 +0100 | [diff] [blame] | 22 | #include <linux/platform_device.h> |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 23 | #include <linux/dm9000.h> |
Ben Dooks | b7a12d1 | 2008-07-03 11:24:37 +0100 | [diff] [blame] | 24 | #include <linux/ata_platform.h> |
Ben Dooks | 042cf0f | 2008-07-03 11:24:41 +0100 | [diff] [blame] | 25 | #include <linux/i2c.h> |
Russell King | fced80c | 2008-09-06 12:10:45 +0100 | [diff] [blame] | 26 | #include <linux/io.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | |
Ben Dooks | 5ce4b1f | 2007-07-12 10:44:53 +0100 | [diff] [blame] | 28 | #include <net/ax88796.h> |
| 29 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | #include <asm/mach/arch.h> |
| 31 | #include <asm/mach/map.h> |
| 32 | #include <asm/mach/irq.h> |
| 33 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 34 | #include <mach/bast-map.h> |
| 35 | #include <mach/bast-irq.h> |
| 36 | #include <mach/bast-cpld.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 38 | #include <mach/hardware.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | #include <asm/irq.h> |
| 40 | #include <asm/mach-types.h> |
| 41 | |
| 42 | //#include <asm/debug-ll.h> |
Ben Dooks | a2b7ba9 | 2008-10-07 22:26:09 +0100 | [diff] [blame] | 43 | #include <plat/regs-serial.h> |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 44 | #include <mach/regs-gpio.h> |
| 45 | #include <mach/regs-mem.h> |
| 46 | #include <mach/regs-lcd.h> |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 47 | |
Ben Dooks | 885f9eb | 2009-07-18 10:12:26 +0100 | [diff] [blame] | 48 | #include <plat/hwmon.h> |
Ben Dooks | 7926b5a | 2008-10-30 10:14:35 +0000 | [diff] [blame] | 49 | #include <plat/nand.h> |
Ben Dooks | 9498cb7 | 2008-10-30 10:14:33 +0000 | [diff] [blame] | 50 | #include <plat/iic.h> |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 51 | #include <mach/fb.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | |
| 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 Dooks | 65cc337 | 2005-07-18 10:24:32 +0100 | [diff] [blame] | 58 | #include <linux/serial_8250.h> |
| 59 | |
Ben Dooks | d5120ae | 2008-10-07 23:09:51 +0100 | [diff] [blame] | 60 | #include <plat/clock.h> |
Ben Dooks | a2b7ba9 | 2008-10-07 22:26:09 +0100 | [diff] [blame] | 61 | #include <plat/devs.h> |
| 62 | #include <plat/cpu.h> |
Ben Dooks | ca0b490 | 2009-07-30 23:23:39 +0100 | [diff] [blame] | 63 | #include <plat/cpu-freq.h> |
Ben Dooks | 40b956f | 2010-05-04 14:38:49 +0900 | [diff] [blame] | 64 | #include <plat/gpio-cfg.h> |
Ben Dooks | 4d3a346 | 2009-11-13 22:34:20 +0000 | [diff] [blame] | 65 | #include <plat/audio-simtec.h> |
Ben Dooks | 9d529c6 | 2008-07-03 11:24:39 +0100 | [diff] [blame] | 66 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | #include "usb-simtec.h" |
Ben Dooks | 9d529c6 | 2008-07-03 11:24:39 +0100 | [diff] [blame] | 68 | #include "nor-simtec.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | |
Ben Dooks | ccae941 | 2009-11-13 22:54:14 +0000 | [diff] [blame] | 70 | #define COPYRIGHT ", Copyright 2004-2008 Simtec Electronics" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | |
| 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 Dooks | 1d23b65 | 2005-11-08 19:15:31 +0000 | [diff] [blame] | 80 | #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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | |
| 85 | static struct map_desc bast_iodesc[] __initdata = { |
| 86 | /* ISA IO areas */ |
Ben Dooks | 1d23b65 | 2005-11-08 19:15:31 +0000 | [diff] [blame] | 87 | { |
| 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | /* bast CPLD control registers, and external interrupt controls */ |
Ben Dooks | 1d23b65 | 2005-11-08 19:15:31 +0000 | [diff] [blame] | 99 | { |
| 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | /* PC104 IRQ mux */ |
Ben Dooks | 1d23b65 | 2005-11-08 19:15:31 +0000 | [diff] [blame] | 121 | { |
| 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | |
| 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | { VA_C2(BAST_VA_SUPERIO), PA_CS2(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | |
| 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | { VA_C3(BAST_VA_SUPERIO), PA_CS3(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | |
| 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 155 | { VA_C4(BAST_VA_SUPERIO), PA_CS4(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 156 | |
| 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 160 | { VA_C5(BAST_VA_SUPERIO), PA_CS5(BAST_PA_SUPERIO), SZ_1M, MT_DEVICE }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 161 | }; |
| 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 | |
| 167 | static struct s3c24xx_uart_clksrc bast_serial_clocks[] = { |
| 168 | [0] = { |
| 169 | .name = "uclk", |
| 170 | .divisor = 1, |
| 171 | .min_baud = 0, |
| 172 | .max_baud = 0, |
| 173 | }, |
| 174 | [1] = { |
| 175 | .name = "pclk", |
| 176 | .divisor = 1, |
| 177 | .min_baud = 0, |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 178 | .max_baud = 0, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 179 | } |
| 180 | }; |
| 181 | |
| 182 | |
Ben Dooks | 66a9b49 | 2006-06-18 23:04:05 +0100 | [diff] [blame] | 183 | static struct s3c2410_uartcfg bast_uartcfgs[] __initdata = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | [0] = { |
| 185 | .hwport = 0, |
| 186 | .flags = 0, |
| 187 | .ucon = UCON, |
| 188 | .ulcon = ULCON, |
| 189 | .ufcon = UFCON, |
| 190 | .clocks = bast_serial_clocks, |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 191 | .clocks_size = ARRAY_SIZE(bast_serial_clocks), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | }, |
| 193 | [1] = { |
| 194 | .hwport = 1, |
| 195 | .flags = 0, |
| 196 | .ucon = UCON, |
| 197 | .ulcon = ULCON, |
| 198 | .ufcon = UFCON, |
| 199 | .clocks = bast_serial_clocks, |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 200 | .clocks_size = ARRAY_SIZE(bast_serial_clocks), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 201 | }, |
| 202 | /* port 2 is not actually used */ |
| 203 | [2] = { |
| 204 | .hwport = 2, |
| 205 | .flags = 0, |
| 206 | .ucon = UCON, |
| 207 | .ulcon = ULCON, |
| 208 | .ufcon = UFCON, |
| 209 | .clocks = bast_serial_clocks, |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 210 | .clocks_size = ARRAY_SIZE(bast_serial_clocks), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 211 | } |
| 212 | }; |
| 213 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | /* NAND Flash on BAST board */ |
| 215 | |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 216 | #ifdef CONFIG_PM |
| 217 | static int bast_pm_suspend(struct sys_device *sd, pm_message_t state) |
| 218 | { |
| 219 | /* ensure that an nRESET is not generated on resume. */ |
Ben Dooks | 408c8b8 | 2010-05-04 12:49:04 +0900 | [diff] [blame] | 220 | gpio_direction_output(S3C2410_GPA(21), 1); |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 221 | return 0; |
| 222 | } |
| 223 | |
| 224 | static int bast_pm_resume(struct sys_device *sd) |
| 225 | { |
Ben Dooks | 40b956f | 2010-05-04 14:38:49 +0900 | [diff] [blame] | 226 | s3c_gpio_cfgpin(S3C2410_GPA(21), S3C2410_GPA21_nRSTOUT); |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 227 | return 0; |
| 228 | } |
| 229 | |
| 230 | #else |
| 231 | #define bast_pm_suspend NULL |
| 232 | #define bast_pm_resume NULL |
| 233 | #endif |
| 234 | |
| 235 | static struct sysdev_class bast_pm_sysclass = { |
Ben Dooks | 140749e | 2008-04-19 13:08:43 +0100 | [diff] [blame] | 236 | .name = "mach-bast", |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 237 | .suspend = bast_pm_suspend, |
| 238 | .resume = bast_pm_resume, |
| 239 | }; |
| 240 | |
| 241 | static struct sys_device bast_pm_sysdev = { |
| 242 | .cls = &bast_pm_sysclass, |
| 243 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | |
| 245 | static int smartmedia_map[] = { 0 }; |
| 246 | static int chip0_map[] = { 1 }; |
| 247 | static int chip1_map[] = { 2 }; |
| 248 | static int chip2_map[] = { 3 }; |
| 249 | |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 250 | static struct mtd_partition __initdata bast_default_nand_part[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 251 | [0] = { |
| 252 | .name = "Boot Agent", |
| 253 | .size = SZ_16K, |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 254 | .offset = 0, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | }, |
| 256 | [1] = { |
| 257 | .name = "/boot", |
| 258 | .size = SZ_4M - SZ_16K, |
| 259 | .offset = SZ_16K, |
| 260 | }, |
| 261 | [2] = { |
| 262 | .name = "user", |
| 263 | .offset = SZ_4M, |
| 264 | .size = MTDPART_SIZ_FULL, |
| 265 | } |
| 266 | }; |
| 267 | |
| 268 | /* the bast has 4 selectable slots for nand-flash, the three |
| 269 | * on-board chip areas, as well as the external SmartMedia |
| 270 | * slot. |
| 271 | * |
| 272 | * Note, there is no current hot-plug support for the SmartMedia |
| 273 | * socket. |
| 274 | */ |
| 275 | |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 276 | static struct s3c2410_nand_set __initdata bast_nand_sets[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 277 | [0] = { |
| 278 | .name = "SmartMedia", |
| 279 | .nr_chips = 1, |
| 280 | .nr_map = smartmedia_map, |
Ben Dooks | d3ef7ee | 2009-12-23 19:25:02 +0000 | [diff] [blame] | 281 | .options = NAND_SCAN_SILENT_NODEV, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 283 | .partitions = bast_default_nand_part, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 284 | }, |
| 285 | [1] = { |
| 286 | .name = "chip0", |
| 287 | .nr_chips = 1, |
| 288 | .nr_map = chip0_map, |
| 289 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 290 | .partitions = bast_default_nand_part, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | }, |
| 292 | [2] = { |
| 293 | .name = "chip1", |
| 294 | .nr_chips = 1, |
| 295 | .nr_map = chip1_map, |
Ben Dooks | d3ef7ee | 2009-12-23 19:25:02 +0000 | [diff] [blame] | 296 | .options = NAND_SCAN_SILENT_NODEV, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 297 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 298 | .partitions = bast_default_nand_part, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | }, |
| 300 | [3] = { |
| 301 | .name = "chip2", |
| 302 | .nr_chips = 1, |
| 303 | .nr_map = chip2_map, |
Ben Dooks | d3ef7ee | 2009-12-23 19:25:02 +0000 | [diff] [blame] | 304 | .options = NAND_SCAN_SILENT_NODEV, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 305 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 306 | .partitions = bast_default_nand_part, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 307 | } |
| 308 | }; |
| 309 | |
| 310 | static void bast_nand_select(struct s3c2410_nand_set *set, int slot) |
| 311 | { |
| 312 | unsigned int tmp; |
| 313 | |
| 314 | slot = set->nr_map[slot] & 3; |
| 315 | |
| 316 | pr_debug("bast_nand: selecting slot %d (set %p,%p)\n", |
| 317 | slot, set, set->nr_map); |
| 318 | |
| 319 | tmp = __raw_readb(BAST_VA_CTRL2); |
| 320 | tmp &= BAST_CPLD_CTLR2_IDERST; |
| 321 | tmp |= slot; |
| 322 | tmp |= BAST_CPLD_CTRL2_WNAND; |
| 323 | |
| 324 | pr_debug("bast_nand: ctrl2 now %02x\n", tmp); |
| 325 | |
| 326 | __raw_writeb(tmp, BAST_VA_CTRL2); |
| 327 | } |
| 328 | |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 329 | static struct s3c2410_platform_nand __initdata bast_nand_info = { |
Ben Dooks | b048dbf | 2005-10-20 23:21:19 +0100 | [diff] [blame] | 330 | .tacls = 30, |
| 331 | .twrph0 = 60, |
| 332 | .twrph1 = 60, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 333 | .nr_sets = ARRAY_SIZE(bast_nand_sets), |
| 334 | .sets = bast_nand_sets, |
| 335 | .select_chip = bast_nand_select, |
| 336 | }; |
| 337 | |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 338 | /* DM9000 */ |
| 339 | |
| 340 | static struct resource bast_dm9k_resource[] = { |
| 341 | [0] = { |
| 342 | .start = S3C2410_CS5 + BAST_PA_DM9000, |
| 343 | .end = S3C2410_CS5 + BAST_PA_DM9000 + 3, |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 344 | .flags = IORESOURCE_MEM, |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 345 | }, |
| 346 | [1] = { |
| 347 | .start = S3C2410_CS5 + BAST_PA_DM9000 + 0x40, |
| 348 | .end = S3C2410_CS5 + BAST_PA_DM9000 + 0x40 + 0x3f, |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 349 | .flags = IORESOURCE_MEM, |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 350 | }, |
| 351 | [2] = { |
| 352 | .start = IRQ_DM9000, |
| 353 | .end = IRQ_DM9000, |
Ben Dooks | 9cf345e | 2008-07-03 11:24:22 +0100 | [diff] [blame] | 354 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL, |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 355 | } |
| 356 | |
| 357 | }; |
| 358 | |
| 359 | /* for the moment we limit ourselves to 16bit IO until some |
| 360 | * better IO routines can be written and tested |
| 361 | */ |
| 362 | |
Ben Dooks | 9f693d7 | 2005-10-12 19:58:07 +0100 | [diff] [blame] | 363 | static struct dm9000_plat_data bast_dm9k_platdata = { |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 364 | .flags = DM9000_PLATF_16BITONLY, |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 365 | }; |
| 366 | |
| 367 | static struct platform_device bast_device_dm9k = { |
| 368 | .name = "dm9000", |
| 369 | .id = 0, |
| 370 | .num_resources = ARRAY_SIZE(bast_dm9k_resource), |
| 371 | .resource = bast_dm9k_resource, |
| 372 | .dev = { |
| 373 | .platform_data = &bast_dm9k_platdata, |
| 374 | } |
| 375 | }; |
| 376 | |
Ben Dooks | 65cc337 | 2005-07-18 10:24:32 +0100 | [diff] [blame] | 377 | /* serial devices */ |
| 378 | |
| 379 | #define SERIAL_BASE (S3C2410_CS2 + BAST_PA_SUPERIO) |
| 380 | #define SERIAL_FLAGS (UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_SHARE_IRQ) |
| 381 | #define SERIAL_CLK (1843200) |
| 382 | |
| 383 | static struct plat_serial8250_port bast_sio_data[] = { |
| 384 | [0] = { |
| 385 | .mapbase = SERIAL_BASE + 0x2f8, |
| 386 | .irq = IRQ_PCSERIAL1, |
| 387 | .flags = SERIAL_FLAGS, |
| 388 | .iotype = UPIO_MEM, |
| 389 | .regshift = 0, |
| 390 | .uartclk = SERIAL_CLK, |
| 391 | }, |
| 392 | [1] = { |
| 393 | .mapbase = SERIAL_BASE + 0x3f8, |
| 394 | .irq = IRQ_PCSERIAL2, |
| 395 | .flags = SERIAL_FLAGS, |
| 396 | .iotype = UPIO_MEM, |
| 397 | .regshift = 0, |
| 398 | .uartclk = SERIAL_CLK, |
| 399 | }, |
| 400 | { } |
| 401 | }; |
| 402 | |
| 403 | static struct platform_device bast_sio = { |
| 404 | .name = "serial8250", |
Russell King | 6df29de | 2005-09-08 16:04:41 +0100 | [diff] [blame] | 405 | .id = PLAT8250_DEV_PLATFORM, |
Ben Dooks | 65cc337 | 2005-07-18 10:24:32 +0100 | [diff] [blame] | 406 | .dev = { |
| 407 | .platform_data = &bast_sio_data, |
| 408 | }, |
| 409 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 | |
Ben Dooks | 1fcf844 | 2005-08-03 19:49:16 +0100 | [diff] [blame] | 411 | /* we have devices on the bus which cannot work much over the |
| 412 | * standard 100KHz i2c bus frequency |
| 413 | */ |
| 414 | |
Ben Dooks | 3e1b776 | 2008-10-31 16:14:40 +0000 | [diff] [blame] | 415 | static struct s3c2410_platform_i2c __initdata bast_i2c_info = { |
Ben Dooks | 1fcf844 | 2005-08-03 19:49:16 +0100 | [diff] [blame] | 416 | .flags = 0, |
| 417 | .slave_addr = 0x10, |
Daniel Silverstone | c564e6a | 2009-03-13 13:53:46 +0000 | [diff] [blame] | 418 | .frequency = 100*1000, |
Ben Dooks | 1fcf844 | 2005-08-03 19:49:16 +0100 | [diff] [blame] | 419 | }; |
| 420 | |
Ben Dooks | 5ce4b1f | 2007-07-12 10:44:53 +0100 | [diff] [blame] | 421 | /* Asix AX88796 10/100 ethernet controller */ |
| 422 | |
| 423 | static struct ax_plat_data bast_asix_platdata = { |
| 424 | .flags = AXFLG_MAC_FROMDEV, |
| 425 | .wordlength = 2, |
| 426 | .dcr_val = 0x48, |
| 427 | .rcr_val = 0x40, |
| 428 | }; |
| 429 | |
| 430 | static struct resource bast_asix_resource[] = { |
| 431 | [0] = { |
| 432 | .start = S3C2410_CS5 + BAST_PA_ASIXNET, |
| 433 | .end = S3C2410_CS5 + BAST_PA_ASIXNET + (0x18 * 0x20) - 1, |
| 434 | .flags = IORESOURCE_MEM, |
| 435 | }, |
| 436 | [1] = { |
| 437 | .start = S3C2410_CS5 + BAST_PA_ASIXNET + (0x1f * 0x20), |
| 438 | .end = S3C2410_CS5 + BAST_PA_ASIXNET + (0x1f * 0x20), |
| 439 | .flags = IORESOURCE_MEM, |
| 440 | }, |
| 441 | [2] = { |
| 442 | .start = IRQ_ASIX, |
| 443 | .end = IRQ_ASIX, |
| 444 | .flags = IORESOURCE_IRQ |
| 445 | } |
| 446 | }; |
| 447 | |
| 448 | static struct platform_device bast_device_asix = { |
| 449 | .name = "ax88796", |
| 450 | .id = 0, |
| 451 | .num_resources = ARRAY_SIZE(bast_asix_resource), |
| 452 | .resource = bast_asix_resource, |
| 453 | .dev = { |
| 454 | .platform_data = &bast_asix_platdata |
| 455 | } |
| 456 | }; |
| 457 | |
| 458 | /* Asix AX88796 10/100 ethernet controller parallel port */ |
| 459 | |
| 460 | static struct resource bast_asixpp_resource[] = { |
| 461 | [0] = { |
| 462 | .start = S3C2410_CS5 + BAST_PA_ASIXNET + (0x18 * 0x20), |
| 463 | .end = S3C2410_CS5 + BAST_PA_ASIXNET + (0x1b * 0x20) - 1, |
| 464 | .flags = IORESOURCE_MEM, |
| 465 | } |
| 466 | }; |
| 467 | |
| 468 | static struct platform_device bast_device_axpp = { |
| 469 | .name = "ax88796-pp", |
| 470 | .id = 0, |
| 471 | .num_resources = ARRAY_SIZE(bast_asixpp_resource), |
| 472 | .resource = bast_asixpp_resource, |
| 473 | }; |
| 474 | |
| 475 | /* LCD/VGA controller */ |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 476 | |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 477 | static struct s3c2410fb_display __initdata bast_lcd_info[] = { |
| 478 | { |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 479 | .type = S3C2410_LCDCON1_TFT, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 480 | .width = 640, |
| 481 | .height = 480, |
Krzysztof Helt | 5f20f69 | 2007-10-16 01:28:59 -0700 | [diff] [blame] | 482 | |
Krzysztof Helt | 6981669 | 2007-10-16 01:29:06 -0700 | [diff] [blame] | 483 | .pixclock = 33333, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 484 | .xres = 640, |
| 485 | .yres = 480, |
| 486 | .bpp = 4, |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 487 | .left_margin = 40, |
| 488 | .right_margin = 20, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 489 | .hsync_len = 88, |
Krzysztof Helt | 5f20f69 | 2007-10-16 01:28:59 -0700 | [diff] [blame] | 490 | .upper_margin = 30, |
| 491 | .lower_margin = 32, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 492 | .vsync_len = 3, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 493 | |
Krzysztof Helt | f28ef57 | 2007-10-16 01:28:58 -0700 | [diff] [blame] | 494 | .lcdcon5 = 0x00014b02, |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 495 | }, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 496 | { |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 497 | .type = S3C2410_LCDCON1_TFT, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 498 | .width = 640, |
| 499 | .height = 480, |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 500 | |
Krzysztof Helt | 6981669 | 2007-10-16 01:29:06 -0700 | [diff] [blame] | 501 | .pixclock = 33333, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 502 | .xres = 640, |
| 503 | .yres = 480, |
| 504 | .bpp = 8, |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 505 | .left_margin = 40, |
| 506 | .right_margin = 20, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 507 | .hsync_len = 88, |
Krzysztof Helt | 5f20f69 | 2007-10-16 01:28:59 -0700 | [diff] [blame] | 508 | .upper_margin = 30, |
| 509 | .lower_margin = 32, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 510 | .vsync_len = 3, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 511 | |
Krzysztof Helt | f28ef57 | 2007-10-16 01:28:58 -0700 | [diff] [blame] | 512 | .lcdcon5 = 0x00014b02, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 513 | }, |
| 514 | { |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 515 | .type = S3C2410_LCDCON1_TFT, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 516 | .width = 640, |
| 517 | .height = 480, |
| 518 | |
Krzysztof Helt | 6981669 | 2007-10-16 01:29:06 -0700 | [diff] [blame] | 519 | .pixclock = 33333, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 520 | .xres = 640, |
| 521 | .yres = 480, |
| 522 | .bpp = 16, |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 523 | .left_margin = 40, |
| 524 | .right_margin = 20, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 525 | .hsync_len = 88, |
Krzysztof Helt | 5f20f69 | 2007-10-16 01:28:59 -0700 | [diff] [blame] | 526 | .upper_margin = 30, |
| 527 | .lower_margin = 32, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 528 | .vsync_len = 3, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 529 | |
Krzysztof Helt | f28ef57 | 2007-10-16 01:28:58 -0700 | [diff] [blame] | 530 | .lcdcon5 = 0x00014b02, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 531 | }, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 532 | }; |
| 533 | |
| 534 | /* LCD/VGA controller */ |
| 535 | |
| 536 | static struct s3c2410fb_mach_info __initdata bast_fb_info = { |
| 537 | |
| 538 | .displays = bast_lcd_info, |
| 539 | .num_displays = ARRAY_SIZE(bast_lcd_info), |
Ben Dooks | 9cbae12 | 2007-12-23 03:09:38 +0100 | [diff] [blame] | 540 | .default_display = 1, |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 541 | }; |
| 542 | |
Ben Dooks | 042cf0f | 2008-07-03 11:24:41 +0100 | [diff] [blame] | 543 | /* I2C devices fitted. */ |
| 544 | |
| 545 | static struct i2c_board_info bast_i2c_devs[] __initdata = { |
| 546 | { |
| 547 | I2C_BOARD_INFO("tlv320aic23", 0x1a), |
| 548 | }, { |
| 549 | I2C_BOARD_INFO("simtec-pmu", 0x6b), |
| 550 | }, { |
| 551 | I2C_BOARD_INFO("ch7013", 0x75), |
| 552 | }, |
| 553 | }; |
Ben Dooks | b7a12d1 | 2008-07-03 11:24:37 +0100 | [diff] [blame] | 554 | |
Ben Dooks | 885f9eb | 2009-07-18 10:12:26 +0100 | [diff] [blame] | 555 | static struct s3c_hwmon_pdata bast_hwmon_info = { |
| 556 | /* LCD contrast (0-6.6V) */ |
| 557 | .in[0] = &(struct s3c_hwmon_chcfg) { |
| 558 | .name = "lcd-contrast", |
| 559 | .mult = 3300, |
| 560 | .div = 512, |
| 561 | }, |
| 562 | /* LED current feedback */ |
| 563 | .in[1] = &(struct s3c_hwmon_chcfg) { |
| 564 | .name = "led-feedback", |
| 565 | .mult = 3300, |
| 566 | .div = 1024, |
| 567 | }, |
| 568 | /* LCD feedback (0-6.6V) */ |
| 569 | .in[2] = &(struct s3c_hwmon_chcfg) { |
| 570 | .name = "lcd-feedback", |
| 571 | .mult = 3300, |
| 572 | .div = 512, |
| 573 | }, |
| 574 | /* Vcore (1.8-2.0V), Vref 3.3V */ |
| 575 | .in[3] = &(struct s3c_hwmon_chcfg) { |
| 576 | .name = "vcore", |
| 577 | .mult = 3300, |
| 578 | .div = 1024, |
| 579 | }, |
| 580 | }; |
| 581 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 582 | /* Standard BAST devices */ |
Ben Dooks | 885f9eb | 2009-07-18 10:12:26 +0100 | [diff] [blame] | 583 | // cat /sys/devices/platform/s3c24xx-adc/s3c-hwmon/in_0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 584 | |
| 585 | static struct platform_device *bast_devices[] __initdata = { |
Ben Dooks | b813248 | 2009-11-23 00:13:39 +0000 | [diff] [blame] | 586 | &s3c_device_ohci, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 587 | &s3c_device_lcd, |
| 588 | &s3c_device_wdt, |
Ben Dooks | 3e1b776 | 2008-10-31 16:14:40 +0000 | [diff] [blame] | 589 | &s3c_device_i2c0, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 590 | &s3c_device_rtc, |
| 591 | &s3c_device_nand, |
Ben Dooks | 885f9eb | 2009-07-18 10:12:26 +0100 | [diff] [blame] | 592 | &s3c_device_adc, |
| 593 | &s3c_device_hwmon, |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 594 | &bast_device_dm9k, |
Ben Dooks | 5ce4b1f | 2007-07-12 10:44:53 +0100 | [diff] [blame] | 595 | &bast_device_asix, |
| 596 | &bast_device_axpp, |
Ben Dooks | 65cc337 | 2005-07-18 10:24:32 +0100 | [diff] [blame] | 597 | &bast_sio, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 598 | }; |
| 599 | |
Ben Dooks | 2bc7509 | 2008-07-15 17:17:48 +0100 | [diff] [blame] | 600 | static struct clk *bast_clocks[] __initdata = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 601 | &s3c24xx_dclk0, |
| 602 | &s3c24xx_dclk1, |
| 603 | &s3c24xx_clkout0, |
| 604 | &s3c24xx_clkout1, |
| 605 | &s3c24xx_uclk, |
| 606 | }; |
| 607 | |
Ben Dooks | ca0b490 | 2009-07-30 23:23:39 +0100 | [diff] [blame] | 608 | static struct s3c_cpufreq_board __initdata bast_cpufreq = { |
| 609 | .refresh = 7800, /* 7.8usec */ |
| 610 | .auto_io = 1, |
| 611 | .need_io = 1, |
| 612 | }; |
| 613 | |
Ben Dooks | 4d3a346 | 2009-11-13 22:34:20 +0000 | [diff] [blame] | 614 | static struct s3c24xx_audio_simtec_pdata __initdata bast_audio = { |
| 615 | .have_mic = 1, |
| 616 | .have_lout = 1, |
| 617 | }; |
| 618 | |
Ben Dooks | 5fe10ab | 2005-09-20 17:24:33 +0100 | [diff] [blame] | 619 | static void __init bast_map_io(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 620 | { |
| 621 | /* initialise the clocks */ |
| 622 | |
Ben Dooks | d96a980 | 2008-04-16 00:12:39 +0100 | [diff] [blame] | 623 | s3c24xx_dclk0.parent = &clk_upll; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 624 | s3c24xx_dclk0.rate = 12*1000*1000; |
| 625 | |
Ben Dooks | d96a980 | 2008-04-16 00:12:39 +0100 | [diff] [blame] | 626 | s3c24xx_dclk1.parent = &clk_upll; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 627 | s3c24xx_dclk1.rate = 24*1000*1000; |
| 628 | |
| 629 | s3c24xx_clkout0.parent = &s3c24xx_dclk0; |
| 630 | s3c24xx_clkout1.parent = &s3c24xx_dclk1; |
| 631 | |
| 632 | s3c24xx_uclk.parent = &s3c24xx_clkout1; |
| 633 | |
Ben Dooks | ce89c20 | 2007-04-20 11:15:27 +0100 | [diff] [blame] | 634 | s3c24xx_register_clocks(bast_clocks, ARRAY_SIZE(bast_clocks)); |
| 635 | |
Maurus Cuelenaere | 6cd82ff | 2010-05-04 13:12:32 +0200 | [diff] [blame] | 636 | s3c_hwmon_set_platdata(&bast_hwmon_info); |
Ben Dooks | 3e1b776 | 2008-10-31 16:14:40 +0000 | [diff] [blame] | 637 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 638 | s3c24xx_init_io(bast_iodesc, ARRAY_SIZE(bast_iodesc)); |
| 639 | s3c24xx_init_clocks(0); |
| 640 | s3c24xx_init_uarts(bast_uartcfgs, ARRAY_SIZE(bast_uartcfgs)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 641 | } |
| 642 | |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 643 | static void __init bast_init(void) |
| 644 | { |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 645 | sysdev_class_register(&bast_pm_sysclass); |
| 646 | sysdev_register(&bast_pm_sysdev); |
| 647 | |
Ben Dooks | a8af6de | 2009-05-15 14:57:09 +0100 | [diff] [blame] | 648 | s3c_i2c0_set_platdata(&bast_i2c_info); |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 649 | s3c_nand_set_platdata(&bast_nand_info); |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 650 | s3c24xx_fb_set_platdata(&bast_fb_info); |
Ben Dooks | 57e5171 | 2007-04-20 11:19:16 +0100 | [diff] [blame] | 651 | platform_add_devices(bast_devices, ARRAY_SIZE(bast_devices)); |
Ben Dooks | 9d529c6 | 2008-07-03 11:24:39 +0100 | [diff] [blame] | 652 | |
Ben Dooks | 042cf0f | 2008-07-03 11:24:41 +0100 | [diff] [blame] | 653 | i2c_register_board_info(0, bast_i2c_devs, |
| 654 | ARRAY_SIZE(bast_i2c_devs)); |
| 655 | |
Ben Dooks | 7a05a2c | 2009-05-18 20:15:01 +0100 | [diff] [blame] | 656 | usb_simtec_init(); |
Ben Dooks | 9d529c6 | 2008-07-03 11:24:39 +0100 | [diff] [blame] | 657 | nor_simtec_init(); |
Ben Dooks | 4d3a346 | 2009-11-13 22:34:20 +0000 | [diff] [blame] | 658 | simtec_audio_add(NULL, true, &bast_audio); |
Ben Dooks | ca0b490 | 2009-07-30 23:23:39 +0100 | [diff] [blame] | 659 | |
Ben Dooks | 408c8b8 | 2010-05-04 12:49:04 +0900 | [diff] [blame] | 660 | WARN_ON(gpio_request(S3C2410_GPA(21), "bast nreset")); |
| 661 | |
Ben Dooks | ca0b490 | 2009-07-30 23:23:39 +0100 | [diff] [blame] | 662 | s3c_cpufreq_setboard(&bast_cpufreq); |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 663 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 664 | |
| 665 | MACHINE_START(BAST, "Simtec-BAST") |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 666 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 667 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
Ben Dooks | f705b1a | 2005-06-29 11:09:15 +0100 | [diff] [blame] | 668 | .map_io = bast_map_io, |
| 669 | .init_irq = s3c24xx_init_irq, |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 670 | .init_machine = bast_init, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 671 | .timer = &s3c24xx_timer, |
| 672 | MACHINE_END |