Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/arch/arm/mach-integrator/integrator_ap.c |
| 3 | * |
| 4 | * Copyright (C) 2000-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, or |
| 9 | * (at your option) any later version. |
| 10 | * |
| 11 | * This program is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | * GNU General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License |
| 17 | * along with this program; if not, write to the Free Software |
| 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 19 | */ |
| 20 | #include <linux/types.h> |
| 21 | #include <linux/kernel.h> |
| 22 | #include <linux/init.h> |
| 23 | #include <linux/list.h> |
Russell King | d052d1b | 2005-10-29 19:07:23 +0100 | [diff] [blame] | 24 | #include <linux/platform_device.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | #include <linux/slab.h> |
| 26 | #include <linux/string.h> |
Rafael J. Wysocki | b780805 | 2011-04-22 22:02:55 +0200 | [diff] [blame] | 27 | #include <linux/syscore_ops.h> |
Russell King | a62c80e | 2006-01-07 13:52:45 +0000 | [diff] [blame] | 28 | #include <linux/amba/bus.h> |
| 29 | #include <linux/amba/kmi.h> |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 30 | #include <linux/clocksource.h> |
| 31 | #include <linux/clockchips.h> |
| 32 | #include <linux/interrupt.h> |
Russell King | fced80c | 2008-09-06 12:10:45 +0100 | [diff] [blame] | 33 | #include <linux/io.h> |
Marc Zyngier | f07e762 | 2011-05-18 10:51:52 +0100 | [diff] [blame] | 34 | #include <linux/mtd/physmap.h> |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 35 | #include <linux/clk.h> |
Linus Walleij | a613163 | 2012-06-11 17:33:12 +0200 | [diff] [blame] | 36 | #include <linux/platform_data/clk-integrator.h> |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 37 | #include <linux/of_irq.h> |
| 38 | #include <linux/of_address.h> |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 39 | #include <linux/of_platform.h> |
Linus Walleij | b71d842 | 2011-09-04 23:40:08 +0200 | [diff] [blame] | 40 | #include <video/vga.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 42 | #include <mach/hardware.h> |
Russell King | a285edc | 2010-01-14 19:59:37 +0000 | [diff] [blame] | 43 | #include <mach/platform.h> |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 44 | #include <asm/hardware/arm_timer.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | #include <asm/setup.h> |
Tim Schmielau | 4e57b68 | 2005-10-30 15:03:48 -0800 | [diff] [blame] | 46 | #include <asm/param.h> /* HZ */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | #include <asm/mach-types.h> |
Linus Walleij | a9d6d15 | 2012-01-31 23:38:23 +0100 | [diff] [blame] | 48 | #include <asm/sched_clock.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 50 | #include <mach/lm.h> |
Linus Walleij | 695436e | 2012-02-26 10:46:48 +0100 | [diff] [blame] | 51 | #include <mach/irqs.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | |
| 53 | #include <asm/mach/arch.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 54 | #include <asm/mach/irq.h> |
| 55 | #include <asm/mach/map.h> |
| 56 | #include <asm/mach/time.h> |
| 57 | |
Russell King | c41b16f | 2011-01-19 15:32:15 +0000 | [diff] [blame] | 58 | #include <plat/fpga-irq.h> |
| 59 | |
Russell King | 98c672c | 2010-05-22 18:18:57 +0100 | [diff] [blame] | 60 | #include "common.h" |
| 61 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | /* |
| 63 | * All IO addresses are mapped onto VA 0xFFFx.xxxx, where x.xxxx |
| 64 | * is the (PA >> 12). |
| 65 | * |
| 66 | * Setup a VA for the Integrator interrupt controller (for header #0, |
| 67 | * just for now). |
| 68 | */ |
Russell King | c41b16f | 2011-01-19 15:32:15 +0000 | [diff] [blame] | 69 | #define VA_IC_BASE __io_address(INTEGRATOR_IC_BASE) |
| 70 | #define VA_SC_BASE __io_address(INTEGRATOR_SC_BASE) |
| 71 | #define VA_EBI_BASE __io_address(INTEGRATOR_EBI_BASE) |
| 72 | #define VA_CMIC_BASE __io_address(INTEGRATOR_HDR_IC) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | |
| 74 | /* |
| 75 | * Logical Physical |
| 76 | * e8000000 40000000 PCI memory PHYS_PCI_MEM_BASE (max 512M) |
| 77 | * ec000000 61000000 PCI config space PHYS_PCI_CONFIG_BASE (max 16M) |
| 78 | * ed000000 62000000 PCI V3 regs PHYS_PCI_V3_BASE (max 64k) |
| 79 | * ee000000 60000000 PCI IO PHYS_PCI_IO_BASE (max 16M) |
| 80 | * ef000000 Cache flush |
| 81 | * f1000000 10000000 Core module registers |
| 82 | * f1100000 11000000 System controller registers |
| 83 | * f1200000 12000000 EBI registers |
| 84 | * f1300000 13000000 Counter/Timer |
| 85 | * f1400000 14000000 Interrupt controller |
| 86 | * f1600000 16000000 UART 0 |
| 87 | * f1700000 17000000 UART 1 |
| 88 | * f1a00000 1a000000 Debug LEDs |
| 89 | * f1b00000 1b000000 GPIO |
| 90 | */ |
| 91 | |
| 92 | static struct map_desc ap_io_desc[] __initdata = { |
Deepak Saxena | c8d2729 | 2005-10-28 15:19:10 +0100 | [diff] [blame] | 93 | { |
| 94 | .virtual = IO_ADDRESS(INTEGRATOR_HDR_BASE), |
| 95 | .pfn = __phys_to_pfn(INTEGRATOR_HDR_BASE), |
| 96 | .length = SZ_4K, |
| 97 | .type = MT_DEVICE |
| 98 | }, { |
| 99 | .virtual = IO_ADDRESS(INTEGRATOR_SC_BASE), |
| 100 | .pfn = __phys_to_pfn(INTEGRATOR_SC_BASE), |
| 101 | .length = SZ_4K, |
| 102 | .type = MT_DEVICE |
| 103 | }, { |
| 104 | .virtual = IO_ADDRESS(INTEGRATOR_EBI_BASE), |
| 105 | .pfn = __phys_to_pfn(INTEGRATOR_EBI_BASE), |
| 106 | .length = SZ_4K, |
| 107 | .type = MT_DEVICE |
| 108 | }, { |
| 109 | .virtual = IO_ADDRESS(INTEGRATOR_CT_BASE), |
| 110 | .pfn = __phys_to_pfn(INTEGRATOR_CT_BASE), |
| 111 | .length = SZ_4K, |
| 112 | .type = MT_DEVICE |
| 113 | }, { |
| 114 | .virtual = IO_ADDRESS(INTEGRATOR_IC_BASE), |
| 115 | .pfn = __phys_to_pfn(INTEGRATOR_IC_BASE), |
| 116 | .length = SZ_4K, |
| 117 | .type = MT_DEVICE |
| 118 | }, { |
| 119 | .virtual = IO_ADDRESS(INTEGRATOR_UART0_BASE), |
| 120 | .pfn = __phys_to_pfn(INTEGRATOR_UART0_BASE), |
| 121 | .length = SZ_4K, |
| 122 | .type = MT_DEVICE |
| 123 | }, { |
| 124 | .virtual = IO_ADDRESS(INTEGRATOR_UART1_BASE), |
| 125 | .pfn = __phys_to_pfn(INTEGRATOR_UART1_BASE), |
| 126 | .length = SZ_4K, |
| 127 | .type = MT_DEVICE |
| 128 | }, { |
| 129 | .virtual = IO_ADDRESS(INTEGRATOR_DBG_BASE), |
| 130 | .pfn = __phys_to_pfn(INTEGRATOR_DBG_BASE), |
| 131 | .length = SZ_4K, |
| 132 | .type = MT_DEVICE |
| 133 | }, { |
Russell King | da7ba95 | 2010-01-17 19:59:58 +0000 | [diff] [blame] | 134 | .virtual = IO_ADDRESS(INTEGRATOR_AP_GPIO_BASE), |
| 135 | .pfn = __phys_to_pfn(INTEGRATOR_AP_GPIO_BASE), |
Deepak Saxena | c8d2729 | 2005-10-28 15:19:10 +0100 | [diff] [blame] | 136 | .length = SZ_4K, |
| 137 | .type = MT_DEVICE |
| 138 | }, { |
| 139 | .virtual = PCI_MEMORY_VADDR, |
| 140 | .pfn = __phys_to_pfn(PHYS_PCI_MEM_BASE), |
| 141 | .length = SZ_16M, |
| 142 | .type = MT_DEVICE |
| 143 | }, { |
| 144 | .virtual = PCI_CONFIG_VADDR, |
| 145 | .pfn = __phys_to_pfn(PHYS_PCI_CONFIG_BASE), |
| 146 | .length = SZ_16M, |
| 147 | .type = MT_DEVICE |
| 148 | }, { |
| 149 | .virtual = PCI_V3_VADDR, |
| 150 | .pfn = __phys_to_pfn(PHYS_PCI_V3_BASE), |
| 151 | .length = SZ_64K, |
| 152 | .type = MT_DEVICE |
| 153 | }, { |
| 154 | .virtual = PCI_IO_VADDR, |
| 155 | .pfn = __phys_to_pfn(PHYS_PCI_IO_BASE), |
| 156 | .length = SZ_64K, |
| 157 | .type = MT_DEVICE |
| 158 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 159 | }; |
| 160 | |
| 161 | static void __init ap_map_io(void) |
| 162 | { |
| 163 | iotable_init(ap_io_desc, ARRAY_SIZE(ap_io_desc)); |
Linus Walleij | b71d842 | 2011-09-04 23:40:08 +0200 | [diff] [blame] | 164 | vga_base = PCI_MEMORY_VADDR; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 165 | } |
| 166 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 167 | #ifdef CONFIG_PM |
| 168 | static unsigned long ic_irq_enable; |
| 169 | |
Rafael J. Wysocki | b780805 | 2011-04-22 22:02:55 +0200 | [diff] [blame] | 170 | static int irq_suspend(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 171 | { |
| 172 | ic_irq_enable = readl(VA_IC_BASE + IRQ_ENABLE); |
| 173 | return 0; |
| 174 | } |
| 175 | |
Rafael J. Wysocki | b780805 | 2011-04-22 22:02:55 +0200 | [diff] [blame] | 176 | static void irq_resume(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 177 | { |
| 178 | /* disable all irq sources */ |
| 179 | writel(-1, VA_CMIC_BASE + IRQ_ENABLE_CLEAR); |
| 180 | writel(-1, VA_IC_BASE + IRQ_ENABLE_CLEAR); |
| 181 | writel(-1, VA_IC_BASE + FIQ_ENABLE_CLEAR); |
| 182 | |
| 183 | writel(ic_irq_enable, VA_IC_BASE + IRQ_ENABLE_SET); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | } |
| 185 | #else |
| 186 | #define irq_suspend NULL |
| 187 | #define irq_resume NULL |
| 188 | #endif |
| 189 | |
Rafael J. Wysocki | b780805 | 2011-04-22 22:02:55 +0200 | [diff] [blame] | 190 | static struct syscore_ops irq_syscore_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | .suspend = irq_suspend, |
| 192 | .resume = irq_resume, |
| 193 | }; |
| 194 | |
Rafael J. Wysocki | b780805 | 2011-04-22 22:02:55 +0200 | [diff] [blame] | 195 | static int __init irq_syscore_init(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | { |
Rafael J. Wysocki | b780805 | 2011-04-22 22:02:55 +0200 | [diff] [blame] | 197 | register_syscore_ops(&irq_syscore_ops); |
| 198 | |
| 199 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 200 | } |
| 201 | |
Rafael J. Wysocki | b780805 | 2011-04-22 22:02:55 +0200 | [diff] [blame] | 202 | device_initcall(irq_syscore_init); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | |
| 204 | /* |
| 205 | * Flash handling. |
| 206 | */ |
| 207 | #define SC_CTRLC (VA_SC_BASE + INTEGRATOR_SC_CTRLC_OFFSET) |
| 208 | #define SC_CTRLS (VA_SC_BASE + INTEGRATOR_SC_CTRLS_OFFSET) |
| 209 | #define EBI_CSR1 (VA_EBI_BASE + INTEGRATOR_EBI_CSR1_OFFSET) |
| 210 | #define EBI_LOCK (VA_EBI_BASE + INTEGRATOR_EBI_LOCK_OFFSET) |
| 211 | |
Marc Zyngier | f07e762 | 2011-05-18 10:51:52 +0100 | [diff] [blame] | 212 | static int ap_flash_init(struct platform_device *dev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 213 | { |
| 214 | u32 tmp; |
| 215 | |
| 216 | writel(INTEGRATOR_SC_CTRL_nFLVPPEN | INTEGRATOR_SC_CTRL_nFLWP, SC_CTRLC); |
| 217 | |
| 218 | tmp = readl(EBI_CSR1) | INTEGRATOR_EBI_WRITE_ENABLE; |
| 219 | writel(tmp, EBI_CSR1); |
| 220 | |
| 221 | if (!(readl(EBI_CSR1) & INTEGRATOR_EBI_WRITE_ENABLE)) { |
| 222 | writel(0xa05f, EBI_LOCK); |
| 223 | writel(tmp, EBI_CSR1); |
| 224 | writel(0, EBI_LOCK); |
| 225 | } |
| 226 | return 0; |
| 227 | } |
| 228 | |
Marc Zyngier | f07e762 | 2011-05-18 10:51:52 +0100 | [diff] [blame] | 229 | static void ap_flash_exit(struct platform_device *dev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | { |
| 231 | u32 tmp; |
| 232 | |
| 233 | writel(INTEGRATOR_SC_CTRL_nFLVPPEN | INTEGRATOR_SC_CTRL_nFLWP, SC_CTRLC); |
| 234 | |
| 235 | tmp = readl(EBI_CSR1) & ~INTEGRATOR_EBI_WRITE_ENABLE; |
| 236 | writel(tmp, EBI_CSR1); |
| 237 | |
| 238 | if (readl(EBI_CSR1) & INTEGRATOR_EBI_WRITE_ENABLE) { |
| 239 | writel(0xa05f, EBI_LOCK); |
| 240 | writel(tmp, EBI_CSR1); |
| 241 | writel(0, EBI_LOCK); |
| 242 | } |
| 243 | } |
| 244 | |
Marc Zyngier | 667f390 | 2011-05-18 10:51:55 +0100 | [diff] [blame] | 245 | static void ap_flash_set_vpp(struct platform_device *pdev, int on) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | { |
Russell King | c41b16f | 2011-01-19 15:32:15 +0000 | [diff] [blame] | 247 | void __iomem *reg = on ? SC_CTRLS : SC_CTRLC; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | |
| 249 | writel(INTEGRATOR_SC_CTRL_nFLVPPEN, reg); |
| 250 | } |
| 251 | |
Marc Zyngier | f07e762 | 2011-05-18 10:51:52 +0100 | [diff] [blame] | 252 | static struct physmap_flash_data ap_flash_data = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | .width = 4, |
| 254 | .init = ap_flash_init, |
| 255 | .exit = ap_flash_exit, |
| 256 | .set_vpp = ap_flash_set_vpp, |
| 257 | }; |
| 258 | |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 259 | /* |
| 260 | * Where is the timer (VA)? |
| 261 | */ |
| 262 | #define TIMER0_VA_BASE IO_ADDRESS(INTEGRATOR_TIMER0_BASE) |
| 263 | #define TIMER1_VA_BASE IO_ADDRESS(INTEGRATOR_TIMER1_BASE) |
| 264 | #define TIMER2_VA_BASE IO_ADDRESS(INTEGRATOR_TIMER2_BASE) |
| 265 | |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 266 | static unsigned long timer_reload; |
| 267 | |
Linus Walleij | a9d6d15 | 2012-01-31 23:38:23 +0100 | [diff] [blame] | 268 | static u32 notrace integrator_read_sched_clock(void) |
| 269 | { |
| 270 | return -readl((void __iomem *) TIMER2_VA_BASE + TIMER_VALUE); |
| 271 | } |
| 272 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 273 | static void integrator_clocksource_init(unsigned long inrate, |
| 274 | void __iomem *base) |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 275 | { |
Linus Walleij | bb9ea77 | 2011-09-06 08:08:13 +0100 | [diff] [blame] | 276 | u32 ctrl = TIMER_CTRL_ENABLE | TIMER_CTRL_PERIODIC; |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 277 | unsigned long rate = inrate; |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 278 | |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 279 | if (rate >= 1500000) { |
| 280 | rate /= 16; |
Linus Walleij | bb9ea77 | 2011-09-06 08:08:13 +0100 | [diff] [blame] | 281 | ctrl |= TIMER_CTRL_DIV16; |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 282 | } |
| 283 | |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 284 | writel(0xffff, base + TIMER_LOAD); |
Linus Walleij | bb9ea77 | 2011-09-06 08:08:13 +0100 | [diff] [blame] | 285 | writel(ctrl, base + TIMER_CTRL); |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 286 | |
Russell King | c5039f5 | 2011-05-08 15:35:22 +0100 | [diff] [blame] | 287 | clocksource_mmio_init(base + TIMER_VALUE, "timer2", |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 288 | rate, 200, 16, clocksource_mmio_readl_down); |
Linus Walleij | a9d6d15 | 2012-01-31 23:38:23 +0100 | [diff] [blame] | 289 | setup_sched_clock(integrator_read_sched_clock, 16, rate); |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 290 | } |
| 291 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 292 | static void __iomem * clkevt_base; |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 293 | |
| 294 | /* |
| 295 | * IRQ handler for the timer |
| 296 | */ |
| 297 | static irqreturn_t integrator_timer_interrupt(int irq, void *dev_id) |
| 298 | { |
| 299 | struct clock_event_device *evt = dev_id; |
| 300 | |
| 301 | /* clear the interrupt */ |
| 302 | writel(1, clkevt_base + TIMER_INTCLR); |
| 303 | |
| 304 | evt->event_handler(evt); |
| 305 | |
| 306 | return IRQ_HANDLED; |
| 307 | } |
| 308 | |
| 309 | static void clkevt_set_mode(enum clock_event_mode mode, struct clock_event_device *evt) |
| 310 | { |
| 311 | u32 ctrl = readl(clkevt_base + TIMER_CTRL) & ~TIMER_CTRL_ENABLE; |
| 312 | |
Linus Walleij | 02f5632 | 2011-09-08 21:21:42 +0100 | [diff] [blame] | 313 | /* Disable timer */ |
| 314 | writel(ctrl, clkevt_base + TIMER_CTRL); |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 315 | |
Linus Walleij | 02f5632 | 2011-09-08 21:21:42 +0100 | [diff] [blame] | 316 | switch (mode) { |
| 317 | case CLOCK_EVT_MODE_PERIODIC: |
| 318 | /* Enable the timer and start the periodic tick */ |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 319 | writel(timer_reload, clkevt_base + TIMER_LOAD); |
| 320 | ctrl |= TIMER_CTRL_PERIODIC | TIMER_CTRL_ENABLE; |
Linus Walleij | 02f5632 | 2011-09-08 21:21:42 +0100 | [diff] [blame] | 321 | writel(ctrl, clkevt_base + TIMER_CTRL); |
| 322 | break; |
| 323 | case CLOCK_EVT_MODE_ONESHOT: |
| 324 | /* Leave the timer disabled, .set_next_event will enable it */ |
| 325 | ctrl &= ~TIMER_CTRL_PERIODIC; |
| 326 | writel(ctrl, clkevt_base + TIMER_CTRL); |
| 327 | break; |
| 328 | case CLOCK_EVT_MODE_UNUSED: |
| 329 | case CLOCK_EVT_MODE_SHUTDOWN: |
| 330 | case CLOCK_EVT_MODE_RESUME: |
| 331 | default: |
| 332 | /* Just leave in disabled state */ |
| 333 | break; |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 334 | } |
| 335 | |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 336 | } |
| 337 | |
| 338 | static int clkevt_set_next_event(unsigned long next, struct clock_event_device *evt) |
| 339 | { |
| 340 | unsigned long ctrl = readl(clkevt_base + TIMER_CTRL); |
| 341 | |
| 342 | writel(ctrl & ~TIMER_CTRL_ENABLE, clkevt_base + TIMER_CTRL); |
| 343 | writel(next, clkevt_base + TIMER_LOAD); |
| 344 | writel(ctrl | TIMER_CTRL_ENABLE, clkevt_base + TIMER_CTRL); |
| 345 | |
| 346 | return 0; |
| 347 | } |
| 348 | |
| 349 | static struct clock_event_device integrator_clockevent = { |
| 350 | .name = "timer1", |
Linus Walleij | 02f5632 | 2011-09-08 21:21:42 +0100 | [diff] [blame] | 351 | .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT, |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 352 | .set_mode = clkevt_set_mode, |
| 353 | .set_next_event = clkevt_set_next_event, |
| 354 | .rating = 300, |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 355 | }; |
| 356 | |
| 357 | static struct irqaction integrator_timer_irq = { |
| 358 | .name = "timer", |
| 359 | .flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL, |
| 360 | .handler = integrator_timer_interrupt, |
| 361 | .dev_id = &integrator_clockevent, |
| 362 | }; |
| 363 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 364 | static void integrator_clockevent_init(unsigned long inrate, |
| 365 | void __iomem *base, int irq) |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 366 | { |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 367 | unsigned long rate = inrate; |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 368 | unsigned int ctrl = 0; |
| 369 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 370 | clkevt_base = base; |
Linus Walleij | 6d8ce71 | 2011-09-08 21:22:32 +0100 | [diff] [blame] | 371 | /* Calculate and program a divisor */ |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 372 | if (rate > 0x100000 * HZ) { |
| 373 | rate /= 256; |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 374 | ctrl |= TIMER_CTRL_DIV256; |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 375 | } else if (rate > 0x10000 * HZ) { |
| 376 | rate /= 16; |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 377 | ctrl |= TIMER_CTRL_DIV16; |
| 378 | } |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 379 | timer_reload = rate / HZ; |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 380 | writel(ctrl, clkevt_base + TIMER_CTRL); |
| 381 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 382 | setup_irq(irq, &integrator_timer_irq); |
Linus Walleij | 6d8ce71 | 2011-09-08 21:22:32 +0100 | [diff] [blame] | 383 | clockevents_config_and_register(&integrator_clockevent, |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 384 | rate, |
Linus Walleij | 6d8ce71 | 2011-09-08 21:22:32 +0100 | [diff] [blame] | 385 | 1, |
| 386 | 0xffffU); |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 387 | } |
| 388 | |
Linus Walleij | a613163 | 2012-06-11 17:33:12 +0200 | [diff] [blame] | 389 | void __init ap_init_early(void) |
| 390 | { |
| 391 | } |
| 392 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 393 | #ifdef CONFIG_OF |
| 394 | |
| 395 | static void __init ap_init_timer_of(void) |
| 396 | { |
| 397 | struct device_node *node; |
| 398 | const char *path; |
| 399 | void __iomem *base; |
| 400 | int err; |
| 401 | int irq; |
| 402 | struct clk *clk; |
| 403 | unsigned long rate; |
| 404 | |
| 405 | clk = clk_get_sys("ap_timer", NULL); |
| 406 | BUG_ON(IS_ERR(clk)); |
| 407 | clk_prepare_enable(clk); |
| 408 | rate = clk_get_rate(clk); |
| 409 | |
| 410 | err = of_property_read_string(of_aliases, |
| 411 | "arm,timer-primary", &path); |
| 412 | if (WARN_ON(err)) |
| 413 | return; |
| 414 | node = of_find_node_by_path(path); |
| 415 | base = of_iomap(node, 0); |
| 416 | if (WARN_ON(!base)) |
| 417 | return; |
| 418 | writel(0, base + TIMER_CTRL); |
| 419 | integrator_clocksource_init(rate, base); |
| 420 | |
| 421 | err = of_property_read_string(of_aliases, |
| 422 | "arm,timer-secondary", &path); |
| 423 | if (WARN_ON(err)) |
| 424 | return; |
| 425 | node = of_find_node_by_path(path); |
| 426 | base = of_iomap(node, 0); |
| 427 | if (WARN_ON(!base)) |
| 428 | return; |
| 429 | irq = irq_of_parse_and_map(node, 0); |
| 430 | writel(0, base + TIMER_CTRL); |
| 431 | integrator_clockevent_init(rate, base, irq); |
| 432 | } |
| 433 | |
| 434 | static struct sys_timer ap_of_timer = { |
| 435 | .init = ap_init_timer_of, |
| 436 | }; |
| 437 | |
| 438 | static const struct of_device_id fpga_irq_of_match[] __initconst = { |
| 439 | { .compatible = "arm,versatile-fpga-irq", .data = fpga_irq_of_init, }, |
| 440 | { /* Sentinel */ } |
| 441 | }; |
| 442 | |
| 443 | static void __init ap_init_irq_of(void) |
| 444 | { |
| 445 | /* disable core module IRQs */ |
| 446 | writel(0xffffffffU, VA_CMIC_BASE + IRQ_ENABLE_CLEAR); |
| 447 | of_irq_init(fpga_irq_of_match); |
| 448 | integrator_clk_init(false); |
| 449 | } |
| 450 | |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 451 | /* For the Device Tree, add in the UART callbacks as AUXDATA */ |
| 452 | static struct of_dev_auxdata ap_auxdata_lookup[] __initdata = { |
| 453 | OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_RTC_BASE, |
| 454 | "rtc", NULL), |
| 455 | OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_UART0_BASE, |
| 456 | "uart0", &integrator_uart_data), |
| 457 | OF_DEV_AUXDATA("arm,primecell", INTEGRATOR_UART1_BASE, |
| 458 | "uart1", &integrator_uart_data), |
| 459 | OF_DEV_AUXDATA("arm,primecell", KMI0_BASE, |
| 460 | "kmi0", NULL), |
| 461 | OF_DEV_AUXDATA("arm,primecell", KMI1_BASE, |
| 462 | "kmi1", NULL), |
Linus Walleij | 73efd53 | 2012-09-06 09:09:11 +0100 | [diff] [blame^] | 463 | OF_DEV_AUXDATA("cfi-flash", INTEGRATOR_FLASH_BASE, |
| 464 | "physmap-flash", &ap_flash_data), |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 465 | { /* sentinel */ }, |
| 466 | }; |
| 467 | |
| 468 | static void __init ap_init_of(void) |
| 469 | { |
| 470 | unsigned long sc_dec; |
| 471 | int i; |
| 472 | |
| 473 | of_platform_populate(NULL, of_default_bus_match_table, |
| 474 | ap_auxdata_lookup, NULL); |
| 475 | |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 476 | sc_dec = readl(VA_SC_BASE + INTEGRATOR_SC_DEC_OFFSET); |
| 477 | for (i = 0; i < 4; i++) { |
| 478 | struct lm_device *lmdev; |
| 479 | |
| 480 | if ((sc_dec & (16 << i)) == 0) |
| 481 | continue; |
| 482 | |
| 483 | lmdev = kzalloc(sizeof(struct lm_device), GFP_KERNEL); |
| 484 | if (!lmdev) |
| 485 | continue; |
| 486 | |
| 487 | lmdev->resource.start = 0xc0000000 + 0x10000000 * i; |
| 488 | lmdev->resource.end = lmdev->resource.start + 0x0fffffff; |
| 489 | lmdev->resource.flags = IORESOURCE_MEM; |
| 490 | lmdev->irq = IRQ_AP_EXPINT0 + i; |
| 491 | lmdev->id = i; |
| 492 | |
| 493 | lm_device_register(lmdev); |
| 494 | } |
| 495 | } |
| 496 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 497 | static const char * ap_dt_board_compat[] = { |
| 498 | "arm,integrator-ap", |
| 499 | NULL, |
| 500 | }; |
| 501 | |
| 502 | DT_MACHINE_START(INTEGRATOR_AP_DT, "ARM Integrator/AP (Device Tree)") |
| 503 | .reserve = integrator_reserve, |
| 504 | .map_io = ap_map_io, |
| 505 | .nr_irqs = NR_IRQS_INTEGRATOR_AP, |
| 506 | .init_early = ap_init_early, |
| 507 | .init_irq = ap_init_irq_of, |
| 508 | .handle_irq = fpga_handle_irq, |
| 509 | .timer = &ap_of_timer, |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 510 | .init_machine = ap_init_of, |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 511 | .restart = integrator_restart, |
| 512 | .dt_compat = ap_dt_board_compat, |
| 513 | MACHINE_END |
| 514 | |
| 515 | #endif |
| 516 | |
| 517 | #ifdef CONFIG_ATAGS |
| 518 | |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 519 | /* |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 520 | * This is where non-devicetree initialization code is collected and stashed |
| 521 | * for eventual deletion. |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 522 | */ |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 523 | |
Linus Walleij | 73efd53 | 2012-09-06 09:09:11 +0100 | [diff] [blame^] | 524 | static struct resource cfi_flash_resource = { |
| 525 | .start = INTEGRATOR_FLASH_BASE, |
| 526 | .end = INTEGRATOR_FLASH_BASE + INTEGRATOR_FLASH_SIZE - 1, |
| 527 | .flags = IORESOURCE_MEM, |
| 528 | }; |
| 529 | |
| 530 | static struct platform_device cfi_flash_device = { |
| 531 | .name = "physmap-flash", |
| 532 | .id = 0, |
| 533 | .dev = { |
| 534 | .platform_data = &ap_flash_data, |
| 535 | }, |
| 536 | .num_resources = 1, |
| 537 | .resource = &cfi_flash_resource, |
| 538 | }; |
| 539 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 540 | static void __init ap_init_timer(void) |
| 541 | { |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 542 | struct clk *clk; |
| 543 | unsigned long rate; |
| 544 | |
| 545 | clk = clk_get_sys("ap_timer", NULL); |
| 546 | BUG_ON(IS_ERR(clk)); |
Linus Walleij | 8bb8148 | 2012-08-05 22:37:55 +0200 | [diff] [blame] | 547 | clk_prepare_enable(clk); |
Linus Walleij | bb76079 | 2011-09-08 21:23:15 +0100 | [diff] [blame] | 548 | rate = clk_get_rate(clk); |
Russell King | 6be4826 | 2010-01-17 16:20:56 +0000 | [diff] [blame] | 549 | |
| 550 | writel(0, TIMER0_VA_BASE + TIMER_CTRL); |
| 551 | writel(0, TIMER1_VA_BASE + TIMER_CTRL); |
| 552 | writel(0, TIMER2_VA_BASE + TIMER_CTRL); |
| 553 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 554 | integrator_clocksource_init(rate, (void __iomem *)TIMER2_VA_BASE); |
| 555 | integrator_clockevent_init(rate, (void __iomem *)TIMER1_VA_BASE, |
| 556 | IRQ_TIMERINT1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 557 | } |
| 558 | |
| 559 | static struct sys_timer ap_timer = { |
| 560 | .init = ap_init_timer, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 561 | }; |
| 562 | |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 563 | #define INTEGRATOR_SC_VALID_INT 0x003fffff |
| 564 | |
| 565 | static void __init ap_init_irq(void) |
| 566 | { |
| 567 | /* Disable all interrupts initially. */ |
| 568 | /* Do the core module ones */ |
| 569 | writel(-1, VA_CMIC_BASE + IRQ_ENABLE_CLEAR); |
| 570 | |
| 571 | /* do the header card stuff next */ |
| 572 | writel(-1, VA_IC_BASE + IRQ_ENABLE_CLEAR); |
| 573 | writel(-1, VA_IC_BASE + FIQ_ENABLE_CLEAR); |
| 574 | |
| 575 | fpga_irq_init(VA_IC_BASE, "SC", IRQ_PIC_START, |
| 576 | -1, INTEGRATOR_SC_VALID_INT, NULL); |
| 577 | integrator_clk_init(false); |
| 578 | } |
| 579 | |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 580 | static void __init ap_init(void) |
| 581 | { |
| 582 | unsigned long sc_dec; |
| 583 | int i; |
| 584 | |
| 585 | platform_device_register(&cfi_flash_device); |
| 586 | |
| 587 | sc_dec = readl(VA_SC_BASE + INTEGRATOR_SC_DEC_OFFSET); |
| 588 | for (i = 0; i < 4; i++) { |
| 589 | struct lm_device *lmdev; |
| 590 | |
| 591 | if ((sc_dec & (16 << i)) == 0) |
| 592 | continue; |
| 593 | |
| 594 | lmdev = kzalloc(sizeof(struct lm_device), GFP_KERNEL); |
| 595 | if (!lmdev) |
| 596 | continue; |
| 597 | |
| 598 | lmdev->resource.start = 0xc0000000 + 0x10000000 * i; |
| 599 | lmdev->resource.end = lmdev->resource.start + 0x0fffffff; |
| 600 | lmdev->resource.flags = IORESOURCE_MEM; |
| 601 | lmdev->irq = IRQ_AP_EXPINT0 + i; |
| 602 | lmdev->id = i; |
| 603 | |
| 604 | lm_device_register(lmdev); |
| 605 | } |
| 606 | |
| 607 | integrator_init(false); |
| 608 | } |
| 609 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 610 | MACHINE_START(INTEGRATOR, "ARM-Integrator") |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 611 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
Nicolas Pitre | c5e587a | 2011-07-05 22:38:12 -0400 | [diff] [blame] | 612 | .atag_offset = 0x100, |
Russell King | 98c672c | 2010-05-22 18:18:57 +0100 | [diff] [blame] | 613 | .reserve = integrator_reserve, |
Russell King | c735c98 | 2011-01-11 13:00:04 +0000 | [diff] [blame] | 614 | .map_io = ap_map_io, |
Linus Walleij | 695436e | 2012-02-26 10:46:48 +0100 | [diff] [blame] | 615 | .nr_irqs = NR_IRQS_INTEGRATOR_AP, |
Linus Walleij | a613163 | 2012-06-11 17:33:12 +0200 | [diff] [blame] | 616 | .init_early = ap_init_early, |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 617 | .init_irq = ap_init_irq, |
Linus Walleij | 3108e6a | 2012-04-28 14:33:47 +0100 | [diff] [blame] | 618 | .handle_irq = fpga_handle_irq, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 619 | .timer = &ap_timer, |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 620 | .init_machine = ap_init, |
Russell King | 6338b66 | 2011-11-03 19:54:37 +0000 | [diff] [blame] | 621 | .restart = integrator_restart, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 622 | MACHINE_END |
Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame] | 623 | |
| 624 | #endif |