Ben Dooks | a21765a | 2007-02-11 18:31:01 +0100 | [diff] [blame] | 1 | /* linux/arch/arm/mach-s3c2440/mach-anubis.c |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 2 | * |
Ben Dooks | 50f430e | 2009-11-13 22:54:12 +0000 | [diff] [blame] | 3 | * Copyright 2003-2009 Simtec Electronics |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 4 | * http://armlinux.simtec.co.uk/ |
| 5 | * Ben Dooks <ben@simtec.co.uk> |
| 6 | * |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License version 2 as |
| 9 | * published by the Free Software Foundation. |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 10 | */ |
| 11 | |
| 12 | #include <linux/kernel.h> |
| 13 | #include <linux/types.h> |
| 14 | #include <linux/interrupt.h> |
| 15 | #include <linux/list.h> |
| 16 | #include <linux/timer.h> |
| 17 | #include <linux/init.h> |
Ben Dooks | ec976d6 | 2009-05-13 22:52:24 +0100 | [diff] [blame] | 18 | #include <linux/gpio.h> |
Ben Dooks | b6d1f54 | 2006-12-17 23:22:26 +0100 | [diff] [blame] | 19 | #include <linux/serial_core.h> |
Tushar Behera | 334a1c7 | 2014-02-14 10:32:45 +0900 | [diff] [blame] | 20 | #include <linux/serial_s3c.h> |
Russell King | d052d1b | 2005-10-29 19:07:23 +0100 | [diff] [blame] | 21 | #include <linux/platform_device.h> |
Ben Dooks | b9db83a | 2008-07-03 11:24:38 +0100 | [diff] [blame] | 22 | #include <linux/ata_platform.h> |
Ben Dooks | 7a28db6 | 2008-07-03 11:24:43 +0100 | [diff] [blame] | 23 | #include <linux/i2c.h> |
Russell King | fced80c | 2008-09-06 12:10:45 +0100 | [diff] [blame] | 24 | #include <linux/io.h> |
Ben Dooks | 8a9ccb7 | 2007-07-12 10:47:35 +0100 | [diff] [blame] | 25 | #include <linux/sm501.h> |
| 26 | #include <linux/sm501-regs.h> |
| 27 | |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 28 | #include <asm/mach/arch.h> |
| 29 | #include <asm/mach/map.h> |
| 30 | #include <asm/mach/irq.h> |
| 31 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 32 | #include <mach/hardware.h> |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 33 | #include <asm/irq.h> |
| 34 | #include <asm/mach-types.h> |
| 35 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 36 | #include <mach/regs-gpio.h> |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 37 | #include <mach/regs-lcd.h> |
Linus Walleij | b0161ca | 2014-01-14 14:24:24 +0100 | [diff] [blame] | 38 | #include <mach/gpio-samsung.h> |
Arnd Bergmann | 436d42c | 2012-08-24 15:22:12 +0200 | [diff] [blame] | 39 | #include <linux/platform_data/mtd-nand-s3c2410.h> |
| 40 | #include <linux/platform_data/i2c-s3c2410.h> |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 41 | |
| 42 | #include <linux/mtd/mtd.h> |
| 43 | #include <linux/mtd/nand.h> |
| 44 | #include <linux/mtd/nand_ecc.h> |
| 45 | #include <linux/mtd/partitions.h> |
| 46 | |
Ben Dooks | eac1d8d | 2007-07-11 10:14:53 +0100 | [diff] [blame] | 47 | #include <net/ax88796.h> |
| 48 | |
Ben Dooks | d5120ae | 2008-10-07 23:09:51 +0100 | [diff] [blame] | 49 | #include <plat/clock.h> |
Ben Dooks | a2b7ba9 | 2008-10-07 22:26:09 +0100 | [diff] [blame] | 50 | #include <plat/devs.h> |
| 51 | #include <plat/cpu.h> |
Arnd Bergmann | 436d42c | 2012-08-24 15:22:12 +0200 | [diff] [blame] | 52 | #include <linux/platform_data/asoc-s3c24xx_simtec.h> |
Romain Naour | 7f78b6e | 2013-01-09 18:47:04 -0800 | [diff] [blame] | 53 | #include <plat/samsung-time.h> |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 54 | |
Kukjin Kim | fc35124 | 2013-01-01 19:40:53 -0800 | [diff] [blame] | 55 | #include "anubis.h" |
Kukjin Kim | b27b072 | 2012-01-03 14:02:03 +0100 | [diff] [blame] | 56 | #include "common.h" |
Kukjin Kim | fc35124 | 2013-01-01 19:40:53 -0800 | [diff] [blame] | 57 | #include "simtec.h" |
Kukjin Kim | b27b072 | 2012-01-03 14:02:03 +0100 | [diff] [blame] | 58 | |
Ben Dooks | 50f430e | 2009-11-13 22:54:12 +0000 | [diff] [blame] | 59 | #define COPYRIGHT ", Copyright 2005-2009 Simtec Electronics" |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 60 | |
| 61 | static struct map_desc anubis_iodesc[] __initdata = { |
| 62 | /* ISA IO areas */ |
| 63 | |
Ben Dooks | 8dd5231 | 2005-11-09 14:05:30 +0000 | [diff] [blame] | 64 | { |
| 65 | .virtual = (u32)S3C24XX_VA_ISA_BYTE, |
| 66 | .pfn = __phys_to_pfn(0x0), |
| 67 | .length = SZ_4M, |
Ben Dooks | 705630d | 2006-07-26 20:16:39 +0100 | [diff] [blame] | 68 | .type = MT_DEVICE, |
Ben Dooks | 8dd5231 | 2005-11-09 14:05:30 +0000 | [diff] [blame] | 69 | }, { |
| 70 | .virtual = (u32)S3C24XX_VA_ISA_WORD, |
| 71 | .pfn = __phys_to_pfn(0x0), |
Ben Dooks | 705630d | 2006-07-26 20:16:39 +0100 | [diff] [blame] | 72 | .length = SZ_4M, |
| 73 | .type = MT_DEVICE, |
Ben Dooks | 8dd5231 | 2005-11-09 14:05:30 +0000 | [diff] [blame] | 74 | }, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 75 | |
| 76 | /* we could possibly compress the next set down into a set of smaller tables |
| 77 | * pagetables, but that would mean using an L2 section, and it still means |
| 78 | * we cannot actually feed the same register to an LDR due to 16K spacing |
| 79 | */ |
| 80 | |
| 81 | /* CPLD control registers */ |
| 82 | |
Ben Dooks | 8dd5231 | 2005-11-09 14:05:30 +0000 | [diff] [blame] | 83 | { |
| 84 | .virtual = (u32)ANUBIS_VA_CTRL1, |
| 85 | .pfn = __phys_to_pfn(ANUBIS_PA_CTRL1), |
| 86 | .length = SZ_4K, |
Ben Dooks | 705630d | 2006-07-26 20:16:39 +0100 | [diff] [blame] | 87 | .type = MT_DEVICE, |
Ben Dooks | 8dd5231 | 2005-11-09 14:05:30 +0000 | [diff] [blame] | 88 | }, { |
Ben Dooks | 6c1640d | 2007-06-06 10:01:04 +0100 | [diff] [blame] | 89 | .virtual = (u32)ANUBIS_VA_IDREG, |
| 90 | .pfn = __phys_to_pfn(ANUBIS_PA_IDREG), |
Ben Dooks | 8dd5231 | 2005-11-09 14:05:30 +0000 | [diff] [blame] | 91 | .length = SZ_4K, |
Ben Dooks | 705630d | 2006-07-26 20:16:39 +0100 | [diff] [blame] | 92 | .type = MT_DEVICE, |
Ben Dooks | 8dd5231 | 2005-11-09 14:05:30 +0000 | [diff] [blame] | 93 | }, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 94 | }; |
| 95 | |
| 96 | #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK |
| 97 | #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB |
| 98 | #define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE |
| 99 | |
Ben Dooks | 66a9b49 | 2006-06-18 23:04:05 +0100 | [diff] [blame] | 100 | static struct s3c2410_uartcfg anubis_uartcfgs[] __initdata = { |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 101 | [0] = { |
| 102 | .hwport = 0, |
| 103 | .flags = 0, |
| 104 | .ucon = UCON, |
| 105 | .ulcon = ULCON, |
| 106 | .ufcon = UFCON, |
Thomas Abraham | afba7f9 | 2011-10-24 11:47:51 +0200 | [diff] [blame] | 107 | .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 108 | }, |
| 109 | [1] = { |
| 110 | .hwport = 2, |
| 111 | .flags = 0, |
| 112 | .ucon = UCON, |
| 113 | .ulcon = ULCON, |
| 114 | .ufcon = UFCON, |
Thomas Abraham | afba7f9 | 2011-10-24 11:47:51 +0200 | [diff] [blame] | 115 | .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 116 | }, |
| 117 | }; |
| 118 | |
| 119 | /* NAND Flash on Anubis board */ |
| 120 | |
| 121 | static int external_map[] = { 2 }; |
| 122 | static int chip0_map[] = { 0 }; |
| 123 | static int chip1_map[] = { 1 }; |
| 124 | |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 125 | static struct mtd_partition __initdata anubis_default_nand_part[] = { |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 126 | [0] = { |
| 127 | .name = "Boot Agent", |
| 128 | .size = SZ_16K, |
Ben Dooks | 705630d | 2006-07-26 20:16:39 +0100 | [diff] [blame] | 129 | .offset = 0, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 130 | }, |
| 131 | [1] = { |
| 132 | .name = "/boot", |
| 133 | .size = SZ_4M - SZ_16K, |
| 134 | .offset = SZ_16K, |
| 135 | }, |
| 136 | [2] = { |
| 137 | .name = "user1", |
| 138 | .offset = SZ_4M, |
| 139 | .size = SZ_32M - SZ_4M, |
| 140 | }, |
| 141 | [3] = { |
| 142 | .name = "user2", |
| 143 | .offset = SZ_32M, |
| 144 | .size = MTDPART_SIZ_FULL, |
| 145 | } |
| 146 | }; |
| 147 | |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 148 | static struct mtd_partition __initdata anubis_default_nand_part_large[] = { |
Ben Dooks | ad3613f | 2007-07-11 11:10:42 +0100 | [diff] [blame] | 149 | [0] = { |
| 150 | .name = "Boot Agent", |
| 151 | .size = SZ_128K, |
| 152 | .offset = 0, |
| 153 | }, |
| 154 | [1] = { |
| 155 | .name = "/boot", |
| 156 | .size = SZ_4M - SZ_128K, |
| 157 | .offset = SZ_128K, |
| 158 | }, |
| 159 | [2] = { |
| 160 | .name = "user1", |
| 161 | .offset = SZ_4M, |
| 162 | .size = SZ_32M - SZ_4M, |
| 163 | }, |
| 164 | [3] = { |
| 165 | .name = "user2", |
| 166 | .offset = SZ_32M, |
| 167 | .size = MTDPART_SIZ_FULL, |
| 168 | } |
| 169 | }; |
| 170 | |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 171 | /* the Anubis has 3 selectable slots for nand-flash, the two |
| 172 | * on-board chip areas, as well as the external slot. |
| 173 | * |
| 174 | * Note, there is no current hot-plug support for the External |
| 175 | * socket. |
| 176 | */ |
| 177 | |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 178 | static struct s3c2410_nand_set __initdata anubis_nand_sets[] = { |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 179 | [1] = { |
| 180 | .name = "External", |
| 181 | .nr_chips = 1, |
| 182 | .nr_map = external_map, |
| 183 | .nr_partitions = ARRAY_SIZE(anubis_default_nand_part), |
Ben Dooks | 705630d | 2006-07-26 20:16:39 +0100 | [diff] [blame] | 184 | .partitions = anubis_default_nand_part, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 185 | }, |
| 186 | [0] = { |
| 187 | .name = "chip0", |
| 188 | .nr_chips = 1, |
| 189 | .nr_map = chip0_map, |
| 190 | .nr_partitions = ARRAY_SIZE(anubis_default_nand_part), |
Ben Dooks | 705630d | 2006-07-26 20:16:39 +0100 | [diff] [blame] | 191 | .partitions = anubis_default_nand_part, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 192 | }, |
| 193 | [2] = { |
| 194 | .name = "chip1", |
| 195 | .nr_chips = 1, |
| 196 | .nr_map = chip1_map, |
| 197 | .nr_partitions = ARRAY_SIZE(anubis_default_nand_part), |
Ben Dooks | 705630d | 2006-07-26 20:16:39 +0100 | [diff] [blame] | 198 | .partitions = anubis_default_nand_part, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 199 | }, |
| 200 | }; |
| 201 | |
| 202 | static void anubis_nand_select(struct s3c2410_nand_set *set, int slot) |
| 203 | { |
| 204 | unsigned int tmp; |
| 205 | |
| 206 | slot = set->nr_map[slot] & 3; |
| 207 | |
| 208 | pr_debug("anubis_nand: selecting slot %d (set %p,%p)\n", |
| 209 | slot, set, set->nr_map); |
| 210 | |
| 211 | tmp = __raw_readb(ANUBIS_VA_CTRL1); |
| 212 | tmp &= ~ANUBIS_CTRL1_NANDSEL; |
| 213 | tmp |= slot; |
| 214 | |
| 215 | pr_debug("anubis_nand: ctrl1 now %02x\n", tmp); |
| 216 | |
| 217 | __raw_writeb(tmp, ANUBIS_VA_CTRL1); |
| 218 | } |
| 219 | |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 220 | static struct s3c2410_platform_nand __initdata anubis_nand_info = { |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 221 | .tacls = 25, |
Ben Dooks | 661e6ac | 2006-04-02 10:32:46 +0100 | [diff] [blame] | 222 | .twrph0 = 55, |
| 223 | .twrph1 = 40, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 224 | .nr_sets = ARRAY_SIZE(anubis_nand_sets), |
| 225 | .sets = anubis_nand_sets, |
| 226 | .select_chip = anubis_nand_select, |
| 227 | }; |
| 228 | |
Ben Dooks | bf1c56a | 2006-06-19 18:30:04 +0100 | [diff] [blame] | 229 | /* IDE channels */ |
| 230 | |
Ben Dooks | 019dbaa | 2009-04-17 12:36:46 +0100 | [diff] [blame] | 231 | static struct pata_platform_info anubis_ide_platdata = { |
Ben Dooks | b9db83a | 2008-07-03 11:24:38 +0100 | [diff] [blame] | 232 | .ioport_shift = 5, |
| 233 | }; |
| 234 | |
Ben Dooks | bf1c56a | 2006-06-19 18:30:04 +0100 | [diff] [blame] | 235 | static struct resource anubis_ide0_resource[] = { |
Tushar Behera | d1c1493 | 2012-05-12 16:12:21 +0900 | [diff] [blame] | 236 | [0] = DEFINE_RES_MEM(S3C2410_CS3, 8 * 32), |
| 237 | [2] = DEFINE_RES_MEM(S3C2410_CS3 + (1 << 26) + (6 * 32), 32), |
Kukjin Kim | fc35124 | 2013-01-01 19:40:53 -0800 | [diff] [blame] | 238 | [3] = DEFINE_RES_IRQ(ANUBIS_IRQ_IDE0), |
Ben Dooks | bf1c56a | 2006-06-19 18:30:04 +0100 | [diff] [blame] | 239 | }; |
| 240 | |
| 241 | static struct platform_device anubis_device_ide0 = { |
Ben Dooks | b9db83a | 2008-07-03 11:24:38 +0100 | [diff] [blame] | 242 | .name = "pata_platform", |
Ben Dooks | bf1c56a | 2006-06-19 18:30:04 +0100 | [diff] [blame] | 243 | .id = 0, |
| 244 | .num_resources = ARRAY_SIZE(anubis_ide0_resource), |
| 245 | .resource = anubis_ide0_resource, |
Ben Dooks | b9db83a | 2008-07-03 11:24:38 +0100 | [diff] [blame] | 246 | .dev = { |
| 247 | .platform_data = &anubis_ide_platdata, |
| 248 | .coherent_dma_mask = ~0, |
| 249 | }, |
Ben Dooks | bf1c56a | 2006-06-19 18:30:04 +0100 | [diff] [blame] | 250 | }; |
| 251 | |
| 252 | static struct resource anubis_ide1_resource[] = { |
Tushar Behera | d1c1493 | 2012-05-12 16:12:21 +0900 | [diff] [blame] | 253 | [0] = DEFINE_RES_MEM(S3C2410_CS4, 8 * 32), |
| 254 | [1] = DEFINE_RES_MEM(S3C2410_CS4 + (1 << 26) + (6 * 32), 32), |
Kukjin Kim | fc35124 | 2013-01-01 19:40:53 -0800 | [diff] [blame] | 255 | [2] = DEFINE_RES_IRQ(ANUBIS_IRQ_IDE0), |
Ben Dooks | bf1c56a | 2006-06-19 18:30:04 +0100 | [diff] [blame] | 256 | }; |
| 257 | |
Ben Dooks | bf1c56a | 2006-06-19 18:30:04 +0100 | [diff] [blame] | 258 | static struct platform_device anubis_device_ide1 = { |
Ben Dooks | b9db83a | 2008-07-03 11:24:38 +0100 | [diff] [blame] | 259 | .name = "pata_platform", |
Ben Dooks | bf1c56a | 2006-06-19 18:30:04 +0100 | [diff] [blame] | 260 | .id = 1, |
| 261 | .num_resources = ARRAY_SIZE(anubis_ide1_resource), |
| 262 | .resource = anubis_ide1_resource, |
Ben Dooks | b9db83a | 2008-07-03 11:24:38 +0100 | [diff] [blame] | 263 | .dev = { |
| 264 | .platform_data = &anubis_ide_platdata, |
| 265 | .coherent_dma_mask = ~0, |
| 266 | }, |
Ben Dooks | bf1c56a | 2006-06-19 18:30:04 +0100 | [diff] [blame] | 267 | }; |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 268 | |
Ben Dooks | eac1d8d | 2007-07-11 10:14:53 +0100 | [diff] [blame] | 269 | /* Asix AX88796 10/100 ethernet controller */ |
| 270 | |
| 271 | static struct ax_plat_data anubis_asix_platdata = { |
| 272 | .flags = AXFLG_MAC_FROMDEV, |
| 273 | .wordlength = 2, |
| 274 | .dcr_val = 0x48, |
| 275 | .rcr_val = 0x40, |
| 276 | }; |
| 277 | |
| 278 | static struct resource anubis_asix_resource[] = { |
Tushar Behera | d1c1493 | 2012-05-12 16:12:21 +0900 | [diff] [blame] | 279 | [0] = DEFINE_RES_MEM(S3C2410_CS5, 0x20 * 0x20), |
Kukjin Kim | fc35124 | 2013-01-01 19:40:53 -0800 | [diff] [blame] | 280 | [1] = DEFINE_RES_IRQ(ANUBIS_IRQ_ASIX), |
Ben Dooks | eac1d8d | 2007-07-11 10:14:53 +0100 | [diff] [blame] | 281 | }; |
| 282 | |
| 283 | static struct platform_device anubis_device_asix = { |
| 284 | .name = "ax88796", |
| 285 | .id = 0, |
| 286 | .num_resources = ARRAY_SIZE(anubis_asix_resource), |
| 287 | .resource = anubis_asix_resource, |
| 288 | .dev = { |
| 289 | .platform_data = &anubis_asix_platdata, |
| 290 | } |
| 291 | }; |
| 292 | |
Ben Dooks | 8a9ccb7 | 2007-07-12 10:47:35 +0100 | [diff] [blame] | 293 | /* SM501 */ |
| 294 | |
| 295 | static struct resource anubis_sm501_resource[] = { |
Tushar Behera | d1c1493 | 2012-05-12 16:12:21 +0900 | [diff] [blame] | 296 | [0] = DEFINE_RES_MEM(S3C2410_CS2, SZ_8M), |
| 297 | [1] = DEFINE_RES_MEM(S3C2410_CS2 + SZ_64M - SZ_2M, SZ_2M), |
| 298 | [2] = DEFINE_RES_IRQ(IRQ_EINT0), |
Ben Dooks | 8a9ccb7 | 2007-07-12 10:47:35 +0100 | [diff] [blame] | 299 | }; |
| 300 | |
| 301 | static struct sm501_initdata anubis_sm501_initdata = { |
| 302 | .gpio_high = { |
| 303 | .set = 0x3F000000, /* 24bit panel */ |
| 304 | .mask = 0x0, |
| 305 | }, |
| 306 | .misc_timing = { |
| 307 | .set = 0x010100, /* SDRAM timing */ |
| 308 | .mask = 0x1F1F00, |
| 309 | }, |
| 310 | .misc_control = { |
| 311 | .set = SM501_MISC_PNL_24BIT, |
| 312 | .mask = 0, |
| 313 | }, |
| 314 | |
Ben Dooks | 6290ce3 | 2008-11-10 10:59:31 +0000 | [diff] [blame] | 315 | .devices = SM501_USE_GPIO, |
| 316 | |
Ben Dooks | 8a9ccb7 | 2007-07-12 10:47:35 +0100 | [diff] [blame] | 317 | /* set the SDRAM and bus clocks */ |
| 318 | .mclk = 72 * MHZ, |
| 319 | .m1xclk = 144 * MHZ, |
| 320 | }; |
| 321 | |
| 322 | static struct sm501_platdata_gpio_i2c anubis_sm501_gpio_i2c[] = { |
| 323 | [0] = { |
Ben Dooks | 6290ce3 | 2008-11-10 10:59:31 +0000 | [diff] [blame] | 324 | .bus_num = 1, |
Ben Dooks | 8a9ccb7 | 2007-07-12 10:47:35 +0100 | [diff] [blame] | 325 | .pin_scl = 44, |
| 326 | .pin_sda = 45, |
| 327 | }, |
| 328 | [1] = { |
Ben Dooks | 6290ce3 | 2008-11-10 10:59:31 +0000 | [diff] [blame] | 329 | .bus_num = 2, |
Ben Dooks | 8a9ccb7 | 2007-07-12 10:47:35 +0100 | [diff] [blame] | 330 | .pin_scl = 40, |
| 331 | .pin_sda = 41, |
| 332 | }, |
| 333 | }; |
| 334 | |
| 335 | static struct sm501_platdata anubis_sm501_platdata = { |
| 336 | .init = &anubis_sm501_initdata, |
Ben Dooks | 6290ce3 | 2008-11-10 10:59:31 +0000 | [diff] [blame] | 337 | .gpio_base = -1, |
Ben Dooks | 8a9ccb7 | 2007-07-12 10:47:35 +0100 | [diff] [blame] | 338 | .gpio_i2c = anubis_sm501_gpio_i2c, |
| 339 | .gpio_i2c_nr = ARRAY_SIZE(anubis_sm501_gpio_i2c), |
| 340 | }; |
| 341 | |
| 342 | static struct platform_device anubis_device_sm501 = { |
| 343 | .name = "sm501", |
| 344 | .id = 0, |
| 345 | .num_resources = ARRAY_SIZE(anubis_sm501_resource), |
| 346 | .resource = anubis_sm501_resource, |
| 347 | .dev = { |
| 348 | .platform_data = &anubis_sm501_platdata, |
| 349 | }, |
| 350 | }; |
| 351 | |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 352 | /* Standard Anubis devices */ |
| 353 | |
| 354 | static struct platform_device *anubis_devices[] __initdata = { |
Heiko Stuebner | 51cb128 | 2014-05-09 05:48:57 +0900 | [diff] [blame^] | 355 | &s3c2410_device_dclk, |
Ben Dooks | b813248 | 2009-11-23 00:13:39 +0000 | [diff] [blame] | 356 | &s3c_device_ohci, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 357 | &s3c_device_wdt, |
| 358 | &s3c_device_adc, |
Ben Dooks | 3e1b776 | 2008-10-31 16:14:40 +0000 | [diff] [blame] | 359 | &s3c_device_i2c0, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 360 | &s3c_device_rtc, |
| 361 | &s3c_device_nand, |
Ben Dooks | bf1c56a | 2006-06-19 18:30:04 +0100 | [diff] [blame] | 362 | &anubis_device_ide0, |
| 363 | &anubis_device_ide1, |
Ben Dooks | eac1d8d | 2007-07-11 10:14:53 +0100 | [diff] [blame] | 364 | &anubis_device_asix, |
Ben Dooks | 8a9ccb7 | 2007-07-12 10:47:35 +0100 | [diff] [blame] | 365 | &anubis_device_sm501, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 366 | }; |
| 367 | |
Heiko Stuebner | 51cb128 | 2014-05-09 05:48:57 +0900 | [diff] [blame^] | 368 | #ifdef CONFIG_SAMSUNG_CLOCK |
Ben Dooks | 2bc7509 | 2008-07-15 17:17:48 +0100 | [diff] [blame] | 369 | static struct clk *anubis_clocks[] __initdata = { |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 370 | &s3c24xx_dclk0, |
| 371 | &s3c24xx_dclk1, |
| 372 | &s3c24xx_clkout0, |
| 373 | &s3c24xx_clkout1, |
| 374 | &s3c24xx_uclk, |
| 375 | }; |
Heiko Stuebner | 51cb128 | 2014-05-09 05:48:57 +0900 | [diff] [blame^] | 376 | #endif |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 377 | |
Ben Dooks | 7a28db6 | 2008-07-03 11:24:43 +0100 | [diff] [blame] | 378 | /* I2C devices. */ |
| 379 | |
| 380 | static struct i2c_board_info anubis_i2c_devs[] __initdata = { |
| 381 | { |
| 382 | I2C_BOARD_INFO("tps65011", 0x48), |
| 383 | .irq = IRQ_EINT20, |
| 384 | } |
| 385 | }; |
| 386 | |
Ben Dooks | 4d3a346 | 2009-11-13 22:34:20 +0000 | [diff] [blame] | 387 | /* Audio setup */ |
| 388 | static struct s3c24xx_audio_simtec_pdata __initdata anubis_audio = { |
| 389 | .have_mic = 1, |
| 390 | .have_lout = 1, |
| 391 | .output_cdclk = 1, |
| 392 | .use_mpllin = 1, |
| 393 | .amp_gpio = S3C2410_GPB(2), |
| 394 | .amp_gain[0] = S3C2410_GPD(10), |
| 395 | .amp_gain[1] = S3C2410_GPD(11), |
| 396 | }; |
| 397 | |
Ben Dooks | 5fe10ab | 2005-09-20 17:24:33 +0100 | [diff] [blame] | 398 | static void __init anubis_map_io(void) |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 399 | { |
Heiko Stuebner | 51cb128 | 2014-05-09 05:48:57 +0900 | [diff] [blame^] | 400 | #ifdef CONFIG_SAMSUNG_CLOCK |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 401 | /* initialise the clocks */ |
| 402 | |
Ben Dooks | d96a980 | 2008-04-16 00:12:39 +0100 | [diff] [blame] | 403 | s3c24xx_dclk0.parent = &clk_upll; |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 404 | s3c24xx_dclk0.rate = 12*1000*1000; |
| 405 | |
Ben Dooks | d96a980 | 2008-04-16 00:12:39 +0100 | [diff] [blame] | 406 | s3c24xx_dclk1.parent = &clk_upll; |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 407 | s3c24xx_dclk1.rate = 24*1000*1000; |
| 408 | |
| 409 | s3c24xx_clkout0.parent = &s3c24xx_dclk0; |
| 410 | s3c24xx_clkout1.parent = &s3c24xx_dclk1; |
| 411 | |
| 412 | s3c24xx_uclk.parent = &s3c24xx_clkout1; |
| 413 | |
Ben Dooks | ce89c20 | 2007-04-20 11:15:27 +0100 | [diff] [blame] | 414 | s3c24xx_register_clocks(anubis_clocks, ARRAY_SIZE(anubis_clocks)); |
Heiko Stuebner | 51cb128 | 2014-05-09 05:48:57 +0900 | [diff] [blame^] | 415 | #endif |
Ben Dooks | ce89c20 | 2007-04-20 11:15:27 +0100 | [diff] [blame] | 416 | |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 417 | s3c24xx_init_io(anubis_iodesc, ARRAY_SIZE(anubis_iodesc)); |
| 418 | s3c24xx_init_clocks(0); |
| 419 | s3c24xx_init_uarts(anubis_uartcfgs, ARRAY_SIZE(anubis_uartcfgs)); |
Romain Naour | 7f78b6e | 2013-01-09 18:47:04 -0800 | [diff] [blame] | 420 | samsung_set_timer_source(SAMSUNG_PWM3, SAMSUNG_PWM4); |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 421 | |
Ben Dooks | ad3613f | 2007-07-11 11:10:42 +0100 | [diff] [blame] | 422 | /* check for the newer revision boards with large page nand */ |
| 423 | |
| 424 | if ((__raw_readb(ANUBIS_VA_IDREG) & ANUBIS_IDREG_REVMASK) >= 4) { |
| 425 | printk(KERN_INFO "ANUBIS-B detected (revision %d)\n", |
| 426 | __raw_readb(ANUBIS_VA_IDREG) & ANUBIS_IDREG_REVMASK); |
| 427 | anubis_nand_sets[0].partitions = anubis_default_nand_part_large; |
| 428 | anubis_nand_sets[0].nr_partitions = ARRAY_SIZE(anubis_default_nand_part_large); |
| 429 | } else { |
| 430 | /* ensure that the GPIO is setup */ |
Sylwester Nawrocki | 42aa322 | 2012-08-28 09:06:49 -0700 | [diff] [blame] | 431 | gpio_request_one(S3C2410_GPA(0), GPIOF_OUT_INIT_HIGH, NULL); |
| 432 | gpio_free(S3C2410_GPA(0)); |
Ben Dooks | ad3613f | 2007-07-11 11:10:42 +0100 | [diff] [blame] | 433 | } |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 434 | } |
| 435 | |
Ben Dooks | 57e5171 | 2007-04-20 11:19:16 +0100 | [diff] [blame] | 436 | static void __init anubis_init(void) |
| 437 | { |
Ben Dooks | 3e1b776 | 2008-10-31 16:14:40 +0000 | [diff] [blame] | 438 | s3c_i2c0_set_platdata(NULL); |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 439 | s3c_nand_set_platdata(&anubis_nand_info); |
Ben Dooks | 4d3a346 | 2009-11-13 22:34:20 +0000 | [diff] [blame] | 440 | simtec_audio_add(NULL, false, &anubis_audio); |
Ben Dooks | 2a3a180 | 2009-09-28 13:59:49 +0300 | [diff] [blame] | 441 | |
Ben Dooks | 57e5171 | 2007-04-20 11:19:16 +0100 | [diff] [blame] | 442 | platform_add_devices(anubis_devices, ARRAY_SIZE(anubis_devices)); |
Ben Dooks | 7a28db6 | 2008-07-03 11:24:43 +0100 | [diff] [blame] | 443 | |
| 444 | i2c_register_board_info(0, anubis_i2c_devs, |
| 445 | ARRAY_SIZE(anubis_i2c_devs)); |
Ben Dooks | 57e5171 | 2007-04-20 11:19:16 +0100 | [diff] [blame] | 446 | } |
| 447 | |
| 448 | |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 449 | MACHINE_START(ANUBIS, "Simtec-Anubis") |
| 450 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
Nicolas Pitre | 69d5071 | 2011-07-05 22:38:17 -0400 | [diff] [blame] | 451 | .atag_offset = 0x100, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 452 | .map_io = anubis_map_io, |
Ben Dooks | 57e5171 | 2007-04-20 11:19:16 +0100 | [diff] [blame] | 453 | .init_machine = anubis_init, |
Heiko Stuebner | ce6c164 | 2013-02-12 09:59:20 -0800 | [diff] [blame] | 454 | .init_irq = s3c2440_init_irq, |
Romain Naour | 7f78b6e | 2013-01-09 18:47:04 -0800 | [diff] [blame] | 455 | .init_time = samsung_timer_init, |
Heiko Stuebner | c1ba544 | 2012-03-01 13:23:32 +0900 | [diff] [blame] | 456 | .restart = s3c244x_restart, |
Ben Dooks | 7efb833 | 2005-09-07 11:49:23 +0100 | [diff] [blame] | 457 | MACHINE_END |