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> |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 20 | #include <linux/syscore_ops.h> |
Ben Dooks | b6d1f54 | 2006-12-17 23:22:26 +0100 | [diff] [blame] | 21 | #include <linux/serial_core.h> |
Tushar Behera | 334a1c7 | 2014-02-14 10:32:45 +0900 | [diff] [blame] | 22 | #include <linux/serial_s3c.h> |
Russell King | d052d1b | 2005-10-29 19:07:23 +0100 | [diff] [blame] | 23 | #include <linux/platform_device.h> |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 24 | #include <linux/dm9000.h> |
Ben Dooks | b7a12d1 | 2008-07-03 11:24:37 +0100 | [diff] [blame] | 25 | #include <linux/ata_platform.h> |
Ben Dooks | 042cf0f | 2008-07-03 11:24:41 +0100 | [diff] [blame] | 26 | #include <linux/i2c.h> |
Russell King | fced80c | 2008-09-06 12:10:45 +0100 | [diff] [blame] | 27 | #include <linux/io.h> |
Kukjin Kim | bbd7e5e | 2013-01-01 19:56:20 -0800 | [diff] [blame] | 28 | #include <linux/serial_8250.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | |
| 30 | #include <linux/mtd/mtd.h> |
| 31 | #include <linux/mtd/nand.h> |
| 32 | #include <linux/mtd/nand_ecc.h> |
| 33 | #include <linux/mtd/partitions.h> |
| 34 | |
Kukjin Kim | bbd7e5e | 2013-01-01 19:56:20 -0800 | [diff] [blame] | 35 | #include <linux/platform_data/asoc-s3c24xx_simtec.h> |
| 36 | #include <linux/platform_data/hwmon-s3c.h> |
| 37 | #include <linux/platform_data/i2c-s3c2410.h> |
| 38 | #include <linux/platform_data/mtd-nand-s3c2410.h> |
| 39 | |
| 40 | #include <net/ax88796.h> |
| 41 | |
| 42 | #include <asm/irq.h> |
| 43 | #include <asm/mach/arch.h> |
| 44 | #include <asm/mach/map.h> |
| 45 | #include <asm/mach/irq.h> |
| 46 | #include <asm/mach-types.h> |
| 47 | |
| 48 | #include <mach/fb.h> |
| 49 | #include <mach/hardware.h> |
| 50 | #include <mach/regs-gpio.h> |
| 51 | #include <mach/regs-lcd.h> |
Linus Walleij | b0161ca | 2014-01-14 14:24:24 +0100 | [diff] [blame] | 52 | #include <mach/gpio-samsung.h> |
Ben Dooks | 65cc337 | 2005-07-18 10:24:32 +0100 | [diff] [blame] | 53 | |
Ben Dooks | a2b7ba9 | 2008-10-07 22:26:09 +0100 | [diff] [blame] | 54 | #include <plat/cpu.h> |
Ben Dooks | ca0b490 | 2009-07-30 23:23:39 +0100 | [diff] [blame] | 55 | #include <plat/cpu-freq.h> |
Kukjin Kim | bbd7e5e | 2013-01-01 19:56:20 -0800 | [diff] [blame] | 56 | #include <plat/devs.h> |
Ben Dooks | 40b956f | 2010-05-04 14:38:49 +0900 | [diff] [blame] | 57 | #include <plat/gpio-cfg.h> |
Romain Naour | 7f78b6e | 2013-01-09 18:47:04 -0800 | [diff] [blame] | 58 | #include <plat/samsung-time.h> |
Ben Dooks | 9d529c6 | 2008-07-03 11:24:39 +0100 | [diff] [blame] | 59 | |
Kukjin Kim | bbd7e5e | 2013-01-01 19:56:20 -0800 | [diff] [blame] | 60 | #include "bast.h" |
Kukjin Kim | b27b072 | 2012-01-03 14:02:03 +0100 | [diff] [blame] | 61 | #include "common.h" |
Kukjin Kim | bbd7e5e | 2013-01-01 19:56:20 -0800 | [diff] [blame] | 62 | #include "simtec.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | |
Ben Dooks | ccae941 | 2009-11-13 22:54:14 +0000 | [diff] [blame] | 64 | #define COPYRIGHT ", Copyright 2004-2008 Simtec Electronics" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | |
| 66 | /* macros for virtual address mods for the io space entries */ |
| 67 | #define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5) |
| 68 | #define VA_C4(item) ((unsigned long)(item) + BAST_VAM_CS4) |
| 69 | #define VA_C3(item) ((unsigned long)(item) + BAST_VAM_CS3) |
| 70 | #define VA_C2(item) ((unsigned long)(item) + BAST_VAM_CS2) |
| 71 | |
| 72 | /* macros to modify the physical addresses for io space */ |
| 73 | |
Ben Dooks | 1d23b65 | 2005-11-08 19:15:31 +0000 | [diff] [blame] | 74 | #define PA_CS2(item) (__phys_to_pfn((item) + S3C2410_CS2)) |
| 75 | #define PA_CS3(item) (__phys_to_pfn((item) + S3C2410_CS3)) |
| 76 | #define PA_CS4(item) (__phys_to_pfn((item) + S3C2410_CS4)) |
| 77 | #define PA_CS5(item) (__phys_to_pfn((item) + S3C2410_CS5)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | |
| 79 | static struct map_desc bast_iodesc[] __initdata = { |
| 80 | /* ISA IO areas */ |
Ben Dooks | 1d23b65 | 2005-11-08 19:15:31 +0000 | [diff] [blame] | 81 | { |
| 82 | .virtual = (u32)S3C24XX_VA_ISA_BYTE, |
| 83 | .pfn = PA_CS2(BAST_PA_ISAIO), |
| 84 | .length = SZ_16M, |
| 85 | .type = MT_DEVICE, |
| 86 | }, { |
| 87 | .virtual = (u32)S3C24XX_VA_ISA_WORD, |
| 88 | .pfn = PA_CS3(BAST_PA_ISAIO), |
| 89 | .length = SZ_16M, |
| 90 | .type = MT_DEVICE, |
| 91 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | /* bast CPLD control registers, and external interrupt controls */ |
Ben Dooks | 1d23b65 | 2005-11-08 19:15:31 +0000 | [diff] [blame] | 93 | { |
| 94 | .virtual = (u32)BAST_VA_CTRL1, |
| 95 | .pfn = __phys_to_pfn(BAST_PA_CTRL1), |
| 96 | .length = SZ_1M, |
| 97 | .type = MT_DEVICE, |
| 98 | }, { |
| 99 | .virtual = (u32)BAST_VA_CTRL2, |
| 100 | .pfn = __phys_to_pfn(BAST_PA_CTRL2), |
| 101 | .length = SZ_1M, |
| 102 | .type = MT_DEVICE, |
| 103 | }, { |
| 104 | .virtual = (u32)BAST_VA_CTRL3, |
| 105 | .pfn = __phys_to_pfn(BAST_PA_CTRL3), |
| 106 | .length = SZ_1M, |
| 107 | .type = MT_DEVICE, |
| 108 | }, { |
| 109 | .virtual = (u32)BAST_VA_CTRL4, |
| 110 | .pfn = __phys_to_pfn(BAST_PA_CTRL4), |
| 111 | .length = SZ_1M, |
| 112 | .type = MT_DEVICE, |
| 113 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | /* PC104 IRQ mux */ |
Ben Dooks | 1d23b65 | 2005-11-08 19:15:31 +0000 | [diff] [blame] | 115 | { |
| 116 | .virtual = (u32)BAST_VA_PC104_IRQREQ, |
| 117 | .pfn = __phys_to_pfn(BAST_PA_PC104_IRQREQ), |
| 118 | .length = SZ_1M, |
| 119 | .type = MT_DEVICE, |
| 120 | }, { |
| 121 | .virtual = (u32)BAST_VA_PC104_IRQRAW, |
| 122 | .pfn = __phys_to_pfn(BAST_PA_PC104_IRQRAW), |
| 123 | .length = SZ_1M, |
| 124 | .type = MT_DEVICE, |
| 125 | }, { |
| 126 | .virtual = (u32)BAST_VA_PC104_IRQMASK, |
| 127 | .pfn = __phys_to_pfn(BAST_PA_PC104_IRQMASK), |
| 128 | .length = SZ_1M, |
| 129 | .type = MT_DEVICE, |
| 130 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | |
| 132 | /* peripheral space... one for each of fast/slow/byte/16bit */ |
| 133 | /* note, ide is only decoded in word space, even though some registers |
| 134 | * are only 8bit */ |
| 135 | |
| 136 | /* slow, byte */ |
| 137 | { VA_C2(BAST_VA_ISAIO), PA_CS2(BAST_PA_ISAIO), SZ_16M, MT_DEVICE }, |
| 138 | { 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] | 139 | { 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] | 140 | |
| 141 | /* slow, word */ |
| 142 | { VA_C3(BAST_VA_ISAIO), PA_CS3(BAST_PA_ISAIO), SZ_16M, MT_DEVICE }, |
| 143 | { 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] | 144 | { 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] | 145 | |
| 146 | /* fast, byte */ |
| 147 | { VA_C4(BAST_VA_ISAIO), PA_CS4(BAST_PA_ISAIO), SZ_16M, MT_DEVICE }, |
| 148 | { 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] | 149 | { 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] | 150 | |
| 151 | /* fast, word */ |
| 152 | { VA_C5(BAST_VA_ISAIO), PA_CS5(BAST_PA_ISAIO), SZ_16M, MT_DEVICE }, |
| 153 | { 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] | 154 | { 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] | 155 | }; |
| 156 | |
| 157 | #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK |
| 158 | #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |
| 159 | #define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE |
| 160 | |
Ben Dooks | 66a9b49 | 2006-06-18 23:04:05 +0100 | [diff] [blame] | 161 | static struct s3c2410_uartcfg bast_uartcfgs[] __initdata = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 162 | [0] = { |
| 163 | .hwport = 0, |
| 164 | .flags = 0, |
| 165 | .ucon = UCON, |
| 166 | .ulcon = ULCON, |
| 167 | .ufcon = UFCON, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | }, |
| 169 | [1] = { |
| 170 | .hwport = 1, |
| 171 | .flags = 0, |
| 172 | .ucon = UCON, |
| 173 | .ulcon = ULCON, |
| 174 | .ufcon = UFCON, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 175 | }, |
| 176 | /* port 2 is not actually used */ |
| 177 | [2] = { |
| 178 | .hwport = 2, |
| 179 | .flags = 0, |
| 180 | .ucon = UCON, |
| 181 | .ulcon = ULCON, |
| 182 | .ufcon = UFCON, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 183 | } |
| 184 | }; |
| 185 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 186 | /* NAND Flash on BAST board */ |
| 187 | |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 188 | #ifdef CONFIG_PM |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 189 | static int bast_pm_suspend(void) |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 190 | { |
| 191 | /* ensure that an nRESET is not generated on resume. */ |
Ben Dooks | 408c8b8 | 2010-05-04 12:49:04 +0900 | [diff] [blame] | 192 | gpio_direction_output(S3C2410_GPA(21), 1); |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 193 | return 0; |
| 194 | } |
| 195 | |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 196 | static void bast_pm_resume(void) |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 197 | { |
Ben Dooks | 40b956f | 2010-05-04 14:38:49 +0900 | [diff] [blame] | 198 | s3c_gpio_cfgpin(S3C2410_GPA(21), S3C2410_GPA21_nRSTOUT); |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 199 | } |
| 200 | |
| 201 | #else |
| 202 | #define bast_pm_suspend NULL |
| 203 | #define bast_pm_resume NULL |
| 204 | #endif |
| 205 | |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 206 | static struct syscore_ops bast_pm_syscore_ops = { |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 207 | .suspend = bast_pm_suspend, |
| 208 | .resume = bast_pm_resume, |
| 209 | }; |
| 210 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 211 | static int smartmedia_map[] = { 0 }; |
| 212 | static int chip0_map[] = { 1 }; |
| 213 | static int chip1_map[] = { 2 }; |
| 214 | static int chip2_map[] = { 3 }; |
| 215 | |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 216 | static struct mtd_partition __initdata bast_default_nand_part[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 217 | [0] = { |
| 218 | .name = "Boot Agent", |
| 219 | .size = SZ_16K, |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 220 | .offset = 0, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 221 | }, |
| 222 | [1] = { |
| 223 | .name = "/boot", |
| 224 | .size = SZ_4M - SZ_16K, |
| 225 | .offset = SZ_16K, |
| 226 | }, |
| 227 | [2] = { |
| 228 | .name = "user", |
| 229 | .offset = SZ_4M, |
| 230 | .size = MTDPART_SIZ_FULL, |
| 231 | } |
| 232 | }; |
| 233 | |
| 234 | /* the bast has 4 selectable slots for nand-flash, the three |
| 235 | * on-board chip areas, as well as the external SmartMedia |
| 236 | * slot. |
| 237 | * |
| 238 | * Note, there is no current hot-plug support for the SmartMedia |
| 239 | * socket. |
| 240 | */ |
| 241 | |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 242 | static struct s3c2410_nand_set __initdata bast_nand_sets[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 | [0] = { |
| 244 | .name = "SmartMedia", |
| 245 | .nr_chips = 1, |
| 246 | .nr_map = smartmedia_map, |
Ben Dooks | d3ef7ee | 2009-12-23 19:25:02 +0000 | [diff] [blame] | 247 | .options = NAND_SCAN_SILENT_NODEV, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 249 | .partitions = bast_default_nand_part, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 250 | }, |
| 251 | [1] = { |
| 252 | .name = "chip0", |
| 253 | .nr_chips = 1, |
| 254 | .nr_map = chip0_map, |
| 255 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 256 | .partitions = bast_default_nand_part, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 257 | }, |
| 258 | [2] = { |
| 259 | .name = "chip1", |
| 260 | .nr_chips = 1, |
| 261 | .nr_map = chip1_map, |
Ben Dooks | d3ef7ee | 2009-12-23 19:25:02 +0000 | [diff] [blame] | 262 | .options = NAND_SCAN_SILENT_NODEV, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 264 | .partitions = bast_default_nand_part, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 265 | }, |
| 266 | [3] = { |
| 267 | .name = "chip2", |
| 268 | .nr_chips = 1, |
| 269 | .nr_map = chip2_map, |
Ben Dooks | d3ef7ee | 2009-12-23 19:25:02 +0000 | [diff] [blame] | 270 | .options = NAND_SCAN_SILENT_NODEV, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 271 | .nr_partitions = ARRAY_SIZE(bast_default_nand_part), |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 272 | .partitions = bast_default_nand_part, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | } |
| 274 | }; |
| 275 | |
| 276 | static void bast_nand_select(struct s3c2410_nand_set *set, int slot) |
| 277 | { |
| 278 | unsigned int tmp; |
| 279 | |
| 280 | slot = set->nr_map[slot] & 3; |
| 281 | |
| 282 | pr_debug("bast_nand: selecting slot %d (set %p,%p)\n", |
| 283 | slot, set, set->nr_map); |
| 284 | |
| 285 | tmp = __raw_readb(BAST_VA_CTRL2); |
| 286 | tmp &= BAST_CPLD_CTLR2_IDERST; |
| 287 | tmp |= slot; |
| 288 | tmp |= BAST_CPLD_CTRL2_WNAND; |
| 289 | |
| 290 | pr_debug("bast_nand: ctrl2 now %02x\n", tmp); |
| 291 | |
| 292 | __raw_writeb(tmp, BAST_VA_CTRL2); |
| 293 | } |
| 294 | |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 295 | static struct s3c2410_platform_nand __initdata bast_nand_info = { |
Ben Dooks | b048dbf | 2005-10-20 23:21:19 +0100 | [diff] [blame] | 296 | .tacls = 30, |
| 297 | .twrph0 = 60, |
| 298 | .twrph1 = 60, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | .nr_sets = ARRAY_SIZE(bast_nand_sets), |
| 300 | .sets = bast_nand_sets, |
| 301 | .select_chip = bast_nand_select, |
| 302 | }; |
| 303 | |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 304 | /* DM9000 */ |
| 305 | |
| 306 | static struct resource bast_dm9k_resource[] = { |
Tushar Behera | 52df44d | 2012-05-12 16:12:21 +0900 | [diff] [blame] | 307 | [0] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_DM9000, 4), |
| 308 | [1] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_DM9000 + 0x40, 0x40), |
Kukjin Kim | bbd7e5e | 2013-01-01 19:56:20 -0800 | [diff] [blame] | 309 | [2] = DEFINE_RES_NAMED(BAST_IRQ_DM9000 , 1, NULL, IORESOURCE_IRQ \ |
Tushar Behera | 52df44d | 2012-05-12 16:12:21 +0900 | [diff] [blame] | 310 | | IORESOURCE_IRQ_HIGHLEVEL), |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 311 | }; |
| 312 | |
| 313 | /* for the moment we limit ourselves to 16bit IO until some |
| 314 | * better IO routines can be written and tested |
| 315 | */ |
| 316 | |
Ben Dooks | 9f693d7 | 2005-10-12 19:58:07 +0100 | [diff] [blame] | 317 | static struct dm9000_plat_data bast_dm9k_platdata = { |
Ben Dooks | b526bf2 | 2005-11-16 15:05:12 +0000 | [diff] [blame] | 318 | .flags = DM9000_PLATF_16BITONLY, |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 319 | }; |
| 320 | |
| 321 | static struct platform_device bast_device_dm9k = { |
| 322 | .name = "dm9000", |
| 323 | .id = 0, |
| 324 | .num_resources = ARRAY_SIZE(bast_dm9k_resource), |
| 325 | .resource = bast_dm9k_resource, |
| 326 | .dev = { |
| 327 | .platform_data = &bast_dm9k_platdata, |
| 328 | } |
| 329 | }; |
| 330 | |
Ben Dooks | 65cc337 | 2005-07-18 10:24:32 +0100 | [diff] [blame] | 331 | /* serial devices */ |
| 332 | |
| 333 | #define SERIAL_BASE (S3C2410_CS2 + BAST_PA_SUPERIO) |
| 334 | #define SERIAL_FLAGS (UPF_BOOT_AUTOCONF | UPF_IOREMAP | UPF_SHARE_IRQ) |
| 335 | #define SERIAL_CLK (1843200) |
| 336 | |
| 337 | static struct plat_serial8250_port bast_sio_data[] = { |
| 338 | [0] = { |
| 339 | .mapbase = SERIAL_BASE + 0x2f8, |
Kukjin Kim | bbd7e5e | 2013-01-01 19:56:20 -0800 | [diff] [blame] | 340 | .irq = BAST_IRQ_PCSERIAL1, |
Ben Dooks | 65cc337 | 2005-07-18 10:24:32 +0100 | [diff] [blame] | 341 | .flags = SERIAL_FLAGS, |
| 342 | .iotype = UPIO_MEM, |
| 343 | .regshift = 0, |
| 344 | .uartclk = SERIAL_CLK, |
| 345 | }, |
| 346 | [1] = { |
| 347 | .mapbase = SERIAL_BASE + 0x3f8, |
Kukjin Kim | bbd7e5e | 2013-01-01 19:56:20 -0800 | [diff] [blame] | 348 | .irq = BAST_IRQ_PCSERIAL2, |
Ben Dooks | 65cc337 | 2005-07-18 10:24:32 +0100 | [diff] [blame] | 349 | .flags = SERIAL_FLAGS, |
| 350 | .iotype = UPIO_MEM, |
| 351 | .regshift = 0, |
| 352 | .uartclk = SERIAL_CLK, |
| 353 | }, |
| 354 | { } |
| 355 | }; |
| 356 | |
| 357 | static struct platform_device bast_sio = { |
| 358 | .name = "serial8250", |
Russell King | 6df29de | 2005-09-08 16:04:41 +0100 | [diff] [blame] | 359 | .id = PLAT8250_DEV_PLATFORM, |
Ben Dooks | 65cc337 | 2005-07-18 10:24:32 +0100 | [diff] [blame] | 360 | .dev = { |
| 361 | .platform_data = &bast_sio_data, |
| 362 | }, |
| 363 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 364 | |
Ben Dooks | 1fcf844 | 2005-08-03 19:49:16 +0100 | [diff] [blame] | 365 | /* we have devices on the bus which cannot work much over the |
| 366 | * standard 100KHz i2c bus frequency |
| 367 | */ |
| 368 | |
Ben Dooks | 3e1b776 | 2008-10-31 16:14:40 +0000 | [diff] [blame] | 369 | static struct s3c2410_platform_i2c __initdata bast_i2c_info = { |
Ben Dooks | 1fcf844 | 2005-08-03 19:49:16 +0100 | [diff] [blame] | 370 | .flags = 0, |
| 371 | .slave_addr = 0x10, |
Daniel Silverstone | c564e6a | 2009-03-13 13:53:46 +0000 | [diff] [blame] | 372 | .frequency = 100*1000, |
Ben Dooks | 1fcf844 | 2005-08-03 19:49:16 +0100 | [diff] [blame] | 373 | }; |
| 374 | |
Ben Dooks | 5ce4b1f | 2007-07-12 10:44:53 +0100 | [diff] [blame] | 375 | /* Asix AX88796 10/100 ethernet controller */ |
| 376 | |
| 377 | static struct ax_plat_data bast_asix_platdata = { |
| 378 | .flags = AXFLG_MAC_FROMDEV, |
| 379 | .wordlength = 2, |
| 380 | .dcr_val = 0x48, |
| 381 | .rcr_val = 0x40, |
| 382 | }; |
| 383 | |
| 384 | static struct resource bast_asix_resource[] = { |
Tushar Behera | 52df44d | 2012-05-12 16:12:21 +0900 | [diff] [blame] | 385 | [0] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_ASIXNET, 0x18 * 0x20), |
| 386 | [1] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_ASIXNET + (0x1f * 0x20), 1), |
Kukjin Kim | bbd7e5e | 2013-01-01 19:56:20 -0800 | [diff] [blame] | 387 | [2] = DEFINE_RES_IRQ(BAST_IRQ_ASIX), |
Ben Dooks | 5ce4b1f | 2007-07-12 10:44:53 +0100 | [diff] [blame] | 388 | }; |
| 389 | |
| 390 | static struct platform_device bast_device_asix = { |
| 391 | .name = "ax88796", |
| 392 | .id = 0, |
| 393 | .num_resources = ARRAY_SIZE(bast_asix_resource), |
| 394 | .resource = bast_asix_resource, |
| 395 | .dev = { |
| 396 | .platform_data = &bast_asix_platdata |
| 397 | } |
| 398 | }; |
| 399 | |
| 400 | /* Asix AX88796 10/100 ethernet controller parallel port */ |
| 401 | |
| 402 | static struct resource bast_asixpp_resource[] = { |
Tushar Behera | 52df44d | 2012-05-12 16:12:21 +0900 | [diff] [blame] | 403 | [0] = DEFINE_RES_MEM(S3C2410_CS5 + BAST_PA_ASIXNET + (0x18 * 0x20), \ |
| 404 | 0x30 * 0x20), |
Ben Dooks | 5ce4b1f | 2007-07-12 10:44:53 +0100 | [diff] [blame] | 405 | }; |
| 406 | |
| 407 | static struct platform_device bast_device_axpp = { |
| 408 | .name = "ax88796-pp", |
| 409 | .id = 0, |
| 410 | .num_resources = ARRAY_SIZE(bast_asixpp_resource), |
| 411 | .resource = bast_asixpp_resource, |
| 412 | }; |
| 413 | |
| 414 | /* LCD/VGA controller */ |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 415 | |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 416 | static struct s3c2410fb_display __initdata bast_lcd_info[] = { |
| 417 | { |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 418 | .type = S3C2410_LCDCON1_TFT, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 419 | .width = 640, |
| 420 | .height = 480, |
Krzysztof Helt | 5f20f69 | 2007-10-16 01:28:59 -0700 | [diff] [blame] | 421 | |
Krzysztof Helt | 6981669 | 2007-10-16 01:29:06 -0700 | [diff] [blame] | 422 | .pixclock = 33333, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 423 | .xres = 640, |
| 424 | .yres = 480, |
| 425 | .bpp = 4, |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 426 | .left_margin = 40, |
| 427 | .right_margin = 20, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 428 | .hsync_len = 88, |
Krzysztof Helt | 5f20f69 | 2007-10-16 01:28:59 -0700 | [diff] [blame] | 429 | .upper_margin = 30, |
| 430 | .lower_margin = 32, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 431 | .vsync_len = 3, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 432 | |
Krzysztof Helt | f28ef57 | 2007-10-16 01:28:58 -0700 | [diff] [blame] | 433 | .lcdcon5 = 0x00014b02, |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 434 | }, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 435 | { |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 436 | .type = S3C2410_LCDCON1_TFT, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 437 | .width = 640, |
| 438 | .height = 480, |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 439 | |
Krzysztof Helt | 6981669 | 2007-10-16 01:29:06 -0700 | [diff] [blame] | 440 | .pixclock = 33333, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 441 | .xres = 640, |
| 442 | .yres = 480, |
| 443 | .bpp = 8, |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 444 | .left_margin = 40, |
| 445 | .right_margin = 20, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 446 | .hsync_len = 88, |
Krzysztof Helt | 5f20f69 | 2007-10-16 01:28:59 -0700 | [diff] [blame] | 447 | .upper_margin = 30, |
| 448 | .lower_margin = 32, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 449 | .vsync_len = 3, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 450 | |
Krzysztof Helt | f28ef57 | 2007-10-16 01:28:58 -0700 | [diff] [blame] | 451 | .lcdcon5 = 0x00014b02, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 452 | }, |
| 453 | { |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 454 | .type = S3C2410_LCDCON1_TFT, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 455 | .width = 640, |
| 456 | .height = 480, |
| 457 | |
Krzysztof Helt | 6981669 | 2007-10-16 01:29:06 -0700 | [diff] [blame] | 458 | .pixclock = 33333, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 459 | .xres = 640, |
| 460 | .yres = 480, |
| 461 | .bpp = 16, |
Krzysztof Helt | 1f41153 | 2007-10-16 01:28:57 -0700 | [diff] [blame] | 462 | .left_margin = 40, |
| 463 | .right_margin = 20, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 464 | .hsync_len = 88, |
Krzysztof Helt | 5f20f69 | 2007-10-16 01:28:59 -0700 | [diff] [blame] | 465 | .upper_margin = 30, |
| 466 | .lower_margin = 32, |
Krzysztof Helt | 93d11f5 | 2007-10-16 01:29:00 -0700 | [diff] [blame] | 467 | .vsync_len = 3, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 468 | |
Krzysztof Helt | f28ef57 | 2007-10-16 01:28:58 -0700 | [diff] [blame] | 469 | .lcdcon5 = 0x00014b02, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 470 | }, |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 471 | }; |
| 472 | |
| 473 | /* LCD/VGA controller */ |
| 474 | |
| 475 | static struct s3c2410fb_mach_info __initdata bast_fb_info = { |
| 476 | |
| 477 | .displays = bast_lcd_info, |
| 478 | .num_displays = ARRAY_SIZE(bast_lcd_info), |
Ben Dooks | 9cbae12 | 2007-12-23 03:09:38 +0100 | [diff] [blame] | 479 | .default_display = 1, |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 480 | }; |
| 481 | |
Ben Dooks | 042cf0f | 2008-07-03 11:24:41 +0100 | [diff] [blame] | 482 | /* I2C devices fitted. */ |
| 483 | |
| 484 | static struct i2c_board_info bast_i2c_devs[] __initdata = { |
| 485 | { |
| 486 | I2C_BOARD_INFO("tlv320aic23", 0x1a), |
| 487 | }, { |
| 488 | I2C_BOARD_INFO("simtec-pmu", 0x6b), |
| 489 | }, { |
| 490 | I2C_BOARD_INFO("ch7013", 0x75), |
| 491 | }, |
| 492 | }; |
Ben Dooks | b7a12d1 | 2008-07-03 11:24:37 +0100 | [diff] [blame] | 493 | |
Ben Dooks | 885f9eb | 2009-07-18 10:12:26 +0100 | [diff] [blame] | 494 | static struct s3c_hwmon_pdata bast_hwmon_info = { |
| 495 | /* LCD contrast (0-6.6V) */ |
| 496 | .in[0] = &(struct s3c_hwmon_chcfg) { |
| 497 | .name = "lcd-contrast", |
| 498 | .mult = 3300, |
| 499 | .div = 512, |
| 500 | }, |
| 501 | /* LED current feedback */ |
| 502 | .in[1] = &(struct s3c_hwmon_chcfg) { |
| 503 | .name = "led-feedback", |
| 504 | .mult = 3300, |
| 505 | .div = 1024, |
| 506 | }, |
| 507 | /* LCD feedback (0-6.6V) */ |
| 508 | .in[2] = &(struct s3c_hwmon_chcfg) { |
| 509 | .name = "lcd-feedback", |
| 510 | .mult = 3300, |
| 511 | .div = 512, |
| 512 | }, |
| 513 | /* Vcore (1.8-2.0V), Vref 3.3V */ |
| 514 | .in[3] = &(struct s3c_hwmon_chcfg) { |
| 515 | .name = "vcore", |
| 516 | .mult = 3300, |
| 517 | .div = 1024, |
| 518 | }, |
| 519 | }; |
| 520 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 521 | /* Standard BAST devices */ |
Ben Dooks | 885f9eb | 2009-07-18 10:12:26 +0100 | [diff] [blame] | 522 | // cat /sys/devices/platform/s3c24xx-adc/s3c-hwmon/in_0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 523 | |
| 524 | static struct platform_device *bast_devices[] __initdata = { |
Heiko Stuebner | 51cb128 | 2014-05-09 05:48:57 +0900 | [diff] [blame] | 525 | &s3c2410_device_dclk, |
Ben Dooks | b813248 | 2009-11-23 00:13:39 +0000 | [diff] [blame] | 526 | &s3c_device_ohci, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 527 | &s3c_device_lcd, |
| 528 | &s3c_device_wdt, |
Ben Dooks | 3e1b776 | 2008-10-31 16:14:40 +0000 | [diff] [blame] | 529 | &s3c_device_i2c0, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 530 | &s3c_device_rtc, |
| 531 | &s3c_device_nand, |
Ben Dooks | 885f9eb | 2009-07-18 10:12:26 +0100 | [diff] [blame] | 532 | &s3c_device_adc, |
| 533 | &s3c_device_hwmon, |
Ben Dooks | d97a666 | 2005-06-23 21:56:47 +0100 | [diff] [blame] | 534 | &bast_device_dm9k, |
Ben Dooks | 5ce4b1f | 2007-07-12 10:44:53 +0100 | [diff] [blame] | 535 | &bast_device_asix, |
| 536 | &bast_device_axpp, |
Ben Dooks | 65cc337 | 2005-07-18 10:24:32 +0100 | [diff] [blame] | 537 | &bast_sio, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 538 | }; |
| 539 | |
Ben Dooks | ca0b490 | 2009-07-30 23:23:39 +0100 | [diff] [blame] | 540 | static struct s3c_cpufreq_board __initdata bast_cpufreq = { |
| 541 | .refresh = 7800, /* 7.8usec */ |
| 542 | .auto_io = 1, |
| 543 | .need_io = 1, |
| 544 | }; |
| 545 | |
Ben Dooks | 4d3a346 | 2009-11-13 22:34:20 +0000 | [diff] [blame] | 546 | static struct s3c24xx_audio_simtec_pdata __initdata bast_audio = { |
| 547 | .have_mic = 1, |
| 548 | .have_lout = 1, |
| 549 | }; |
| 550 | |
Ben Dooks | 5fe10ab | 2005-09-20 17:24:33 +0100 | [diff] [blame] | 551 | static void __init bast_map_io(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 552 | { |
Maurus Cuelenaere | 6cd82ff | 2010-05-04 13:12:32 +0200 | [diff] [blame] | 553 | s3c_hwmon_set_platdata(&bast_hwmon_info); |
Ben Dooks | 3e1b776 | 2008-10-31 16:14:40 +0000 | [diff] [blame] | 554 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 555 | s3c24xx_init_io(bast_iodesc, ARRAY_SIZE(bast_iodesc)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 556 | s3c24xx_init_uarts(bast_uartcfgs, ARRAY_SIZE(bast_uartcfgs)); |
Romain Naour | 7f78b6e | 2013-01-09 18:47:04 -0800 | [diff] [blame] | 557 | samsung_set_timer_source(SAMSUNG_PWM3, SAMSUNG_PWM4); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 558 | } |
| 559 | |
Heiko Stuebner | 07ee5e7 | 2014-05-09 05:49:29 +0900 | [diff] [blame] | 560 | static void __init bast_init_time(void) |
| 561 | { |
| 562 | s3c2410_init_clocks(12000000); |
| 563 | samsung_timer_init(); |
| 564 | } |
| 565 | |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 566 | static void __init bast_init(void) |
| 567 | { |
Rafael J. Wysocki | bb072c3 | 2011-04-22 22:03:21 +0200 | [diff] [blame] | 568 | register_syscore_ops(&bast_pm_syscore_ops); |
Ben Dooks | 6ddc4b0 | 2008-04-16 00:06:14 +0100 | [diff] [blame] | 569 | |
Ben Dooks | a8af6de | 2009-05-15 14:57:09 +0100 | [diff] [blame] | 570 | s3c_i2c0_set_platdata(&bast_i2c_info); |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 571 | s3c_nand_set_platdata(&bast_nand_info); |
Krzysztof Helt | 09fe75f | 2007-10-16 01:28:56 -0700 | [diff] [blame] | 572 | s3c24xx_fb_set_platdata(&bast_fb_info); |
Ben Dooks | 57e5171 | 2007-04-20 11:19:16 +0100 | [diff] [blame] | 573 | platform_add_devices(bast_devices, ARRAY_SIZE(bast_devices)); |
Ben Dooks | 9d529c6 | 2008-07-03 11:24:39 +0100 | [diff] [blame] | 574 | |
Ben Dooks | 042cf0f | 2008-07-03 11:24:41 +0100 | [diff] [blame] | 575 | i2c_register_board_info(0, bast_i2c_devs, |
| 576 | ARRAY_SIZE(bast_i2c_devs)); |
| 577 | |
Ben Dooks | 7a05a2c | 2009-05-18 20:15:01 +0100 | [diff] [blame] | 578 | usb_simtec_init(); |
Ben Dooks | 9d529c6 | 2008-07-03 11:24:39 +0100 | [diff] [blame] | 579 | nor_simtec_init(); |
Ben Dooks | 4d3a346 | 2009-11-13 22:34:20 +0000 | [diff] [blame] | 580 | simtec_audio_add(NULL, true, &bast_audio); |
Ben Dooks | ca0b490 | 2009-07-30 23:23:39 +0100 | [diff] [blame] | 581 | |
Ben Dooks | 408c8b8 | 2010-05-04 12:49:04 +0900 | [diff] [blame] | 582 | WARN_ON(gpio_request(S3C2410_GPA(21), "bast nreset")); |
| 583 | |
Ben Dooks | ca0b490 | 2009-07-30 23:23:39 +0100 | [diff] [blame] | 584 | s3c_cpufreq_setboard(&bast_cpufreq); |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 585 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 586 | |
| 587 | MACHINE_START(BAST, "Simtec-BAST") |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 588 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
Nicolas Pitre | 69d5071 | 2011-07-05 22:38:17 -0400 | [diff] [blame] | 589 | .atag_offset = 0x100, |
Ben Dooks | f705b1a | 2005-06-29 11:09:15 +0100 | [diff] [blame] | 590 | .map_io = bast_map_io, |
Heiko Stuebner | f182aa1 | 2013-03-07 12:38:19 +0900 | [diff] [blame] | 591 | .init_irq = s3c2410_init_irq, |
Ben Dooks | 58c8d57 | 2005-10-28 15:31:46 +0100 | [diff] [blame] | 592 | .init_machine = bast_init, |
Heiko Stuebner | 07ee5e7 | 2014-05-09 05:49:29 +0900 | [diff] [blame] | 593 | .init_time = bast_init_time, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 594 | MACHINE_END |