blob: 2f4c92486cfade8a99926acc4089f0fabf364ff4 [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>
Linus Walleij2389d502012-10-31 22:04:31 +010023#include <linux/irqchip/versatile-fpga.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090024#include <linux/gfp.h>
Marc Zyngier046dfa02011-05-18 10:51:53 +010025#include <linux/mtd/physmap.h>
Linus Walleija6131632012-06-11 17:33:12 +020026#include <linux/platform_data/clk-integrator.h>
Linus Walleij4980f9b2012-09-06 09:08:24 +010027#include <linux/of_irq.h>
28#include <linux/of_address.h>
Linus Walleij4672cdd2012-09-06 09:08:47 +010029#include <linux/of_platform.h>
Linus Walleij64100a02012-11-02 01:20:43 +010030#include <linux/sys_soc.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
Russell Kinga09e64f2008-08-05 16:14:15 +010032#include <mach/hardware.h>
Russell Kinga285edc2010-01-14 19:59:37 +000033#include <mach/platform.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include <asm/setup.h>
35#include <asm/mach-types.h>
Russell King5a463342010-01-16 23:52:12 +000036#include <asm/hardware/arm_timer.h>
Russell Kingc5a0adb2010-01-16 20:16:10 +000037#include <asm/hardware/icst.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
Russell Kinga09e64f2008-08-05 16:14:15 +010039#include <mach/cm.h>
40#include <mach/lm.h>
Linus Walleij695436e2012-02-26 10:46:48 +010041#include <mach/irqs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
43#include <asm/mach/arch.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070044#include <asm/mach/irq.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <asm/mach/map.h>
46#include <asm/mach/time.h>
47
Rob Herring8a9618f2010-10-06 16:18:08 +010048#include <asm/hardware/timer-sp.h>
Russell King5a463342010-01-16 23:52:12 +000049
Russell King9dfec4f2011-01-18 20:10:10 +000050#include <plat/clcd.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
Arnd Bergmann060fd1b2013-02-14 13:50:57 +010081static struct map_desc intcp_io_desc[] __initdata __maybe_unused = {
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 }, {
Deepak Saxenac8d27292005-10-28 15:19:10 +010088 .virtual = IO_ADDRESS(INTEGRATOR_EBI_BASE),
89 .pfn = __phys_to_pfn(INTEGRATOR_EBI_BASE),
90 .length = SZ_4K,
91 .type = MT_DEVICE
92 }, {
93 .virtual = IO_ADDRESS(INTEGRATOR_CT_BASE),
94 .pfn = __phys_to_pfn(INTEGRATOR_CT_BASE),
95 .length = SZ_4K,
96 .type = MT_DEVICE
97 }, {
98 .virtual = IO_ADDRESS(INTEGRATOR_IC_BASE),
99 .pfn = __phys_to_pfn(INTEGRATOR_IC_BASE),
100 .length = SZ_4K,
101 .type = MT_DEVICE
102 }, {
103 .virtual = IO_ADDRESS(INTEGRATOR_UART0_BASE),
104 .pfn = __phys_to_pfn(INTEGRATOR_UART0_BASE),
105 .length = SZ_4K,
106 .type = MT_DEVICE
107 }, {
Deepak Saxenac8d27292005-10-28 15:19:10 +0100108 .virtual = IO_ADDRESS(INTEGRATOR_DBG_BASE),
109 .pfn = __phys_to_pfn(INTEGRATOR_DBG_BASE),
110 .length = SZ_4K,
111 .type = MT_DEVICE
112 }, {
Russell Kingda7ba952010-01-17 19:59:58 +0000113 .virtual = IO_ADDRESS(INTEGRATOR_CP_GPIO_BASE),
114 .pfn = __phys_to_pfn(INTEGRATOR_CP_GPIO_BASE),
Deepak Saxenac8d27292005-10-28 15:19:10 +0100115 .length = SZ_4K,
116 .type = MT_DEVICE
117 }, {
Russell Kingda7ba952010-01-17 19:59:58 +0000118 .virtual = IO_ADDRESS(INTEGRATOR_CP_SIC_BASE),
119 .pfn = __phys_to_pfn(INTEGRATOR_CP_SIC_BASE),
Deepak Saxenac8d27292005-10-28 15:19:10 +0100120 .length = SZ_4K,
121 .type = MT_DEVICE
Deepak Saxenac8d27292005-10-28 15:19:10 +0100122 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123};
124
125static void __init intcp_map_io(void)
126{
127 iotable_init(intcp_io_desc, ARRAY_SIZE(intcp_io_desc));
128}
129
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131 * Flash handling.
132 */
Marc Zyngier046dfa02011-05-18 10:51:53 +0100133static int intcp_flash_init(struct platform_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134{
135 u32 val;
136
Linus Walleije6fae082012-11-04 21:03:02 +0100137 val = readl(intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138 val |= CINTEGRATOR_FLASHPROG_FLWREN;
Linus Walleije6fae082012-11-04 21:03:02 +0100139 writel(val, intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140
141 return 0;
142}
143
Marc Zyngier046dfa02011-05-18 10:51:53 +0100144static void intcp_flash_exit(struct platform_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145{
146 u32 val;
147
Linus Walleije6fae082012-11-04 21:03:02 +0100148 val = readl(intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149 val &= ~(CINTEGRATOR_FLASHPROG_FLVPPEN|CINTEGRATOR_FLASHPROG_FLWREN);
Linus Walleije6fae082012-11-04 21:03:02 +0100150 writel(val, intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151}
152
Marc Zyngier667f3902011-05-18 10:51:55 +0100153static void intcp_flash_set_vpp(struct platform_device *pdev, int on)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154{
155 u32 val;
156
Linus Walleije6fae082012-11-04 21:03:02 +0100157 val = readl(intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 if (on)
159 val |= CINTEGRATOR_FLASHPROG_FLVPPEN;
160 else
161 val &= ~CINTEGRATOR_FLASHPROG_FLVPPEN;
Linus Walleije6fae082012-11-04 21:03:02 +0100162 writel(val, intcp_con_base + INTCP_FLASHPROG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163}
164
Marc Zyngier046dfa02011-05-18 10:51:53 +0100165static struct physmap_flash_data intcp_flash_data = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166 .width = 4,
167 .init = intcp_flash_init,
168 .exit = intcp_flash_exit,
169 .set_vpp = intcp_flash_set_vpp,
170};
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172/*
173 * It seems that the card insertion interrupt remains active after
174 * we've acknowledged it. We therefore ignore the interrupt, and
175 * rely on reading it from the SIC. This also means that we must
176 * clear the latched interrupt.
177 */
178static unsigned int mmc_status(struct device *dev)
179{
Arnd Bergmannb7a3f8d2012-09-14 20:16:39 +0000180 unsigned int status = readl(__io_address(0xca000000 + 4));
Linus Walleije6fae082012-11-04 21:03:02 +0100181 writel(8, intcp_con_base + 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182
183 return status & 8;
184}
185
Linus Walleij6ef297f2009-09-22 14:29:36 +0100186static struct mmci_platform_data mmc_data = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
188 .status = mmc_status,
Russell King7fb2bbf2009-07-09 15:15:12 +0100189 .gpio_wp = -1,
190 .gpio_cd = -1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191};
192
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193/*
194 * CLCD support
195 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196/*
197 * Ensure VGA is selected.
198 */
199static void cp_clcd_enable(struct clcd_fb *fb)
200{
Russell Kinge6b9c1f2011-01-22 11:02:10 +0000201 struct fb_var_screeninfo *var = &fb->fb.var;
Jonathan Austin208a11c2013-08-29 18:41:11 +0100202 u32 val = CM_CTRL_STATIC1 | CM_CTRL_STATIC2
203 | CM_CTRL_LCDEN0 | CM_CTRL_LCDEN1;
Russell King4774e222005-04-30 23:32:38 +0100204
Russell Kinge6b9c1f2011-01-22 11:02:10 +0000205 if (var->bits_per_pixel <= 8 ||
206 (var->bits_per_pixel == 16 && var->green.length == 5))
207 /* Pseudocolor, RGB555, BGR555 */
208 val |= CM_CTRL_LCDMUXSEL_VGA555_TFT555;
Russell King4774e222005-04-30 23:32:38 +0100209 else if (fb->fb.var.bits_per_pixel <= 16)
Russell Kinge6b9c1f2011-01-22 11:02:10 +0000210 /* truecolor RGB565 */
211 val |= CM_CTRL_LCDMUXSEL_VGA565_TFT555;
Russell King4774e222005-04-30 23:32:38 +0100212 else
213 val = 0; /* no idea for this, don't trust the docs */
214
215 cm_control(CM_CTRL_LCDMUXSEL_MASK|
216 CM_CTRL_LCDEN0|
217 CM_CTRL_LCDEN1|
218 CM_CTRL_STATIC1|
219 CM_CTRL_STATIC2|
220 CM_CTRL_STATIC|
221 CM_CTRL_n24BITEN, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222}
223
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224static int cp_clcd_setup(struct clcd_fb *fb)
225{
Russell King9dfec4f2011-01-18 20:10:10 +0000226 fb->panel = versatile_clcd_get_panel("VGA");
227 if (!fb->panel)
228 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229
Russell King9dfec4f2011-01-18 20:10:10 +0000230 return versatile_clcd_setup_dma(fb, SZ_1M);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231}
232
233static struct clcd_board clcd_data = {
234 .name = "Integrator/CP",
Russell King9dfec4f2011-01-18 20:10:10 +0000235 .caps = CLCD_CAP_5551 | CLCD_CAP_RGB565 | CLCD_CAP_888,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236 .check = clcdfb_check,
237 .decode = clcdfb_decode,
238 .enable = cp_clcd_enable,
239 .setup = cp_clcd_setup,
Russell King9dfec4f2011-01-18 20:10:10 +0000240 .mmap = versatile_clcd_mmap_dma,
241 .remove = versatile_clcd_remove_dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242};
243
Russell Kingd77e2702011-01-22 11:37:54 +0000244#define REFCOUNTER (__io_address(INTEGRATOR_HDR_BASE) + 0x28)
245
Russell Kingc735c982011-01-11 13:00:04 +0000246static void __init intcp_init_early(void)
247{
Russell Kingd77e2702011-01-22 11:37:54 +0000248#ifdef CONFIG_PLAT_VERSATILE_SCHED_CLOCK
249 versatile_sched_clock_init(REFCOUNTER, 24000000);
250#endif
Russell Kingc735c982011-01-11 13:00:04 +0000251}
252
Olof Johansson6e3a78d2012-10-07 10:42:40 -0700253#ifdef CONFIG_OF
Linus Walleij4980f9b2012-09-06 09:08:24 +0100254static const struct of_device_id fpga_irq_of_match[] __initconst = {
255 { .compatible = "arm,versatile-fpga-irq", .data = fpga_irq_of_init, },
256 { /* Sentinel */ }
257};
258
259static void __init intcp_init_irq_of(void)
260{
261 of_irq_init(fpga_irq_of_match);
262 integrator_clk_init(true);
263}
264
Linus Walleij4672cdd2012-09-06 09:08:47 +0100265/*
266 * For the Device Tree, add in the UART, MMC and CLCD specifics as AUXDATA
267 * and enforce the bus names since these are used for clock lookups.
268 */
269static struct of_dev_auxdata intcp_auxdata_lookup[] __initdata = {
270 OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_RTC_BASE,
271 "rtc", NULL),
272 OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_UART0_BASE,
Linus Walleij379df272012-11-17 19:24:23 +0100273 "uart0", NULL),
Linus Walleij4672cdd2012-09-06 09:08:47 +0100274 OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_UART1_BASE,
Linus Walleij379df272012-11-17 19:24:23 +0100275 "uart1", NULL),
Linus Walleij4672cdd2012-09-06 09:08:47 +0100276 OF_DEV_AUXDATA("arm,primecell", KMI0_BASE,
277 "kmi0", NULL),
278 OF_DEV_AUXDATA("arm,primecell", KMI1_BASE,
279 "kmi1", NULL),
280 OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_CP_MMC_BASE,
281 "mmci", &mmc_data),
282 OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_CP_AACI_BASE,
283 "aaci", &mmc_data),
284 OF_DEV_AUXDATA("arm,primecell", INTCP_PA_CLCD_BASE,
285 "clcd", &clcd_data),
Linus Walleij73efd532012-09-06 09:09:11 +0100286 OF_DEV_AUXDATA("cfi-flash", INTCP_PA_FLASH_BASE,
287 "physmap-flash", &intcp_flash_data),
Linus Walleij4672cdd2012-09-06 09:08:47 +0100288 { /* sentinel */ },
289};
290
291static void __init intcp_init_of(void)
292{
Linus Walleij64100a02012-11-02 01:20:43 +0100293 struct device_node *root;
294 struct device_node *cpcon;
295 struct device *parent;
296 struct soc_device *soc_dev;
297 struct soc_device_attribute *soc_dev_attr;
298 u32 intcp_sc_id;
299 int err;
300
301 /* Here we create an SoC device for the root node */
302 root = of_find_node_by_path("/");
303 if (!root)
304 return;
305 cpcon = of_find_node_by_path("/cpcon");
306 if (!cpcon)
307 return;
308
309 intcp_con_base = of_iomap(cpcon, 0);
310 if (!intcp_con_base)
311 return;
312
313 intcp_sc_id = readl(intcp_con_base);
314
315 soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL);
316 if (!soc_dev_attr)
317 return;
318
319 err = of_property_read_string(root, "compatible",
320 &soc_dev_attr->soc_id);
321 if (err)
322 return;
323 err = of_property_read_string(root, "model", &soc_dev_attr->machine);
324 if (err)
325 return;
326 soc_dev_attr->family = "Integrator";
327 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%c",
328 'A' + (intcp_sc_id & 0x0f));
329
330 soc_dev = soc_device_register(soc_dev_attr);
Russell Kingb269b172013-02-24 10:42:27 +0000331 if (IS_ERR(soc_dev)) {
Linus Walleij64100a02012-11-02 01:20:43 +0100332 kfree(soc_dev_attr->revision);
333 kfree(soc_dev_attr);
334 return;
335 }
336
337 parent = soc_device_to_device(soc_dev);
Russell Kingb269b172013-02-24 10:42:27 +0000338 integrator_init_sysfs(parent, intcp_sc_id);
Linus Walleij64100a02012-11-02 01:20:43 +0100339 of_platform_populate(root, of_default_bus_match_table,
340 intcp_auxdata_lookup, parent);
Linus Walleij4672cdd2012-09-06 09:08:47 +0100341}
342
Linus Walleij4980f9b2012-09-06 09:08:24 +0100343static const char * intcp_dt_board_compat[] = {
344 "arm,integrator-cp",
345 NULL,
346};
347
348DT_MACHINE_START(INTEGRATOR_CP_DT, "ARM Integrator/CP (Device Tree)")
349 .reserve = integrator_reserve,
350 .map_io = intcp_map_io,
Linus Walleij4980f9b2012-09-06 09:08:24 +0100351 .init_early = intcp_init_early,
352 .init_irq = intcp_init_irq_of,
353 .handle_irq = fpga_handle_irq,
Linus Walleij4672cdd2012-09-06 09:08:47 +0100354 .init_machine = intcp_init_of,
Linus Walleij4980f9b2012-09-06 09:08:24 +0100355 .restart = integrator_restart,
356 .dt_compat = intcp_dt_board_compat,
357MACHINE_END
358
359#endif
360
361#ifdef CONFIG_ATAGS
362
363/*
Linus Walleije6fae082012-11-04 21:03:02 +0100364 * For the ATAG boot some static mappings are needed. This will
365 * go away with the ATAG support down the road.
366 */
367
368static struct map_desc intcp_io_desc_atag[] __initdata = {
369 {
370 .virtual = IO_ADDRESS(INTEGRATOR_CP_CTL_BASE),
371 .pfn = __phys_to_pfn(INTEGRATOR_CP_CTL_BASE),
372 .length = SZ_4K,
373 .type = MT_DEVICE
374 },
375};
376
377static void __init intcp_map_io_atag(void)
378{
379 iotable_init(intcp_io_desc_atag, ARRAY_SIZE(intcp_io_desc_atag));
380 intcp_con_base = __io_address(INTEGRATOR_CP_CTL_BASE);
381 intcp_map_io();
382}
383
384
385/*
Linus Walleij4980f9b2012-09-06 09:08:24 +0100386 * This is where non-devicetree initialization code is collected and stashed
387 * for eventual deletion.
388 */
389
Linus Walleij73efd532012-09-06 09:09:11 +0100390#define INTCP_FLASH_SIZE SZ_32M
391
392static struct resource intcp_flash_resource = {
393 .start = INTCP_PA_FLASH_BASE,
394 .end = INTCP_PA_FLASH_BASE + INTCP_FLASH_SIZE - 1,
395 .flags = IORESOURCE_MEM,
396};
397
398static struct platform_device intcp_flash_device = {
399 .name = "physmap-flash",
400 .id = 0,
401 .dev = {
402 .platform_data = &intcp_flash_data,
403 },
404 .num_resources = 1,
405 .resource = &intcp_flash_resource,
406};
407
408#define INTCP_ETH_SIZE 0x10
409
410static struct resource smc91x_resources[] = {
411 [0] = {
412 .start = INTEGRATOR_CP_ETH_BASE,
413 .end = INTEGRATOR_CP_ETH_BASE + INTCP_ETH_SIZE - 1,
414 .flags = IORESOURCE_MEM,
415 },
416 [1] = {
417 .start = IRQ_CP_ETHINT,
418 .end = IRQ_CP_ETHINT,
419 .flags = IORESOURCE_IRQ,
420 },
421};
422
423static struct platform_device smc91x_device = {
424 .name = "smc91x",
425 .id = 0,
426 .num_resources = ARRAY_SIZE(smc91x_resources),
427 .resource = smc91x_resources,
428};
429
430static struct platform_device *intcp_devs[] __initdata = {
431 &intcp_flash_device,
432 &smc91x_device,
433};
434
Linus Walleij4980f9b2012-09-06 09:08:24 +0100435#define INTCP_VA_CIC_BASE __io_address(INTEGRATOR_HDR_BASE + 0x40)
436#define INTCP_VA_PIC_BASE __io_address(INTEGRATOR_IC_BASE)
437#define INTCP_VA_SIC_BASE __io_address(INTEGRATOR_CP_SIC_BASE)
438
439static void __init intcp_init_irq(void)
440{
441 u32 pic_mask, cic_mask, sic_mask;
442
443 /* These masks are for the HW IRQ registers */
Linus Walleijda72a662012-10-27 01:24:29 +0200444 pic_mask = ~((~0u) << (11 - 0));
Linus Walleij4980f9b2012-09-06 09:08:24 +0100445 pic_mask |= (~((~0u) << (29 - 22))) << 22;
446 cic_mask = ~((~0u) << (1 + IRQ_CIC_END - IRQ_CIC_START));
447 sic_mask = ~((~0u) << (1 + IRQ_SIC_END - IRQ_SIC_START));
448
449 /*
450 * Disable all interrupt sources
451 */
452 writel(0xffffffff, INTCP_VA_PIC_BASE + IRQ_ENABLE_CLEAR);
453 writel(0xffffffff, INTCP_VA_PIC_BASE + FIQ_ENABLE_CLEAR);
454 writel(0xffffffff, INTCP_VA_CIC_BASE + IRQ_ENABLE_CLEAR);
455 writel(0xffffffff, INTCP_VA_CIC_BASE + FIQ_ENABLE_CLEAR);
456 writel(sic_mask, INTCP_VA_SIC_BASE + IRQ_ENABLE_CLEAR);
457 writel(sic_mask, INTCP_VA_SIC_BASE + FIQ_ENABLE_CLEAR);
458
459 fpga_irq_init(INTCP_VA_PIC_BASE, "PIC", IRQ_PIC_START,
460 -1, pic_mask, NULL);
461
462 fpga_irq_init(INTCP_VA_CIC_BASE, "CIC", IRQ_CIC_START,
463 -1, cic_mask, NULL);
464
465 fpga_irq_init(INTCP_VA_SIC_BASE, "SIC", IRQ_SIC_START,
466 IRQ_CP_CPPLDINT, sic_mask, NULL);
467
468 integrator_clk_init(true);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469}
470
Russell King5a463342010-01-16 23:52:12 +0000471#define TIMER0_VA_BASE __io_address(INTEGRATOR_TIMER0_BASE)
472#define TIMER1_VA_BASE __io_address(INTEGRATOR_TIMER1_BASE)
473#define TIMER2_VA_BASE __io_address(INTEGRATOR_TIMER2_BASE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474
Stephen Warren6bb27d72012-11-08 12:40:59 -0700475static void __init cp_timer_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476{
Russell King5a463342010-01-16 23:52:12 +0000477 writel(0, TIMER0_VA_BASE + TIMER_CTRL);
478 writel(0, TIMER1_VA_BASE + TIMER_CTRL);
479 writel(0, TIMER2_VA_BASE + TIMER_CTRL);
480
Russell Kingfb593cf2011-05-12 12:08:23 +0100481 sp804_clocksource_init(TIMER2_VA_BASE, "timer2");
Russell King57cc4f72011-05-12 15:31:13 +0100482 sp804_clockevents_init(TIMER1_VA_BASE, IRQ_TIMERINT1, "timer1");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483}
484
Linus Walleij4672cdd2012-09-06 09:08:47 +0100485#define INTEGRATOR_CP_MMC_IRQS { IRQ_CP_MMCIINT0, IRQ_CP_MMCIINT1 }
486#define INTEGRATOR_CP_AACI_IRQS { IRQ_CP_AACIINT }
487
488static AMBA_APB_DEVICE(mmc, "mmci", 0, INTEGRATOR_CP_MMC_BASE,
489 INTEGRATOR_CP_MMC_IRQS, &mmc_data);
490
491static AMBA_APB_DEVICE(aaci, "aaci", 0, INTEGRATOR_CP_AACI_BASE,
492 INTEGRATOR_CP_AACI_IRQS, NULL);
493
494static AMBA_AHB_DEVICE(clcd, "clcd", 0, INTCP_PA_CLCD_BASE,
495 { IRQ_CP_CLCDCINT }, &clcd_data);
496
497static struct amba_device *amba_devs[] __initdata = {
498 &mmc_device,
499 &aaci_device,
500 &clcd_device,
501};
502
503static void __init intcp_init(void)
504{
505 int i;
506
507 platform_add_devices(intcp_devs, ARRAY_SIZE(intcp_devs));
508
509 for (i = 0; i < ARRAY_SIZE(amba_devs); i++) {
510 struct amba_device *d = amba_devs[i];
511 amba_device_register(d, &iomem_resource);
512 }
513 integrator_init(true);
514}
515
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP")
Russell Kinge9dea0c2005-07-03 17:38:58 +0100517 /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
Nicolas Pitrec5e587a2011-07-05 22:38:12 -0400518 .atag_offset = 0x100,
Russell King98c672c2010-05-22 18:18:57 +0100519 .reserve = integrator_reserve,
Linus Walleije6fae082012-11-04 21:03:02 +0100520 .map_io = intcp_map_io_atag,
Russell Kingc735c982011-01-11 13:00:04 +0000521 .init_early = intcp_init_early,
Russell Kinge9dea0c2005-07-03 17:38:58 +0100522 .init_irq = intcp_init_irq,
Linus Walleij3108e6a2012-04-28 14:33:47 +0100523 .handle_irq = fpga_handle_irq,
Stephen Warren6bb27d72012-11-08 12:40:59 -0700524 .init_time = cp_timer_init,
Russell Kinge9dea0c2005-07-03 17:38:58 +0100525 .init_machine = intcp_init,
Russell King6338b662011-11-03 19:54:37 +0000526 .restart = integrator_restart,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527MACHINE_END
Linus Walleij4980f9b2012-09-06 09:08:24 +0100528
529#endif