Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 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 King | d052d1b | 2005-10-29 19:07:23 +0100 | [diff] [blame] | 14 | #include <linux/platform_device.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | #include <linux/dma-mapping.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | #include <linux/string.h> |
Kay Sievers | edbaa60 | 2011-12-21 16:26:03 -0800 | [diff] [blame] | 17 | #include <linux/device.h> |
Russell King | a62c80e | 2006-01-07 13:52:45 +0000 | [diff] [blame] | 18 | #include <linux/amba/bus.h> |
| 19 | #include <linux/amba/kmi.h> |
| 20 | #include <linux/amba/clcd.h> |
Linus Walleij | 6ef297f | 2009-09-22 14:29:36 +0100 | [diff] [blame] | 21 | #include <linux/amba/mmci.h> |
Russell King | fced80c | 2008-09-06 12:10:45 +0100 | [diff] [blame] | 22 | #include <linux/io.h> |
Linus Walleij | 2389d50 | 2012-10-31 22:04:31 +0100 | [diff] [blame] | 23 | #include <linux/irqchip/versatile-fpga.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 24 | #include <linux/gfp.h> |
Marc Zyngier | 046dfa0 | 2011-05-18 10:51:53 +0100 | [diff] [blame] | 25 | #include <linux/mtd/physmap.h> |
Linus Walleij | a613163 | 2012-06-11 17:33:12 +0200 | [diff] [blame] | 26 | #include <linux/platform_data/clk-integrator.h> |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 27 | #include <linux/of_irq.h> |
| 28 | #include <linux/of_address.h> |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 29 | #include <linux/of_platform.h> |
Linus Walleij | 64100a0 | 2012-11-02 01:20:43 +0100 | [diff] [blame] | 30 | #include <linux/sys_soc.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 32 | #include <mach/hardware.h> |
Russell King | a285edc | 2010-01-14 19:59:37 +0000 | [diff] [blame] | 33 | #include <mach/platform.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | #include <asm/setup.h> |
| 35 | #include <asm/mach-types.h> |
Russell King | 5a46334 | 2010-01-16 23:52:12 +0000 | [diff] [blame] | 36 | #include <asm/hardware/arm_timer.h> |
Russell King | c5a0adb | 2010-01-16 20:16:10 +0000 | [diff] [blame] | 37 | #include <asm/hardware/icst.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 39 | #include <mach/cm.h> |
| 40 | #include <mach/lm.h> |
Linus Walleij | 695436e | 2012-02-26 10:46:48 +0100 | [diff] [blame] | 41 | #include <mach/irqs.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | |
| 43 | #include <asm/mach/arch.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | #include <asm/mach/irq.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | #include <asm/mach/map.h> |
| 46 | #include <asm/mach/time.h> |
| 47 | |
Rob Herring | 8a9618f | 2010-10-06 16:18:08 +0100 | [diff] [blame] | 48 | #include <asm/hardware/timer-sp.h> |
Russell King | 5a46334 | 2010-01-16 23:52:12 +0000 | [diff] [blame] | 49 | |
Russell King | 9dfec4f | 2011-01-18 20:10:10 +0000 | [diff] [blame] | 50 | #include <plat/clcd.h> |
Russell King | d77e270 | 2011-01-22 11:37:54 +0000 | [diff] [blame] | 51 | #include <plat/sched_clock.h> |
Russell King | 9dfec4f | 2011-01-18 20:10:10 +0000 | [diff] [blame] | 52 | |
Russell King | 98c672c | 2010-05-22 18:18:57 +0100 | [diff] [blame] | 53 | #include "common.h" |
| 54 | |
Linus Walleij | e6fae08 | 2012-11-04 21:03:02 +0100 | [diff] [blame] | 55 | /* Base address to the CP controller */ |
| 56 | static void __iomem *intcp_con_base; |
| 57 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | #define INTCP_PA_FLASH_BASE 0x24000000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | |
| 60 | #define INTCP_PA_CLCD_BASE 0xc0000000 |
| 61 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | #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 King | da7ba95 | 2010-01-17 19:59:58 +0000 | [diff] [blame] | 76 | * fc900000 c9000000 GPIO |
| 77 | * fca00000 ca000000 SIC |
| 78 | * fcb00000 cb000000 CP system control |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | */ |
| 80 | |
| 81 | static struct map_desc intcp_io_desc[] __initdata = { |
Deepak Saxena | c8d2729 | 2005-10-28 15:19:10 +0100 | [diff] [blame] | 82 | { |
| 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 Saxena | c8d2729 | 2005-10-28 15:19:10 +0100 | [diff] [blame] | 88 | .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 Saxena | c8d2729 | 2005-10-28 15:19:10 +0100 | [diff] [blame] | 108 | .virtual = IO_ADDRESS(INTEGRATOR_DBG_BASE), |
| 109 | .pfn = __phys_to_pfn(INTEGRATOR_DBG_BASE), |
| 110 | .length = SZ_4K, |
| 111 | .type = MT_DEVICE |
| 112 | }, { |
Russell King | da7ba95 | 2010-01-17 19:59:58 +0000 | [diff] [blame] | 113 | .virtual = IO_ADDRESS(INTEGRATOR_CP_GPIO_BASE), |
| 114 | .pfn = __phys_to_pfn(INTEGRATOR_CP_GPIO_BASE), |
Deepak Saxena | c8d2729 | 2005-10-28 15:19:10 +0100 | [diff] [blame] | 115 | .length = SZ_4K, |
| 116 | .type = MT_DEVICE |
| 117 | }, { |
Russell King | da7ba95 | 2010-01-17 19:59:58 +0000 | [diff] [blame] | 118 | .virtual = IO_ADDRESS(INTEGRATOR_CP_SIC_BASE), |
| 119 | .pfn = __phys_to_pfn(INTEGRATOR_CP_SIC_BASE), |
Deepak Saxena | c8d2729 | 2005-10-28 15:19:10 +0100 | [diff] [blame] | 120 | .length = SZ_4K, |
| 121 | .type = MT_DEVICE |
Deepak Saxena | c8d2729 | 2005-10-28 15:19:10 +0100 | [diff] [blame] | 122 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 123 | }; |
| 124 | |
| 125 | static void __init intcp_map_io(void) |
| 126 | { |
| 127 | iotable_init(intcp_io_desc, ARRAY_SIZE(intcp_io_desc)); |
| 128 | } |
| 129 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | * Flash handling. |
| 132 | */ |
Marc Zyngier | 046dfa0 | 2011-05-18 10:51:53 +0100 | [diff] [blame] | 133 | static int intcp_flash_init(struct platform_device *dev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | { |
| 135 | u32 val; |
| 136 | |
Linus Walleij | e6fae08 | 2012-11-04 21:03:02 +0100 | [diff] [blame] | 137 | val = readl(intcp_con_base + INTCP_FLASHPROG); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | val |= CINTEGRATOR_FLASHPROG_FLWREN; |
Linus Walleij | e6fae08 | 2012-11-04 21:03:02 +0100 | [diff] [blame] | 139 | writel(val, intcp_con_base + INTCP_FLASHPROG); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | |
| 141 | return 0; |
| 142 | } |
| 143 | |
Marc Zyngier | 046dfa0 | 2011-05-18 10:51:53 +0100 | [diff] [blame] | 144 | static void intcp_flash_exit(struct platform_device *dev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | { |
| 146 | u32 val; |
| 147 | |
Linus Walleij | e6fae08 | 2012-11-04 21:03:02 +0100 | [diff] [blame] | 148 | val = readl(intcp_con_base + INTCP_FLASHPROG); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 149 | val &= ~(CINTEGRATOR_FLASHPROG_FLVPPEN|CINTEGRATOR_FLASHPROG_FLWREN); |
Linus Walleij | e6fae08 | 2012-11-04 21:03:02 +0100 | [diff] [blame] | 150 | writel(val, intcp_con_base + INTCP_FLASHPROG); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | } |
| 152 | |
Marc Zyngier | 667f390 | 2011-05-18 10:51:55 +0100 | [diff] [blame] | 153 | static void intcp_flash_set_vpp(struct platform_device *pdev, int on) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | { |
| 155 | u32 val; |
| 156 | |
Linus Walleij | e6fae08 | 2012-11-04 21:03:02 +0100 | [diff] [blame] | 157 | val = readl(intcp_con_base + INTCP_FLASHPROG); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | if (on) |
| 159 | val |= CINTEGRATOR_FLASHPROG_FLVPPEN; |
| 160 | else |
| 161 | val &= ~CINTEGRATOR_FLASHPROG_FLVPPEN; |
Linus Walleij | e6fae08 | 2012-11-04 21:03:02 +0100 | [diff] [blame] | 162 | writel(val, intcp_con_base + INTCP_FLASHPROG); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | } |
| 164 | |
Marc Zyngier | 046dfa0 | 2011-05-18 10:51:53 +0100 | [diff] [blame] | 165 | static struct physmap_flash_data intcp_flash_data = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | .width = 4, |
| 167 | .init = intcp_flash_init, |
| 168 | .exit = intcp_flash_exit, |
| 169 | .set_vpp = intcp_flash_set_vpp, |
| 170 | }; |
| 171 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 172 | /* |
| 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 | */ |
| 178 | static unsigned int mmc_status(struct device *dev) |
| 179 | { |
Arnd Bergmann | b7a3f8d | 2012-09-14 20:16:39 +0000 | [diff] [blame] | 180 | unsigned int status = readl(__io_address(0xca000000 + 4)); |
Linus Walleij | e6fae08 | 2012-11-04 21:03:02 +0100 | [diff] [blame] | 181 | writel(8, intcp_con_base + 8); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 182 | |
| 183 | return status & 8; |
| 184 | } |
| 185 | |
Linus Walleij | 6ef297f | 2009-09-22 14:29:36 +0100 | [diff] [blame] | 186 | static struct mmci_platform_data mmc_data = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
| 188 | .status = mmc_status, |
Russell King | 7fb2bbf | 2009-07-09 15:15:12 +0100 | [diff] [blame] | 189 | .gpio_wp = -1, |
| 190 | .gpio_cd = -1, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | }; |
| 192 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | /* |
| 194 | * CLCD support |
| 195 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | /* |
| 197 | * Ensure VGA is selected. |
| 198 | */ |
| 199 | static void cp_clcd_enable(struct clcd_fb *fb) |
| 200 | { |
Russell King | e6b9c1f | 2011-01-22 11:02:10 +0000 | [diff] [blame] | 201 | struct fb_var_screeninfo *var = &fb->fb.var; |
| 202 | u32 val = CM_CTRL_STATIC1 | CM_CTRL_STATIC2; |
Russell King | 4774e22 | 2005-04-30 23:32:38 +0100 | [diff] [blame] | 203 | |
Russell King | e6b9c1f | 2011-01-22 11:02:10 +0000 | [diff] [blame] | 204 | if (var->bits_per_pixel <= 8 || |
| 205 | (var->bits_per_pixel == 16 && var->green.length == 5)) |
| 206 | /* Pseudocolor, RGB555, BGR555 */ |
| 207 | val |= CM_CTRL_LCDMUXSEL_VGA555_TFT555; |
Russell King | 4774e22 | 2005-04-30 23:32:38 +0100 | [diff] [blame] | 208 | else if (fb->fb.var.bits_per_pixel <= 16) |
Russell King | e6b9c1f | 2011-01-22 11:02:10 +0000 | [diff] [blame] | 209 | /* truecolor RGB565 */ |
| 210 | val |= CM_CTRL_LCDMUXSEL_VGA565_TFT555; |
Russell King | 4774e22 | 2005-04-30 23:32:38 +0100 | [diff] [blame] | 211 | else |
| 212 | val = 0; /* no idea for this, don't trust the docs */ |
| 213 | |
| 214 | cm_control(CM_CTRL_LCDMUXSEL_MASK| |
| 215 | CM_CTRL_LCDEN0| |
| 216 | CM_CTRL_LCDEN1| |
| 217 | CM_CTRL_STATIC1| |
| 218 | CM_CTRL_STATIC2| |
| 219 | CM_CTRL_STATIC| |
| 220 | CM_CTRL_n24BITEN, val); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 221 | } |
| 222 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | static int cp_clcd_setup(struct clcd_fb *fb) |
| 224 | { |
Russell King | 9dfec4f | 2011-01-18 20:10:10 +0000 | [diff] [blame] | 225 | fb->panel = versatile_clcd_get_panel("VGA"); |
| 226 | if (!fb->panel) |
| 227 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 228 | |
Russell King | 9dfec4f | 2011-01-18 20:10:10 +0000 | [diff] [blame] | 229 | return versatile_clcd_setup_dma(fb, SZ_1M); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | } |
| 231 | |
| 232 | static struct clcd_board clcd_data = { |
| 233 | .name = "Integrator/CP", |
Russell King | 9dfec4f | 2011-01-18 20:10:10 +0000 | [diff] [blame] | 234 | .caps = CLCD_CAP_5551 | CLCD_CAP_RGB565 | CLCD_CAP_888, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | .check = clcdfb_check, |
| 236 | .decode = clcdfb_decode, |
| 237 | .enable = cp_clcd_enable, |
| 238 | .setup = cp_clcd_setup, |
Russell King | 9dfec4f | 2011-01-18 20:10:10 +0000 | [diff] [blame] | 239 | .mmap = versatile_clcd_mmap_dma, |
| 240 | .remove = versatile_clcd_remove_dma, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 241 | }; |
| 242 | |
Russell King | d77e270 | 2011-01-22 11:37:54 +0000 | [diff] [blame] | 243 | #define REFCOUNTER (__io_address(INTEGRATOR_HDR_BASE) + 0x28) |
| 244 | |
Russell King | c735c98 | 2011-01-11 13:00:04 +0000 | [diff] [blame] | 245 | static void __init intcp_init_early(void) |
| 246 | { |
Russell King | d77e270 | 2011-01-22 11:37:54 +0000 | [diff] [blame] | 247 | #ifdef CONFIG_PLAT_VERSATILE_SCHED_CLOCK |
| 248 | versatile_sched_clock_init(REFCOUNTER, 24000000); |
| 249 | #endif |
Russell King | c735c98 | 2011-01-11 13:00:04 +0000 | [diff] [blame] | 250 | } |
| 251 | |
Olof Johansson | 6e3a78d | 2012-10-07 10:42:40 -0700 | [diff] [blame] | 252 | #ifdef CONFIG_OF |
| 253 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 254 | static void __init intcp_timer_init_of(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | { |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 256 | struct device_node *node; |
| 257 | const char *path; |
| 258 | void __iomem *base; |
| 259 | int err; |
| 260 | int irq; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 261 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 262 | err = of_property_read_string(of_aliases, |
| 263 | "arm,timer-primary", &path); |
| 264 | if (WARN_ON(err)) |
| 265 | return; |
| 266 | node = of_find_node_by_path(path); |
| 267 | base = of_iomap(node, 0); |
| 268 | if (WARN_ON(!base)) |
| 269 | return; |
| 270 | writel(0, base + TIMER_CTRL); |
| 271 | sp804_clocksource_init(base, node->name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 273 | err = of_property_read_string(of_aliases, |
| 274 | "arm,timer-secondary", &path); |
| 275 | if (WARN_ON(err)) |
| 276 | return; |
| 277 | node = of_find_node_by_path(path); |
| 278 | base = of_iomap(node, 0); |
| 279 | if (WARN_ON(!base)) |
| 280 | return; |
| 281 | irq = irq_of_parse_and_map(node, 0); |
| 282 | writel(0, base + TIMER_CTRL); |
| 283 | sp804_clockevents_init(base, irq, node->name); |
| 284 | } |
| 285 | |
| 286 | static struct sys_timer cp_of_timer = { |
| 287 | .init = intcp_timer_init_of, |
| 288 | }; |
| 289 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 290 | static const struct of_device_id fpga_irq_of_match[] __initconst = { |
| 291 | { .compatible = "arm,versatile-fpga-irq", .data = fpga_irq_of_init, }, |
| 292 | { /* Sentinel */ } |
| 293 | }; |
| 294 | |
| 295 | static void __init intcp_init_irq_of(void) |
| 296 | { |
| 297 | of_irq_init(fpga_irq_of_match); |
| 298 | integrator_clk_init(true); |
| 299 | } |
| 300 | |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 301 | /* |
| 302 | * For the Device Tree, add in the UART, MMC and CLCD specifics as AUXDATA |
| 303 | * and enforce the bus names since these are used for clock lookups. |
| 304 | */ |
| 305 | static struct of_dev_auxdata intcp_auxdata_lookup[] __initdata = { |
| 306 | OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_RTC_BASE, |
| 307 | "rtc", NULL), |
| 308 | OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_UART0_BASE, |
Linus Walleij | 379df27 | 2012-11-17 19:24:23 +0100 | [diff] [blame] | 309 | "uart0", NULL), |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 310 | OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_UART1_BASE, |
Linus Walleij | 379df27 | 2012-11-17 19:24:23 +0100 | [diff] [blame] | 311 | "uart1", NULL), |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 312 | OF_DEV_AUXDATA("arm,primecell", KMI0_BASE, |
| 313 | "kmi0", NULL), |
| 314 | OF_DEV_AUXDATA("arm,primecell", KMI1_BASE, |
| 315 | "kmi1", NULL), |
| 316 | OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_CP_MMC_BASE, |
| 317 | "mmci", &mmc_data), |
| 318 | OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_CP_AACI_BASE, |
| 319 | "aaci", &mmc_data), |
| 320 | OF_DEV_AUXDATA("arm,primecell", INTCP_PA_CLCD_BASE, |
| 321 | "clcd", &clcd_data), |
Linus Walleij | 73efd53 | 2012-09-06 09:09:11 +0100 | [diff] [blame] | 322 | OF_DEV_AUXDATA("cfi-flash", INTCP_PA_FLASH_BASE, |
| 323 | "physmap-flash", &intcp_flash_data), |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 324 | { /* sentinel */ }, |
| 325 | }; |
| 326 | |
| 327 | static void __init intcp_init_of(void) |
| 328 | { |
Linus Walleij | 64100a0 | 2012-11-02 01:20:43 +0100 | [diff] [blame] | 329 | struct device_node *root; |
| 330 | struct device_node *cpcon; |
| 331 | struct device *parent; |
| 332 | struct soc_device *soc_dev; |
| 333 | struct soc_device_attribute *soc_dev_attr; |
| 334 | u32 intcp_sc_id; |
| 335 | int err; |
| 336 | |
| 337 | /* Here we create an SoC device for the root node */ |
| 338 | root = of_find_node_by_path("/"); |
| 339 | if (!root) |
| 340 | return; |
| 341 | cpcon = of_find_node_by_path("/cpcon"); |
| 342 | if (!cpcon) |
| 343 | return; |
| 344 | |
| 345 | intcp_con_base = of_iomap(cpcon, 0); |
| 346 | if (!intcp_con_base) |
| 347 | return; |
| 348 | |
| 349 | intcp_sc_id = readl(intcp_con_base); |
| 350 | |
| 351 | soc_dev_attr = kzalloc(sizeof(*soc_dev_attr), GFP_KERNEL); |
| 352 | if (!soc_dev_attr) |
| 353 | return; |
| 354 | |
| 355 | err = of_property_read_string(root, "compatible", |
| 356 | &soc_dev_attr->soc_id); |
| 357 | if (err) |
| 358 | return; |
| 359 | err = of_property_read_string(root, "model", &soc_dev_attr->machine); |
| 360 | if (err) |
| 361 | return; |
| 362 | soc_dev_attr->family = "Integrator"; |
| 363 | soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%c", |
| 364 | 'A' + (intcp_sc_id & 0x0f)); |
| 365 | |
| 366 | soc_dev = soc_device_register(soc_dev_attr); |
Russell King | b269b17 | 2013-02-24 10:42:27 +0000 | [diff] [blame^] | 367 | if (IS_ERR(soc_dev)) { |
Linus Walleij | 64100a0 | 2012-11-02 01:20:43 +0100 | [diff] [blame] | 368 | kfree(soc_dev_attr->revision); |
| 369 | kfree(soc_dev_attr); |
| 370 | return; |
| 371 | } |
| 372 | |
| 373 | parent = soc_device_to_device(soc_dev); |
Russell King | b269b17 | 2013-02-24 10:42:27 +0000 | [diff] [blame^] | 374 | integrator_init_sysfs(parent, intcp_sc_id); |
Linus Walleij | 64100a0 | 2012-11-02 01:20:43 +0100 | [diff] [blame] | 375 | of_platform_populate(root, of_default_bus_match_table, |
| 376 | intcp_auxdata_lookup, parent); |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 377 | } |
| 378 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 379 | static const char * intcp_dt_board_compat[] = { |
| 380 | "arm,integrator-cp", |
| 381 | NULL, |
| 382 | }; |
| 383 | |
| 384 | DT_MACHINE_START(INTEGRATOR_CP_DT, "ARM Integrator/CP (Device Tree)") |
| 385 | .reserve = integrator_reserve, |
| 386 | .map_io = intcp_map_io, |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 387 | .init_early = intcp_init_early, |
| 388 | .init_irq = intcp_init_irq_of, |
| 389 | .handle_irq = fpga_handle_irq, |
| 390 | .timer = &cp_of_timer, |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 391 | .init_machine = intcp_init_of, |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 392 | .restart = integrator_restart, |
| 393 | .dt_compat = intcp_dt_board_compat, |
| 394 | MACHINE_END |
| 395 | |
| 396 | #endif |
| 397 | |
| 398 | #ifdef CONFIG_ATAGS |
| 399 | |
| 400 | /* |
Linus Walleij | e6fae08 | 2012-11-04 21:03:02 +0100 | [diff] [blame] | 401 | * For the ATAG boot some static mappings are needed. This will |
| 402 | * go away with the ATAG support down the road. |
| 403 | */ |
| 404 | |
| 405 | static struct map_desc intcp_io_desc_atag[] __initdata = { |
| 406 | { |
| 407 | .virtual = IO_ADDRESS(INTEGRATOR_CP_CTL_BASE), |
| 408 | .pfn = __phys_to_pfn(INTEGRATOR_CP_CTL_BASE), |
| 409 | .length = SZ_4K, |
| 410 | .type = MT_DEVICE |
| 411 | }, |
| 412 | }; |
| 413 | |
| 414 | static void __init intcp_map_io_atag(void) |
| 415 | { |
| 416 | iotable_init(intcp_io_desc_atag, ARRAY_SIZE(intcp_io_desc_atag)); |
| 417 | intcp_con_base = __io_address(INTEGRATOR_CP_CTL_BASE); |
| 418 | intcp_map_io(); |
| 419 | } |
| 420 | |
| 421 | |
| 422 | /* |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 423 | * This is where non-devicetree initialization code is collected and stashed |
| 424 | * for eventual deletion. |
| 425 | */ |
| 426 | |
Linus Walleij | 73efd53 | 2012-09-06 09:09:11 +0100 | [diff] [blame] | 427 | #define INTCP_FLASH_SIZE SZ_32M |
| 428 | |
| 429 | static struct resource intcp_flash_resource = { |
| 430 | .start = INTCP_PA_FLASH_BASE, |
| 431 | .end = INTCP_PA_FLASH_BASE + INTCP_FLASH_SIZE - 1, |
| 432 | .flags = IORESOURCE_MEM, |
| 433 | }; |
| 434 | |
| 435 | static struct platform_device intcp_flash_device = { |
| 436 | .name = "physmap-flash", |
| 437 | .id = 0, |
| 438 | .dev = { |
| 439 | .platform_data = &intcp_flash_data, |
| 440 | }, |
| 441 | .num_resources = 1, |
| 442 | .resource = &intcp_flash_resource, |
| 443 | }; |
| 444 | |
| 445 | #define INTCP_ETH_SIZE 0x10 |
| 446 | |
| 447 | static struct resource smc91x_resources[] = { |
| 448 | [0] = { |
| 449 | .start = INTEGRATOR_CP_ETH_BASE, |
| 450 | .end = INTEGRATOR_CP_ETH_BASE + INTCP_ETH_SIZE - 1, |
| 451 | .flags = IORESOURCE_MEM, |
| 452 | }, |
| 453 | [1] = { |
| 454 | .start = IRQ_CP_ETHINT, |
| 455 | .end = IRQ_CP_ETHINT, |
| 456 | .flags = IORESOURCE_IRQ, |
| 457 | }, |
| 458 | }; |
| 459 | |
| 460 | static struct platform_device smc91x_device = { |
| 461 | .name = "smc91x", |
| 462 | .id = 0, |
| 463 | .num_resources = ARRAY_SIZE(smc91x_resources), |
| 464 | .resource = smc91x_resources, |
| 465 | }; |
| 466 | |
| 467 | static struct platform_device *intcp_devs[] __initdata = { |
| 468 | &intcp_flash_device, |
| 469 | &smc91x_device, |
| 470 | }; |
| 471 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 472 | #define INTCP_VA_CIC_BASE __io_address(INTEGRATOR_HDR_BASE + 0x40) |
| 473 | #define INTCP_VA_PIC_BASE __io_address(INTEGRATOR_IC_BASE) |
| 474 | #define INTCP_VA_SIC_BASE __io_address(INTEGRATOR_CP_SIC_BASE) |
| 475 | |
| 476 | static void __init intcp_init_irq(void) |
| 477 | { |
| 478 | u32 pic_mask, cic_mask, sic_mask; |
| 479 | |
| 480 | /* These masks are for the HW IRQ registers */ |
Linus Walleij | da72a66 | 2012-10-27 01:24:29 +0200 | [diff] [blame] | 481 | pic_mask = ~((~0u) << (11 - 0)); |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 482 | pic_mask |= (~((~0u) << (29 - 22))) << 22; |
| 483 | cic_mask = ~((~0u) << (1 + IRQ_CIC_END - IRQ_CIC_START)); |
| 484 | sic_mask = ~((~0u) << (1 + IRQ_SIC_END - IRQ_SIC_START)); |
| 485 | |
| 486 | /* |
| 487 | * Disable all interrupt sources |
| 488 | */ |
| 489 | writel(0xffffffff, INTCP_VA_PIC_BASE + IRQ_ENABLE_CLEAR); |
| 490 | writel(0xffffffff, INTCP_VA_PIC_BASE + FIQ_ENABLE_CLEAR); |
| 491 | writel(0xffffffff, INTCP_VA_CIC_BASE + IRQ_ENABLE_CLEAR); |
| 492 | writel(0xffffffff, INTCP_VA_CIC_BASE + FIQ_ENABLE_CLEAR); |
| 493 | writel(sic_mask, INTCP_VA_SIC_BASE + IRQ_ENABLE_CLEAR); |
| 494 | writel(sic_mask, INTCP_VA_SIC_BASE + FIQ_ENABLE_CLEAR); |
| 495 | |
| 496 | fpga_irq_init(INTCP_VA_PIC_BASE, "PIC", IRQ_PIC_START, |
| 497 | -1, pic_mask, NULL); |
| 498 | |
| 499 | fpga_irq_init(INTCP_VA_CIC_BASE, "CIC", IRQ_CIC_START, |
| 500 | -1, cic_mask, NULL); |
| 501 | |
| 502 | fpga_irq_init(INTCP_VA_SIC_BASE, "SIC", IRQ_SIC_START, |
| 503 | IRQ_CP_CPPLDINT, sic_mask, NULL); |
| 504 | |
| 505 | integrator_clk_init(true); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 506 | } |
| 507 | |
Russell King | 5a46334 | 2010-01-16 23:52:12 +0000 | [diff] [blame] | 508 | #define TIMER0_VA_BASE __io_address(INTEGRATOR_TIMER0_BASE) |
| 509 | #define TIMER1_VA_BASE __io_address(INTEGRATOR_TIMER1_BASE) |
| 510 | #define TIMER2_VA_BASE __io_address(INTEGRATOR_TIMER2_BASE) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 511 | |
| 512 | static void __init intcp_timer_init(void) |
| 513 | { |
Russell King | 5a46334 | 2010-01-16 23:52:12 +0000 | [diff] [blame] | 514 | writel(0, TIMER0_VA_BASE + TIMER_CTRL); |
| 515 | writel(0, TIMER1_VA_BASE + TIMER_CTRL); |
| 516 | writel(0, TIMER2_VA_BASE + TIMER_CTRL); |
| 517 | |
Russell King | fb593cf | 2011-05-12 12:08:23 +0100 | [diff] [blame] | 518 | sp804_clocksource_init(TIMER2_VA_BASE, "timer2"); |
Russell King | 57cc4f7 | 2011-05-12 15:31:13 +0100 | [diff] [blame] | 519 | sp804_clockevents_init(TIMER1_VA_BASE, IRQ_TIMERINT1, "timer1"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 520 | } |
| 521 | |
| 522 | static struct sys_timer cp_timer = { |
| 523 | .init = intcp_timer_init, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 524 | }; |
| 525 | |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 526 | #define INTEGRATOR_CP_MMC_IRQS { IRQ_CP_MMCIINT0, IRQ_CP_MMCIINT1 } |
| 527 | #define INTEGRATOR_CP_AACI_IRQS { IRQ_CP_AACIINT } |
| 528 | |
| 529 | static AMBA_APB_DEVICE(mmc, "mmci", 0, INTEGRATOR_CP_MMC_BASE, |
| 530 | INTEGRATOR_CP_MMC_IRQS, &mmc_data); |
| 531 | |
| 532 | static AMBA_APB_DEVICE(aaci, "aaci", 0, INTEGRATOR_CP_AACI_BASE, |
| 533 | INTEGRATOR_CP_AACI_IRQS, NULL); |
| 534 | |
| 535 | static AMBA_AHB_DEVICE(clcd, "clcd", 0, INTCP_PA_CLCD_BASE, |
| 536 | { IRQ_CP_CLCDCINT }, &clcd_data); |
| 537 | |
| 538 | static struct amba_device *amba_devs[] __initdata = { |
| 539 | &mmc_device, |
| 540 | &aaci_device, |
| 541 | &clcd_device, |
| 542 | }; |
| 543 | |
| 544 | static void __init intcp_init(void) |
| 545 | { |
| 546 | int i; |
| 547 | |
| 548 | platform_add_devices(intcp_devs, ARRAY_SIZE(intcp_devs)); |
| 549 | |
| 550 | for (i = 0; i < ARRAY_SIZE(amba_devs); i++) { |
| 551 | struct amba_device *d = amba_devs[i]; |
| 552 | amba_device_register(d, &iomem_resource); |
| 553 | } |
| 554 | integrator_init(true); |
| 555 | } |
| 556 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 557 | MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP") |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 558 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
Nicolas Pitre | c5e587a | 2011-07-05 22:38:12 -0400 | [diff] [blame] | 559 | .atag_offset = 0x100, |
Russell King | 98c672c | 2010-05-22 18:18:57 +0100 | [diff] [blame] | 560 | .reserve = integrator_reserve, |
Linus Walleij | e6fae08 | 2012-11-04 21:03:02 +0100 | [diff] [blame] | 561 | .map_io = intcp_map_io_atag, |
Russell King | c735c98 | 2011-01-11 13:00:04 +0000 | [diff] [blame] | 562 | .init_early = intcp_init_early, |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 563 | .init_irq = intcp_init_irq, |
Linus Walleij | 3108e6a | 2012-04-28 14:33:47 +0100 | [diff] [blame] | 564 | .handle_irq = fpga_handle_irq, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 565 | .timer = &cp_timer, |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 566 | .init_machine = intcp_init, |
Russell King | 6338b66 | 2011-11-03 19:54:37 +0000 | [diff] [blame] | 567 | .restart = integrator_restart, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | MACHINE_END |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 569 | |
| 570 | #endif |