blob: 72202108bd711e60bbc659edec5f43eb59494f25 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/arch/arm/mach-integrator/integrator_cp.c
3 *
4 * Copyright (C) 2003 Deep Blue Solutions Ltd
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License.
9 */
10#include <linux/types.h>
11#include <linux/kernel.h>
12#include <linux/init.h>
13#include <linux/list.h>
Russell Kingd052d1b2005-10-29 19:07:23 +010014#include <linux/platform_device.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#include <linux/dma-mapping.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#include <linux/string.h>
Kay Sieversedbaa602011-12-21 16:26:03 -080017#include <linux/device.h>
Russell Kinga62c80e2006-01-07 13:52:45 +000018#include <linux/amba/bus.h>
19#include <linux/amba/kmi.h>
20#include <linux/amba/clcd.h>
Linus Walleij6ef297f2009-09-22 14:29:36 +010021#include <linux/amba/mmci.h>
Russell Kingfced80c2008-09-06 12:10:45 +010022#include <linux/io.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090023#include <linux/gfp.h>
Marc Zyngier046dfa02011-05-18 10:51:53 +010024#include <linux/mtd/physmap.h>
Linus Walleija6131632012-06-11 17:33:12 +020025#include <linux/platform_data/clk-integrator.h>
Linus Walleij4980f9b2012-09-06 09:08:24 +010026#include <linux/of_irq.h>
27#include <linux/of_address.h>
Linus Walleij4672cdd2012-09-06 09:08:47 +010028#include <linux/of_platform.h>
Linus Walleij64100a02012-11-02 01:20:43 +010029#include <linux/sys_soc.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070030
Russell Kinga09e64f2008-08-05 16:14:15 +010031#include <mach/hardware.h>
Russell Kinga285edc2010-01-14 19:59:37 +000032#include <mach/platform.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070033#include <asm/setup.h>
34#include <asm/mach-types.h>
Russell King5a463342010-01-16 23:52:12 +000035#include <asm/hardware/arm_timer.h>
Russell Kingc5a0adb2010-01-16 20:16:10 +000036#include <asm/hardware/icst.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070037
Russell Kinga09e64f2008-08-05 16:14:15 +010038#include <mach/cm.h>
39#include <mach/lm.h>
Linus Walleij695436e2012-02-26 10:46:48 +010040#include <mach/irqs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
42#include <asm/mach/arch.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include <asm/mach/irq.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070044#include <asm/mach/map.h>
45#include <asm/mach/time.h>
46
Rob Herring8a9618f2010-10-06 16:18:08 +010047#include <asm/hardware/timer-sp.h>
Russell King5a463342010-01-16 23:52:12 +000048
Russell King9dfec4f2011-01-18 20:10:10 +000049#include <plat/clcd.h>
Russell Kingc41b16f2011-01-19 15:32:15 +000050#include <plat/fpga-irq.h>
Russell Kingd77e2702011-01-22 11:37:54 +000051#include <plat/sched_clock.h>
Russell King9dfec4f2011-01-18 20:10:10 +000052
Russell King98c672c2010-05-22 18:18:57 +010053#include "common.h"
54
Linus Walleije6fae082012-11-04 21:03:02 +010055/* Base address to the CP controller */
56static void __iomem *intcp_con_base;
57
Linus Torvalds1da177e2005-04-16 15:20:36 -070058#define INTCP_PA_FLASH_BASE 0x24000000
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
60#define INTCP_PA_CLCD_BASE 0xc0000000
61
Linus Torvalds1da177e2005-04-16 15:20:36 -070062#define INTCP_FLASHPROG 0x04
63#define CINTEGRATOR_FLASHPROG_FLVPPEN (1 << 0)
64#define CINTEGRATOR_FLASHPROG_FLWREN (1 << 1)
65
66/*
67 * Logical Physical
68 * f1000000 10000000 Core module registers
69 * f1100000 11000000 System controller registers
70 * f1200000 12000000 EBI registers
71 * f1300000 13000000 Counter/Timer
72 * f1400000 14000000 Interrupt controller
73 * f1600000 16000000 UART 0
74 * f1700000 17000000 UART 1
75 * f1a00000 1a000000 Debug LEDs
Russell Kingda7ba952010-01-17 19:59:58 +000076 * fc900000 c9000000 GPIO
77 * fca00000 ca000000 SIC
78 * fcb00000 cb000000 CP system control
Linus Torvalds1da177e2005-04-16 15:20:36 -070079 */
80
81static struct map_desc intcp_io_desc[] __initdata = {
Deepak Saxenac8d27292005-10-28 15:19:10 +010082 {
83 .virtual = IO_ADDRESS(INTEGRATOR_HDR_BASE),
84 .pfn = __phys_to_pfn(INTEGRATOR_HDR_BASE),
85 .length = SZ_4K,
86 .type = MT_DEVICE
87 }, {
88 .virtual = IO_ADDRESS(INTEGRATOR_SC_BASE),
89 .pfn = __phys_to_pfn(INTEGRATOR_SC_BASE),
90 .length = SZ_4K,
91 .type = MT_DEVICE
92 }, {
93 .virtual = IO_ADDRESS(INTEGRATOR_EBI_BASE),
94 .pfn = __phys_to_pfn(INTEGRATOR_EBI_BASE),
95 .length = SZ_4K,
96 .type = MT_DEVICE
97 }, {
98 .virtual = IO_ADDRESS(INTEGRATOR_CT_BASE),
99 .pfn = __phys_to_pfn(INTEGRATOR_CT_BASE),
100 .length = SZ_4K,
101 .type = MT_DEVICE
102 }, {
103 .virtual = IO_ADDRESS(INTEGRATOR_IC_BASE),
104 .pfn = __phys_to_pfn(INTEGRATOR_IC_BASE),
105 .length = SZ_4K,
106 .type = MT_DEVICE
107 }, {
108 .virtual = IO_ADDRESS(INTEGRATOR_UART0_BASE),
109 .pfn = __phys_to_pfn(INTEGRATOR_UART0_BASE),
110 .length = SZ_4K,
111 .type = MT_DEVICE
112 }, {
113 .virtual = IO_ADDRESS(INTEGRATOR_UART1_BASE),
114 .pfn = __phys_to_pfn(INTEGRATOR_UART1_BASE),
115 .length = SZ_4K,
116 .type = MT_DEVICE
117 }, {
118 .virtual = IO_ADDRESS(INTEGRATOR_DBG_BASE),
119 .pfn = __phys_to_pfn(INTEGRATOR_DBG_BASE),
120 .length = SZ_4K,
121 .type = MT_DEVICE
122 }, {
Russell Kingda7ba952010-01-17 19:59:58 +0000123 .virtual = IO_ADDRESS(INTEGRATOR_CP_GPIO_BASE),
124 .pfn = __phys_to_pfn(INTEGRATOR_CP_GPIO_BASE),
Deepak Saxenac8d27292005-10-28 15:19:10 +0100125 .length = SZ_4K,
126 .type = MT_DEVICE
127 }, {
Russell Kingda7ba952010-01-17 19:59:58 +0000128 .virtual = IO_ADDRESS(INTEGRATOR_CP_SIC_BASE),
129 .pfn = __phys_to_pfn(INTEGRATOR_CP_SIC_BASE),
Deepak Saxenac8d27292005-10-28 15:19:10 +0100130 .length = SZ_4K,
131 .type = MT_DEVICE
Deepak Saxenac8d27292005-10-28 15:19:10 +0100132 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133};
134
135static void __init intcp_map_io(void)
136{
137 iotable_init(intcp_io_desc, ARRAY_SIZE(intcp_io_desc));
138}
139
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141 * Flash handling.
142 */
Marc Zyngier046dfa02011-05-18 10:51:53 +0100143static int intcp_flash_init(struct platform_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144{
145 u32 val;
146
Linus Walleije6fae082012-11-04 21:03:02 +0100147 val = readl(intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148 val |= CINTEGRATOR_FLASHPROG_FLWREN;
Linus Walleije6fae082012-11-04 21:03:02 +0100149 writel(val, intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150
151 return 0;
152}
153
Marc Zyngier046dfa02011-05-18 10:51:53 +0100154static void intcp_flash_exit(struct platform_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155{
156 u32 val;
157
Linus Walleije6fae082012-11-04 21:03:02 +0100158 val = readl(intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159 val &= ~(CINTEGRATOR_FLASHPROG_FLVPPEN|CINTEGRATOR_FLASHPROG_FLWREN);
Linus Walleije6fae082012-11-04 21:03:02 +0100160 writel(val, intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161}
162
Marc Zyngier667f3902011-05-18 10:51:55 +0100163static void intcp_flash_set_vpp(struct platform_device *pdev, int on)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164{
165 u32 val;
166
Linus Walleije6fae082012-11-04 21:03:02 +0100167 val = readl(intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 if (on)
169 val |= CINTEGRATOR_FLASHPROG_FLVPPEN;
170 else
171 val &= ~CINTEGRATOR_FLASHPROG_FLVPPEN;
Linus Walleije6fae082012-11-04 21:03:02 +0100172 writel(val, intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173}
174
Marc Zyngier046dfa02011-05-18 10:51:53 +0100175static struct physmap_flash_data intcp_flash_data = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 .width = 4,
177 .init = intcp_flash_init,
178 .exit = intcp_flash_exit,
179 .set_vpp = intcp_flash_set_vpp,
180};
181
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182/*
183 * It seems that the card insertion interrupt remains active after
184 * we've acknowledged it. We therefore ignore the interrupt, and
185 * rely on reading it from the SIC. This also means that we must
186 * clear the latched interrupt.
187 */
188static unsigned int mmc_status(struct device *dev)
189{
Arnd Bergmannb7a3f8d2012-09-14 20:16:39 +0000190 unsigned int status = readl(__io_address(0xca000000 + 4));
Linus Walleije6fae082012-11-04 21:03:02 +0100191 writel(8, intcp_con_base + 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192
193 return status & 8;
194}
195
Linus Walleij6ef297f2009-09-22 14:29:36 +0100196static struct mmci_platform_data mmc_data = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
198 .status = mmc_status,
Russell King7fb2bbf2009-07-09 15:15:12 +0100199 .gpio_wp = -1,
200 .gpio_cd = -1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201};
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203/*
204 * CLCD support
205 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206/*
207 * Ensure VGA is selected.
208 */
209static void cp_clcd_enable(struct clcd_fb *fb)
210{
Russell Kinge6b9c1f2011-01-22 11:02:10 +0000211 struct fb_var_screeninfo *var = &fb->fb.var;
212 u32 val = CM_CTRL_STATIC1 | CM_CTRL_STATIC2;
Russell King4774e222005-04-30 23:32:38 +0100213
Russell Kinge6b9c1f2011-01-22 11:02:10 +0000214 if (var->bits_per_pixel <= 8 ||
215 (var->bits_per_pixel == 16 && var->green.length == 5))
216 /* Pseudocolor, RGB555, BGR555 */
217 val |= CM_CTRL_LCDMUXSEL_VGA555_TFT555;
Russell King4774e222005-04-30 23:32:38 +0100218 else if (fb->fb.var.bits_per_pixel <= 16)
Russell Kinge6b9c1f2011-01-22 11:02:10 +0000219 /* truecolor RGB565 */
220 val |= CM_CTRL_LCDMUXSEL_VGA565_TFT555;
Russell King4774e222005-04-30 23:32:38 +0100221 else
222 val = 0; /* no idea for this, don't trust the docs */
223
224 cm_control(CM_CTRL_LCDMUXSEL_MASK|
225 CM_CTRL_LCDEN0|
226 CM_CTRL_LCDEN1|
227 CM_CTRL_STATIC1|
228 CM_CTRL_STATIC2|
229 CM_CTRL_STATIC|
230 CM_CTRL_n24BITEN, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231}
232
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233static int cp_clcd_setup(struct clcd_fb *fb)
234{
Russell King9dfec4f2011-01-18 20:10:10 +0000235 fb->panel = versatile_clcd_get_panel("VGA");
236 if (!fb->panel)
237 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238
Russell King9dfec4f2011-01-18 20:10:10 +0000239 return versatile_clcd_setup_dma(fb, SZ_1M);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240}
241
242static struct clcd_board clcd_data = {
243 .name = "Integrator/CP",
Russell King9dfec4f2011-01-18 20:10:10 +0000244 .caps = CLCD_CAP_5551 | CLCD_CAP_RGB565 | CLCD_CAP_888,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245 .check = clcdfb_check,
246 .decode = clcdfb_decode,
247 .enable = cp_clcd_enable,
248 .setup = cp_clcd_setup,
Russell King9dfec4f2011-01-18 20:10:10 +0000249 .mmap = versatile_clcd_mmap_dma,
250 .remove = versatile_clcd_remove_dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251};
252
Russell Kingd77e2702011-01-22 11:37:54 +0000253#define REFCOUNTER (__io_address(INTEGRATOR_HDR_BASE) + 0x28)
254
Russell Kingc735c982011-01-11 13:00:04 +0000255static void __init intcp_init_early(void)
256{
Russell Kingd77e2702011-01-22 11:37:54 +0000257#ifdef CONFIG_PLAT_VERSATILE_SCHED_CLOCK
258 versatile_sched_clock_init(REFCOUNTER, 24000000);
259#endif
Russell Kingc735c982011-01-11 13:00:04 +0000260}
261
Olof Johansson6e3a78d2012-10-07 10:42:40 -0700262#ifdef CONFIG_OF
263
Linus Walleij4980f9b2012-09-06 09:08:24 +0100264static void __init intcp_timer_init_of(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265{
Linus Walleij4980f9b2012-09-06 09:08:24 +0100266 struct device_node *node;
267 const char *path;
268 void __iomem *base;
269 int err;
270 int irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271
Linus Walleij4980f9b2012-09-06 09:08:24 +0100272 err = of_property_read_string(of_aliases,
273 "arm,timer-primary", &path);
274 if (WARN_ON(err))
275 return;
276 node = of_find_node_by_path(path);
277 base = of_iomap(node, 0);
278 if (WARN_ON(!base))
279 return;
280 writel(0, base + TIMER_CTRL);
281 sp804_clocksource_init(base, node->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282
Linus Walleij4980f9b2012-09-06 09:08:24 +0100283 err = of_property_read_string(of_aliases,
284 "arm,timer-secondary", &path);
285 if (WARN_ON(err))
286 return;
287 node = of_find_node_by_path(path);
288 base = of_iomap(node, 0);
289 if (WARN_ON(!base))
290 return;
291 irq = irq_of_parse_and_map(node, 0);
292 writel(0, base + TIMER_CTRL);
293 sp804_clockevents_init(base, irq, node->name);
294}
295
296static struct sys_timer cp_of_timer = {
297 .init = intcp_timer_init_of,
298};
299
Linus Walleij4980f9b2012-09-06 09:08:24 +0100300static const struct of_device_id fpga_irq_of_match[] __initconst = {
301 { .compatible = "arm,versatile-fpga-irq", .data = fpga_irq_of_init, },
302 { /* Sentinel */ }
303};
304
305static void __init intcp_init_irq_of(void)
306{
307 of_irq_init(fpga_irq_of_match);
308 integrator_clk_init(true);
309}
310
Linus Walleij4672cdd2012-09-06 09:08:47 +0100311/*
312 * For the Device Tree, add in the UART, MMC and CLCD specifics as AUXDATA
313 * and enforce the bus names since these are used for clock lookups.
314 */
315static struct of_dev_auxdata intcp_auxdata_lookup[] __initdata = {
316 OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_RTC_BASE,
317 "rtc", NULL),
318 OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_UART0_BASE,
319 "uart0", &integrator_uart_data),
320 OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_UART1_BASE,
321 "uart1", &integrator_uart_data),
322 OF_DEV_AUXDATA("arm,primecell", KMI0_BASE,
323 "kmi0", NULL),
324 OF_DEV_AUXDATA("arm,primecell", KMI1_BASE,
325 "kmi1", NULL),
326 OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_CP_MMC_BASE,
327 "mmci", &mmc_data),
328 OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_CP_AACI_BASE,
329 "aaci", &mmc_data),
330 OF_DEV_AUXDATA("arm,primecell", INTCP_PA_CLCD_BASE,
331 "clcd", &clcd_data),
Linus Walleij73efd532012-09-06 09:09:11 +0100332 OF_DEV_AUXDATA("cfi-flash", INTCP_PA_FLASH_BASE,
333 "physmap-flash", &intcp_flash_data),
Linus Walleij4672cdd2012-09-06 09:08:47 +0100334 { /* sentinel */ },
335};
336
337static void __init intcp_init_of(void)
338{
Linus Walleij64100a02012-11-02 01:20:43 +0100339 struct device_node *root;
340 struct device_node *cpcon;
341 struct device *parent;
342 struct soc_device *soc_dev;
343 struct soc_device_attribute *soc_dev_attr;
344 u32 intcp_sc_id;
345 int err;
346
347 /* Here we create an SoC device for the root node */
348 root = of_find_node_by_path("/");
349 if (!root)
350 return;
351 cpcon = of_find_node_by_path("/cpcon");
352 if (!cpcon)
353 return;
354
355 intcp_con_base = of_iomap(cpcon, 0);
356 if (!intcp_con_base)
357 return;
358
359 intcp_sc_id = readl(intcp_con_base);
360
361 soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL);
362 if (!soc_dev_attr)
363 return;
364
365 err = of_property_read_string(root, "compatible",
366 &soc_dev_attr->soc_id);
367 if (err)
368 return;
369 err = of_property_read_string(root, "model", &soc_dev_attr->machine);
370 if (err)
371 return;
372 soc_dev_attr->family = "Integrator";
373 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%c",
374 'A' + (intcp_sc_id & 0x0f));
375
376 soc_dev = soc_device_register(soc_dev_attr);
377 if (IS_ERR_OR_NULL(soc_dev)) {
378 kfree(soc_dev_attr->revision);
379 kfree(soc_dev_attr);
380 return;
381 }
382
383 parent = soc_device_to_device(soc_dev);
384
385 if (!IS_ERR_OR_NULL(parent))
386 integrator_init_sysfs(parent, intcp_sc_id);
387
388 of_platform_populate(root, of_default_bus_match_table,
389 intcp_auxdata_lookup, parent);
Linus Walleij4672cdd2012-09-06 09:08:47 +0100390}
391
Linus Walleij4980f9b2012-09-06 09:08:24 +0100392static const char * intcp_dt_board_compat[] = {
393 "arm,integrator-cp",
394 NULL,
395};
396
397DT_MACHINE_START(INTEGRATOR_CP_DT, "ARM Integrator/CP (Device Tree)")
398 .reserve = integrator_reserve,
399 .map_io = intcp_map_io,
400 .nr_irqs = NR_IRQS_INTEGRATOR_CP,
401 .init_early = intcp_init_early,
402 .init_irq = intcp_init_irq_of,
403 .handle_irq = fpga_handle_irq,
404 .timer = &cp_of_timer,
Linus Walleij4672cdd2012-09-06 09:08:47 +0100405 .init_machine = intcp_init_of,
Linus Walleij4980f9b2012-09-06 09:08:24 +0100406 .restart = integrator_restart,
407 .dt_compat = intcp_dt_board_compat,
408MACHINE_END
409
410#endif
411
412#ifdef CONFIG_ATAGS
413
414/*
Linus Walleije6fae082012-11-04 21:03:02 +0100415 * For the ATAG boot some static mappings are needed. This will
416 * go away with the ATAG support down the road.
417 */
418
419static struct map_desc intcp_io_desc_atag[] __initdata = {
420 {
421 .virtual = IO_ADDRESS(INTEGRATOR_CP_CTL_BASE),
422 .pfn = __phys_to_pfn(INTEGRATOR_CP_CTL_BASE),
423 .length = SZ_4K,
424 .type = MT_DEVICE
425 },
426};
427
428static void __init intcp_map_io_atag(void)
429{
430 iotable_init(intcp_io_desc_atag, ARRAY_SIZE(intcp_io_desc_atag));
431 intcp_con_base = __io_address(INTEGRATOR_CP_CTL_BASE);
432 intcp_map_io();
433}
434
435
436/*
Linus Walleij4980f9b2012-09-06 09:08:24 +0100437 * This is where non-devicetree initialization code is collected and stashed
438 * for eventual deletion.
439 */
440
Linus Walleij73efd532012-09-06 09:09:11 +0100441#define INTCP_FLASH_SIZE SZ_32M
442
443static struct resource intcp_flash_resource = {
444 .start = INTCP_PA_FLASH_BASE,
445 .end = INTCP_PA_FLASH_BASE + INTCP_FLASH_SIZE - 1,
446 .flags = IORESOURCE_MEM,
447};
448
449static struct platform_device intcp_flash_device = {
450 .name = "physmap-flash",
451 .id = 0,
452 .dev = {
453 .platform_data = &intcp_flash_data,
454 },
455 .num_resources = 1,
456 .resource = &intcp_flash_resource,
457};
458
459#define INTCP_ETH_SIZE 0x10
460
461static struct resource smc91x_resources[] = {
462 [0] = {
463 .start = INTEGRATOR_CP_ETH_BASE,
464 .end = INTEGRATOR_CP_ETH_BASE + INTCP_ETH_SIZE - 1,
465 .flags = IORESOURCE_MEM,
466 },
467 [1] = {
468 .start = IRQ_CP_ETHINT,
469 .end = IRQ_CP_ETHINT,
470 .flags = IORESOURCE_IRQ,
471 },
472};
473
474static struct platform_device smc91x_device = {
475 .name = "smc91x",
476 .id = 0,
477 .num_resources = ARRAY_SIZE(smc91x_resources),
478 .resource = smc91x_resources,
479};
480
481static struct platform_device *intcp_devs[] __initdata = {
482 &intcp_flash_device,
483 &smc91x_device,
484};
485
Linus Walleij4980f9b2012-09-06 09:08:24 +0100486#define INTCP_VA_CIC_BASE __io_address(INTEGRATOR_HDR_BASE + 0x40)
487#define INTCP_VA_PIC_BASE __io_address(INTEGRATOR_IC_BASE)
488#define INTCP_VA_SIC_BASE __io_address(INTEGRATOR_CP_SIC_BASE)
489
490static void __init intcp_init_irq(void)
491{
492 u32 pic_mask, cic_mask, sic_mask;
493
494 /* These masks are for the HW IRQ registers */
495 pic_mask = ~((~0u) << (11 - IRQ_PIC_START));
496 pic_mask |= (~((~0u) << (29 - 22))) << 22;
497 cic_mask = ~((~0u) << (1 + IRQ_CIC_END - IRQ_CIC_START));
498 sic_mask = ~((~0u) << (1 + IRQ_SIC_END - IRQ_SIC_START));
499
500 /*
501 * Disable all interrupt sources
502 */
503 writel(0xffffffff, INTCP_VA_PIC_BASE + IRQ_ENABLE_CLEAR);
504 writel(0xffffffff, INTCP_VA_PIC_BASE + FIQ_ENABLE_CLEAR);
505 writel(0xffffffff, INTCP_VA_CIC_BASE + IRQ_ENABLE_CLEAR);
506 writel(0xffffffff, INTCP_VA_CIC_BASE + FIQ_ENABLE_CLEAR);
507 writel(sic_mask, INTCP_VA_SIC_BASE + IRQ_ENABLE_CLEAR);
508 writel(sic_mask, INTCP_VA_SIC_BASE + FIQ_ENABLE_CLEAR);
509
510 fpga_irq_init(INTCP_VA_PIC_BASE, "PIC", IRQ_PIC_START,
511 -1, pic_mask, NULL);
512
513 fpga_irq_init(INTCP_VA_CIC_BASE, "CIC", IRQ_CIC_START,
514 -1, cic_mask, NULL);
515
516 fpga_irq_init(INTCP_VA_SIC_BASE, "SIC", IRQ_SIC_START,
517 IRQ_CP_CPPLDINT, sic_mask, NULL);
518
519 integrator_clk_init(true);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520}
521
Russell King5a463342010-01-16 23:52:12 +0000522#define TIMER0_VA_BASE __io_address(INTEGRATOR_TIMER0_BASE)
523#define TIMER1_VA_BASE __io_address(INTEGRATOR_TIMER1_BASE)
524#define TIMER2_VA_BASE __io_address(INTEGRATOR_TIMER2_BASE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525
526static void __init intcp_timer_init(void)
527{
Russell King5a463342010-01-16 23:52:12 +0000528 writel(0, TIMER0_VA_BASE + TIMER_CTRL);
529 writel(0, TIMER1_VA_BASE + TIMER_CTRL);
530 writel(0, TIMER2_VA_BASE + TIMER_CTRL);
531
Russell Kingfb593cf2011-05-12 12:08:23 +0100532 sp804_clocksource_init(TIMER2_VA_BASE, "timer2");
Russell King57cc4f72011-05-12 15:31:13 +0100533 sp804_clockevents_init(TIMER1_VA_BASE, IRQ_TIMERINT1, "timer1");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534}
535
536static struct sys_timer cp_timer = {
537 .init = intcp_timer_init,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538};
539
Linus Walleij4672cdd2012-09-06 09:08:47 +0100540#define INTEGRATOR_CP_MMC_IRQS { IRQ_CP_MMCIINT0, IRQ_CP_MMCIINT1 }
541#define INTEGRATOR_CP_AACI_IRQS { IRQ_CP_AACIINT }
542
543static AMBA_APB_DEVICE(mmc, "mmci", 0, INTEGRATOR_CP_MMC_BASE,
544 INTEGRATOR_CP_MMC_IRQS, &mmc_data);
545
546static AMBA_APB_DEVICE(aaci, "aaci", 0, INTEGRATOR_CP_AACI_BASE,
547 INTEGRATOR_CP_AACI_IRQS, NULL);
548
549static AMBA_AHB_DEVICE(clcd, "clcd", 0, INTCP_PA_CLCD_BASE,
550 { IRQ_CP_CLCDCINT }, &clcd_data);
551
552static struct amba_device *amba_devs[] __initdata = {
553 &mmc_device,
554 &aaci_device,
555 &clcd_device,
556};
557
558static void __init intcp_init(void)
559{
560 int i;
561
562 platform_add_devices(intcp_devs, ARRAY_SIZE(intcp_devs));
563
564 for (i = 0; i < ARRAY_SIZE(amba_devs); i++) {
565 struct amba_device *d = amba_devs[i];
566 amba_device_register(d, &iomem_resource);
567 }
568 integrator_init(true);
569}
570
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP")
Russell Kinge9dea0c2005-07-03 17:38:58 +0100572 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
Nicolas Pitrec5e587a2011-07-05 22:38:12 -0400573 .atag_offset = 0x100,
Russell King98c672c2010-05-22 18:18:57 +0100574 .reserve = integrator_reserve,
Linus Walleije6fae082012-11-04 21:03:02 +0100575 .map_io = intcp_map_io_atag,
Linus Walleij695436e2012-02-26 10:46:48 +0100576 .nr_irqs = NR_IRQS_INTEGRATOR_CP,
Russell Kingc735c982011-01-11 13:00:04 +0000577 .init_early = intcp_init_early,
Russell Kinge9dea0c2005-07-03 17:38:58 +0100578 .init_irq = intcp_init_irq,
Linus Walleij3108e6a2012-04-28 14:33:47 +0100579 .handle_irq = fpga_handle_irq,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580 .timer = &cp_timer,
Russell Kinge9dea0c2005-07-03 17:38:58 +0100581 .init_machine = intcp_init,
Russell King6338b662011-11-03 19:54:37 +0000582 .restart = integrator_restart,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583MACHINE_END
Linus Walleij4980f9b2012-09-06 09:08:24 +0100584
585#endif