blob: d8f36c0a16ad9ebf935223f3bd6f43e4f93fe3c3 [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001/* linux/arch/arm/mach-s3c2440/mach-anubis.c
Ben Dooks7efb8332005-09-07 11:49:23 +01002 *
Ben Dooks50f430e2009-11-13 22:54:12 +00003 * Copyright 2003-2009 Simtec Electronics
Ben Dooks7efb8332005-09-07 11:49:23 +01004 * http://armlinux.simtec.co.uk/
5 * Ben Dooks <ben@simtec.co.uk>
6 *
Ben Dooks7efb8332005-09-07 11:49:23 +01007 * 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 Dooks7efb8332005-09-07 11:49:23 +010010*/
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 Dooksec976d62009-05-13 22:52:24 +010018#include <linux/gpio.h>
Ben Dooksb6d1f542006-12-17 23:22:26 +010019#include <linux/serial_core.h>
Russell Kingd052d1b2005-10-29 19:07:23 +010020#include <linux/platform_device.h>
Ben Dooksb9db83a2008-07-03 11:24:38 +010021#include <linux/ata_platform.h>
Ben Dooks7a28db62008-07-03 11:24:43 +010022#include <linux/i2c.h>
Russell Kingfced80c2008-09-06 12:10:45 +010023#include <linux/io.h>
Ben Dooks8a9ccb72007-07-12 10:47:35 +010024#include <linux/sm501.h>
25#include <linux/sm501-regs.h>
26
Ben Dooks7efb8332005-09-07 11:49:23 +010027#include <asm/mach/arch.h>
28#include <asm/mach/map.h>
29#include <asm/mach/irq.h>
30
Russell Kinga09e64f2008-08-05 16:14:15 +010031#include <mach/anubis-map.h>
32#include <mach/anubis-irq.h>
33#include <mach/anubis-cpld.h>
Ben Dooks7efb8332005-09-07 11:49:23 +010034
Russell Kinga09e64f2008-08-05 16:14:15 +010035#include <mach/hardware.h>
Ben Dooks7efb8332005-09-07 11:49:23 +010036#include <asm/irq.h>
37#include <asm/mach-types.h>
38
Ben Dooksa2b7ba92008-10-07 22:26:09 +010039#include <plat/regs-serial.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010040#include <mach/regs-gpio.h>
41#include <mach/regs-mem.h>
42#include <mach/regs-lcd.h>
Ben Dooks7926b5a2008-10-30 10:14:35 +000043#include <plat/nand.h>
Ben Dooks3e1b7762008-10-31 16:14:40 +000044#include <plat/iic.h>
Ben Dooks7efb8332005-09-07 11:49:23 +010045
46#include <linux/mtd/mtd.h>
47#include <linux/mtd/nand.h>
48#include <linux/mtd/nand_ecc.h>
49#include <linux/mtd/partitions.h>
50
Ben Dookseac1d8d2007-07-11 10:14:53 +010051#include <net/ax88796.h>
52
Ben Dooksd5120ae2008-10-07 23:09:51 +010053#include <plat/clock.h>
Ben Dooksa2b7ba92008-10-07 22:26:09 +010054#include <plat/devs.h>
55#include <plat/cpu.h>
Ben Dooks4d3a3462009-11-13 22:34:20 +000056#include <plat/audio-simtec.h>
Ben Dooks7efb8332005-09-07 11:49:23 +010057
Ben Dooks50f430e2009-11-13 22:54:12 +000058#define COPYRIGHT ", Copyright 2005-2009 Simtec Electronics"
Ben Dooks7efb8332005-09-07 11:49:23 +010059
60static struct map_desc anubis_iodesc[] __initdata = {
61 /* ISA IO areas */
62
Ben Dooks8dd52312005-11-09 14:05:30 +000063 {
64 .virtual = (u32)S3C24XX_VA_ISA_BYTE,
65 .pfn = __phys_to_pfn(0x0),
66 .length = SZ_4M,
Ben Dooks705630d2006-07-26 20:16:39 +010067 .type = MT_DEVICE,
Ben Dooks8dd52312005-11-09 14:05:30 +000068 }, {
69 .virtual = (u32)S3C24XX_VA_ISA_WORD,
70 .pfn = __phys_to_pfn(0x0),
Ben Dooks705630d2006-07-26 20:16:39 +010071 .length = SZ_4M,
72 .type = MT_DEVICE,
Ben Dooks8dd52312005-11-09 14:05:30 +000073 },
Ben Dooks7efb8332005-09-07 11:49:23 +010074
75 /* we could possibly compress the next set down into a set of smaller tables
76 * pagetables, but that would mean using an L2 section, and it still means
77 * we cannot actually feed the same register to an LDR due to 16K spacing
78 */
79
80 /* CPLD control registers */
81
Ben Dooks8dd52312005-11-09 14:05:30 +000082 {
83 .virtual = (u32)ANUBIS_VA_CTRL1,
84 .pfn = __phys_to_pfn(ANUBIS_PA_CTRL1),
85 .length = SZ_4K,
Ben Dooks705630d2006-07-26 20:16:39 +010086 .type = MT_DEVICE,
Ben Dooks8dd52312005-11-09 14:05:30 +000087 }, {
Ben Dooks6c1640d2007-06-06 10:01:04 +010088 .virtual = (u32)ANUBIS_VA_IDREG,
89 .pfn = __phys_to_pfn(ANUBIS_PA_IDREG),
Ben Dooks8dd52312005-11-09 14:05:30 +000090 .length = SZ_4K,
Ben Dooks705630d2006-07-26 20:16:39 +010091 .type = MT_DEVICE,
Ben Dooks8dd52312005-11-09 14:05:30 +000092 },
Ben Dooks7efb8332005-09-07 11:49:23 +010093};
94
95#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
96#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
97#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
98
Ben Dooks66a9b492006-06-18 23:04:05 +010099static struct s3c2410_uartcfg anubis_uartcfgs[] __initdata = {
Ben Dooks7efb8332005-09-07 11:49:23 +0100100 [0] = {
101 .hwport = 0,
102 .flags = 0,
103 .ucon = UCON,
104 .ulcon = ULCON,
105 .ufcon = UFCON,
Thomas Abrahamafba7f92011-10-24 11:47:51 +0200106 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2,
Ben Dooks7efb8332005-09-07 11:49:23 +0100107 },
108 [1] = {
109 .hwport = 2,
110 .flags = 0,
111 .ucon = UCON,
112 .ulcon = ULCON,
113 .ufcon = UFCON,
Thomas Abrahamafba7f92011-10-24 11:47:51 +0200114 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2,
Ben Dooks7efb8332005-09-07 11:49:23 +0100115 },
116};
117
118/* NAND Flash on Anubis board */
119
120static int external_map[] = { 2 };
121static int chip0_map[] = { 0 };
122static int chip1_map[] = { 1 };
123
Ben Dooks2a3a1802009-09-28 13:59:49 +0300124static struct mtd_partition __initdata anubis_default_nand_part[] = {
Ben Dooks7efb8332005-09-07 11:49:23 +0100125 [0] = {
126 .name = "Boot Agent",
127 .size = SZ_16K,
Ben Dooks705630d2006-07-26 20:16:39 +0100128 .offset = 0,
Ben Dooks7efb8332005-09-07 11:49:23 +0100129 },
130 [1] = {
131 .name = "/boot",
132 .size = SZ_4M - SZ_16K,
133 .offset = SZ_16K,
134 },
135 [2] = {
136 .name = "user1",
137 .offset = SZ_4M,
138 .size = SZ_32M - SZ_4M,
139 },
140 [3] = {
141 .name = "user2",
142 .offset = SZ_32M,
143 .size = MTDPART_SIZ_FULL,
144 }
145};
146
Ben Dooks2a3a1802009-09-28 13:59:49 +0300147static struct mtd_partition __initdata anubis_default_nand_part_large[] = {
Ben Dooksad3613f2007-07-11 11:10:42 +0100148 [0] = {
149 .name = "Boot Agent",
150 .size = SZ_128K,
151 .offset = 0,
152 },
153 [1] = {
154 .name = "/boot",
155 .size = SZ_4M - SZ_128K,
156 .offset = SZ_128K,
157 },
158 [2] = {
159 .name = "user1",
160 .offset = SZ_4M,
161 .size = SZ_32M - SZ_4M,
162 },
163 [3] = {
164 .name = "user2",
165 .offset = SZ_32M,
166 .size = MTDPART_SIZ_FULL,
167 }
168};
169
Ben Dooks7efb8332005-09-07 11:49:23 +0100170/* the Anubis has 3 selectable slots for nand-flash, the two
171 * on-board chip areas, as well as the external slot.
172 *
173 * Note, there is no current hot-plug support for the External
174 * socket.
175*/
176
Ben Dooks2a3a1802009-09-28 13:59:49 +0300177static struct s3c2410_nand_set __initdata anubis_nand_sets[] = {
Ben Dooks7efb8332005-09-07 11:49:23 +0100178 [1] = {
179 .name = "External",
180 .nr_chips = 1,
181 .nr_map = external_map,
182 .nr_partitions = ARRAY_SIZE(anubis_default_nand_part),
Ben Dooks705630d2006-07-26 20:16:39 +0100183 .partitions = anubis_default_nand_part,
Ben Dooks7efb8332005-09-07 11:49:23 +0100184 },
185 [0] = {
186 .name = "chip0",
187 .nr_chips = 1,
188 .nr_map = chip0_map,
189 .nr_partitions = ARRAY_SIZE(anubis_default_nand_part),
Ben Dooks705630d2006-07-26 20:16:39 +0100190 .partitions = anubis_default_nand_part,
Ben Dooks7efb8332005-09-07 11:49:23 +0100191 },
192 [2] = {
193 .name = "chip1",
194 .nr_chips = 1,
195 .nr_map = chip1_map,
196 .nr_partitions = ARRAY_SIZE(anubis_default_nand_part),
Ben Dooks705630d2006-07-26 20:16:39 +0100197 .partitions = anubis_default_nand_part,
Ben Dooks7efb8332005-09-07 11:49:23 +0100198 },
199};
200
201static void anubis_nand_select(struct s3c2410_nand_set *set, int slot)
202{
203 unsigned int tmp;
204
205 slot = set->nr_map[slot] & 3;
206
207 pr_debug("anubis_nand: selecting slot %d (set %p,%p)\n",
208 slot, set, set->nr_map);
209
210 tmp = __raw_readb(ANUBIS_VA_CTRL1);
211 tmp &= ~ANUBIS_CTRL1_NANDSEL;
212 tmp |= slot;
213
214 pr_debug("anubis_nand: ctrl1 now %02x\n", tmp);
215
216 __raw_writeb(tmp, ANUBIS_VA_CTRL1);
217}
218
Ben Dooks2a3a1802009-09-28 13:59:49 +0300219static struct s3c2410_platform_nand __initdata anubis_nand_info = {
Ben Dooks7efb8332005-09-07 11:49:23 +0100220 .tacls = 25,
Ben Dooks661e6ac2006-04-02 10:32:46 +0100221 .twrph0 = 55,
222 .twrph1 = 40,
Ben Dooks7efb8332005-09-07 11:49:23 +0100223 .nr_sets = ARRAY_SIZE(anubis_nand_sets),
224 .sets = anubis_nand_sets,
225 .select_chip = anubis_nand_select,
226};
227
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100228/* IDE channels */
229
Ben Dooks019dbaa2009-04-17 12:36:46 +0100230static struct pata_platform_info anubis_ide_platdata = {
Ben Dooksb9db83a2008-07-03 11:24:38 +0100231 .ioport_shift = 5,
232};
233
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100234static struct resource anubis_ide0_resource[] = {
235 {
236 .start = S3C2410_CS3,
237 .end = S3C2410_CS3 + (8*32) - 1,
238 .flags = IORESOURCE_MEM,
239 }, {
Ben Dooksb9db83a2008-07-03 11:24:38 +0100240 .start = S3C2410_CS3 + (1<<26) + (6*32),
241 .end = S3C2410_CS3 + (1<<26) + (7*32) - 1,
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100242 .flags = IORESOURCE_MEM,
243 }, {
244 .start = IRQ_IDE0,
245 .end = IRQ_IDE0,
246 .flags = IORESOURCE_IRQ,
247 },
248};
249
250static struct platform_device anubis_device_ide0 = {
Ben Dooksb9db83a2008-07-03 11:24:38 +0100251 .name = "pata_platform",
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100252 .id = 0,
253 .num_resources = ARRAY_SIZE(anubis_ide0_resource),
254 .resource = anubis_ide0_resource,
Ben Dooksb9db83a2008-07-03 11:24:38 +0100255 .dev = {
256 .platform_data = &anubis_ide_platdata,
257 .coherent_dma_mask = ~0,
258 },
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100259};
260
261static struct resource anubis_ide1_resource[] = {
262 {
263 .start = S3C2410_CS4,
264 .end = S3C2410_CS4 + (8*32) - 1,
265 .flags = IORESOURCE_MEM,
266 }, {
Ben Dooksb9db83a2008-07-03 11:24:38 +0100267 .start = S3C2410_CS4 + (1<<26) + (6*32),
268 .end = S3C2410_CS4 + (1<<26) + (7*32) - 1,
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100269 .flags = IORESOURCE_MEM,
270 }, {
271 .start = IRQ_IDE0,
272 .end = IRQ_IDE0,
273 .flags = IORESOURCE_IRQ,
274 },
275};
276
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100277static struct platform_device anubis_device_ide1 = {
Ben Dooksb9db83a2008-07-03 11:24:38 +0100278 .name = "pata_platform",
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100279 .id = 1,
280 .num_resources = ARRAY_SIZE(anubis_ide1_resource),
281 .resource = anubis_ide1_resource,
Ben Dooksb9db83a2008-07-03 11:24:38 +0100282 .dev = {
283 .platform_data = &anubis_ide_platdata,
284 .coherent_dma_mask = ~0,
285 },
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100286};
Ben Dooks7efb8332005-09-07 11:49:23 +0100287
Ben Dookseac1d8d2007-07-11 10:14:53 +0100288/* Asix AX88796 10/100 ethernet controller */
289
290static struct ax_plat_data anubis_asix_platdata = {
291 .flags = AXFLG_MAC_FROMDEV,
292 .wordlength = 2,
293 .dcr_val = 0x48,
294 .rcr_val = 0x40,
295};
296
297static struct resource anubis_asix_resource[] = {
298 [0] = {
299 .start = S3C2410_CS5,
300 .end = S3C2410_CS5 + (0x20 * 0x20) -1,
301 .flags = IORESOURCE_MEM
302 },
303 [1] = {
304 .start = IRQ_ASIX,
305 .end = IRQ_ASIX,
306 .flags = IORESOURCE_IRQ
307 }
308};
309
310static struct platform_device anubis_device_asix = {
311 .name = "ax88796",
312 .id = 0,
313 .num_resources = ARRAY_SIZE(anubis_asix_resource),
314 .resource = anubis_asix_resource,
315 .dev = {
316 .platform_data = &anubis_asix_platdata,
317 }
318};
319
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100320/* SM501 */
321
322static struct resource anubis_sm501_resource[] = {
323 [0] = {
324 .start = S3C2410_CS2,
325 .end = S3C2410_CS2 + SZ_8M,
326 .flags = IORESOURCE_MEM,
327 },
328 [1] = {
329 .start = S3C2410_CS2 + SZ_64M - SZ_2M,
330 .end = S3C2410_CS2 + SZ_64M - 1,
331 .flags = IORESOURCE_MEM,
332 },
333 [2] = {
334 .start = IRQ_EINT0,
335 .end = IRQ_EINT0,
336 .flags = IORESOURCE_IRQ,
337 },
338};
339
340static struct sm501_initdata anubis_sm501_initdata = {
341 .gpio_high = {
342 .set = 0x3F000000, /* 24bit panel */
343 .mask = 0x0,
344 },
345 .misc_timing = {
346 .set = 0x010100, /* SDRAM timing */
347 .mask = 0x1F1F00,
348 },
349 .misc_control = {
350 .set = SM501_MISC_PNL_24BIT,
351 .mask = 0,
352 },
353
Ben Dooks6290ce32008-11-10 10:59:31 +0000354 .devices = SM501_USE_GPIO,
355
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100356 /* set the SDRAM and bus clocks */
357 .mclk = 72 * MHZ,
358 .m1xclk = 144 * MHZ,
359};
360
361static struct sm501_platdata_gpio_i2c anubis_sm501_gpio_i2c[] = {
362 [0] = {
Ben Dooks6290ce32008-11-10 10:59:31 +0000363 .bus_num = 1,
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100364 .pin_scl = 44,
365 .pin_sda = 45,
366 },
367 [1] = {
Ben Dooks6290ce32008-11-10 10:59:31 +0000368 .bus_num = 2,
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100369 .pin_scl = 40,
370 .pin_sda = 41,
371 },
372};
373
374static struct sm501_platdata anubis_sm501_platdata = {
375 .init = &anubis_sm501_initdata,
Ben Dooks6290ce32008-11-10 10:59:31 +0000376 .gpio_base = -1,
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100377 .gpio_i2c = anubis_sm501_gpio_i2c,
378 .gpio_i2c_nr = ARRAY_SIZE(anubis_sm501_gpio_i2c),
379};
380
381static struct platform_device anubis_device_sm501 = {
382 .name = "sm501",
383 .id = 0,
384 .num_resources = ARRAY_SIZE(anubis_sm501_resource),
385 .resource = anubis_sm501_resource,
386 .dev = {
387 .platform_data = &anubis_sm501_platdata,
388 },
389};
390
Ben Dooks7efb8332005-09-07 11:49:23 +0100391/* Standard Anubis devices */
392
393static struct platform_device *anubis_devices[] __initdata = {
Ben Dooksb8132482009-11-23 00:13:39 +0000394 &s3c_device_ohci,
Ben Dooks7efb8332005-09-07 11:49:23 +0100395 &s3c_device_wdt,
396 &s3c_device_adc,
Ben Dooks3e1b7762008-10-31 16:14:40 +0000397 &s3c_device_i2c0,
Ben Dooks7efb8332005-09-07 11:49:23 +0100398 &s3c_device_rtc,
399 &s3c_device_nand,
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100400 &anubis_device_ide0,
401 &anubis_device_ide1,
Ben Dookseac1d8d2007-07-11 10:14:53 +0100402 &anubis_device_asix,
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100403 &anubis_device_sm501,
Ben Dooks7efb8332005-09-07 11:49:23 +0100404};
405
Ben Dooks2bc75092008-07-15 17:17:48 +0100406static struct clk *anubis_clocks[] __initdata = {
Ben Dooks7efb8332005-09-07 11:49:23 +0100407 &s3c24xx_dclk0,
408 &s3c24xx_dclk1,
409 &s3c24xx_clkout0,
410 &s3c24xx_clkout1,
411 &s3c24xx_uclk,
412};
413
Ben Dooks7a28db62008-07-03 11:24:43 +0100414/* I2C devices. */
415
416static struct i2c_board_info anubis_i2c_devs[] __initdata = {
417 {
418 I2C_BOARD_INFO("tps65011", 0x48),
419 .irq = IRQ_EINT20,
420 }
421};
422
Ben Dooks4d3a3462009-11-13 22:34:20 +0000423/* Audio setup */
424static struct s3c24xx_audio_simtec_pdata __initdata anubis_audio = {
425 .have_mic = 1,
426 .have_lout = 1,
427 .output_cdclk = 1,
428 .use_mpllin = 1,
429 .amp_gpio = S3C2410_GPB(2),
430 .amp_gain[0] = S3C2410_GPD(10),
431 .amp_gain[1] = S3C2410_GPD(11),
432};
433
Ben Dooks5fe10ab2005-09-20 17:24:33 +0100434static void __init anubis_map_io(void)
Ben Dooks7efb8332005-09-07 11:49:23 +0100435{
436 /* initialise the clocks */
437
Ben Dooksd96a9802008-04-16 00:12:39 +0100438 s3c24xx_dclk0.parent = &clk_upll;
Ben Dooks7efb8332005-09-07 11:49:23 +0100439 s3c24xx_dclk0.rate = 12*1000*1000;
440
Ben Dooksd96a9802008-04-16 00:12:39 +0100441 s3c24xx_dclk1.parent = &clk_upll;
Ben Dooks7efb8332005-09-07 11:49:23 +0100442 s3c24xx_dclk1.rate = 24*1000*1000;
443
444 s3c24xx_clkout0.parent = &s3c24xx_dclk0;
445 s3c24xx_clkout1.parent = &s3c24xx_dclk1;
446
447 s3c24xx_uclk.parent = &s3c24xx_clkout1;
448
Ben Dooksce89c202007-04-20 11:15:27 +0100449 s3c24xx_register_clocks(anubis_clocks, ARRAY_SIZE(anubis_clocks));
450
Ben Dooks7efb8332005-09-07 11:49:23 +0100451 s3c24xx_init_io(anubis_iodesc, ARRAY_SIZE(anubis_iodesc));
452 s3c24xx_init_clocks(0);
453 s3c24xx_init_uarts(anubis_uartcfgs, ARRAY_SIZE(anubis_uartcfgs));
Ben Dooks7efb8332005-09-07 11:49:23 +0100454
Ben Dooksad3613f2007-07-11 11:10:42 +0100455 /* check for the newer revision boards with large page nand */
456
457 if ((__raw_readb(ANUBIS_VA_IDREG) & ANUBIS_IDREG_REVMASK) >= 4) {
458 printk(KERN_INFO "ANUBIS-B detected (revision %d)\n",
459 __raw_readb(ANUBIS_VA_IDREG) & ANUBIS_IDREG_REVMASK);
460 anubis_nand_sets[0].partitions = anubis_default_nand_part_large;
461 anubis_nand_sets[0].nr_partitions = ARRAY_SIZE(anubis_default_nand_part_large);
462 } else {
463 /* ensure that the GPIO is setup */
Ben Dooks070276d2009-05-17 22:32:23 +0100464 s3c2410_gpio_setpin(S3C2410_GPA(0), 1);
Ben Dooksad3613f2007-07-11 11:10:42 +0100465 }
Ben Dooks7efb8332005-09-07 11:49:23 +0100466}
467
Ben Dooks57e51712007-04-20 11:19:16 +0100468static void __init anubis_init(void)
469{
Ben Dooks3e1b7762008-10-31 16:14:40 +0000470 s3c_i2c0_set_platdata(NULL);
Ben Dooks2a3a1802009-09-28 13:59:49 +0300471 s3c_nand_set_platdata(&anubis_nand_info);
Ben Dooks4d3a3462009-11-13 22:34:20 +0000472 simtec_audio_add(NULL, false, &anubis_audio);
Ben Dooks2a3a1802009-09-28 13:59:49 +0300473
Ben Dooks57e51712007-04-20 11:19:16 +0100474 platform_add_devices(anubis_devices, ARRAY_SIZE(anubis_devices));
Ben Dooks7a28db62008-07-03 11:24:43 +0100475
476 i2c_register_board_info(0, anubis_i2c_devs,
477 ARRAY_SIZE(anubis_i2c_devs));
Ben Dooks57e51712007-04-20 11:19:16 +0100478}
479
480
Ben Dooks7efb8332005-09-07 11:49:23 +0100481MACHINE_START(ANUBIS, "Simtec-Anubis")
482 /* Maintainer: Ben Dooks <ben@simtec.co.uk> */
Nicolas Pitre69d50712011-07-05 22:38:17 -0400483 .atag_offset = 0x100,
Ben Dooks7efb8332005-09-07 11:49:23 +0100484 .map_io = anubis_map_io,
Ben Dooks57e51712007-04-20 11:19:16 +0100485 .init_machine = anubis_init,
Ben Dooks7efb8332005-09-07 11:49:23 +0100486 .init_irq = s3c24xx_init_irq,
487 .timer = &s3c24xx_timer,
488MACHINE_END