Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/arch/arm/mach-versatile/core.c |
| 3 | * |
| 4 | * Copyright (C) 1999 - 2003 ARM Limited |
| 5 | * Copyright (C) 2000 Deep Blue Solutions Ltd |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License as published by |
| 9 | * the Free Software Foundation; either version 2 of the License, or |
| 10 | * (at your option) any later version. |
| 11 | * |
| 12 | * This program is distributed in the hope that it will be useful, |
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. |
| 16 | * |
| 17 | * You should have received a copy of the GNU General Public License |
| 18 | * along with this program; if not, write to the Free Software |
| 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 20 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | #include <linux/init.h> |
| 22 | #include <linux/device.h> |
| 23 | #include <linux/dma-mapping.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/interrupt.h> |
Grant Likely | 3ba7222 | 2011-07-26 03:19:06 -0600 | [diff] [blame] | 26 | #include <linux/irqdomain.h> |
| 27 | #include <linux/of_address.h> |
| 28 | #include <linux/of_platform.h> |
Russell King | a62c80e | 2006-01-07 13:52:45 +0000 | [diff] [blame] | 29 | #include <linux/amba/bus.h> |
| 30 | #include <linux/amba/clcd.h> |
Russell King | bbeddc4 | 2009-07-05 22:43:01 +0100 | [diff] [blame] | 31 | #include <linux/amba/pl061.h> |
Linus Walleij | 6ef297f | 2009-09-22 14:29:36 +0100 | [diff] [blame] | 32 | #include <linux/amba/mmci.h> |
Linus Walleij | ef6f4b1 | 2010-07-14 23:59:27 +0100 | [diff] [blame] | 33 | #include <linux/amba/pl022.h> |
Russell King | fced80c | 2008-09-06 12:10:45 +0100 | [diff] [blame] | 34 | #include <linux/io.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 35 | #include <linux/gfp.h> |
Jean-Christop PLAGNIOL-VILLARD | 6d803ba | 2010-11-17 10:04:33 +0100 | [diff] [blame] | 36 | #include <linux/clkdev.h> |
Marc Zyngier | 68c0e38 | 2011-05-18 10:51:50 +0100 | [diff] [blame] | 37 | #include <linux/mtd/physmap.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | #include <asm/irq.h> |
| 40 | #include <asm/leds.h> |
Russell King | b720f73 | 2005-06-29 15:15:54 +0100 | [diff] [blame] | 41 | #include <asm/hardware/arm_timer.h> |
Russell King | c5a0adb | 2010-01-16 20:16:10 +0000 | [diff] [blame] | 42 | #include <asm/hardware/icst.h> |
Russell King | fa0fe48 | 2006-01-13 21:30:48 +0000 | [diff] [blame] | 43 | #include <asm/hardware/vic.h> |
Russell King | dc5bc8f | 2006-07-10 16:33:54 +0100 | [diff] [blame] | 44 | #include <asm/mach-types.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | |
| 46 | #include <asm/mach/arch.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | #include <asm/mach/irq.h> |
| 48 | #include <asm/mach/time.h> |
| 49 | #include <asm/mach/map.h> |
Russell King | a285edc | 2010-01-14 19:59:37 +0000 | [diff] [blame] | 50 | #include <mach/hardware.h> |
| 51 | #include <mach/platform.h> |
Rob Herring | 8a9618f | 2010-10-06 16:18:08 +0100 | [diff] [blame] | 52 | #include <asm/hardware/timer-sp.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 54 | #include <plat/clcd.h> |
Russell King | c41b16f | 2011-01-19 15:32:15 +0000 | [diff] [blame] | 55 | #include <plat/fpga-irq.h> |
Russell King | 1da0c89 | 2010-12-15 21:56:47 +0000 | [diff] [blame] | 56 | #include <plat/sched_clock.h> |
| 57 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | #include "core.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | |
| 60 | /* |
| 61 | * All IO addresses are mapped onto VA 0xFFFx.xxxx, where x.xxxx |
| 62 | * is the (PA >> 12). |
| 63 | * |
| 64 | * Setup a VA for the Versatile Vectored Interrupt Controller. |
| 65 | */ |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 66 | #define VA_VIC_BASE __io_address(VERSATILE_VIC_BASE) |
| 67 | #define VA_SIC_BASE __io_address(VERSATILE_SIC_BASE) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | |
Russell King | c41b16f | 2011-01-19 15:32:15 +0000 | [diff] [blame] | 69 | static struct fpga_irq_data sic_irq = { |
| 70 | .base = VA_SIC_BASE, |
| 71 | .irq_start = IRQ_SIC_START, |
| 72 | .chip.name = "SIC", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | }; |
| 74 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | #if 1 |
| 76 | #define IRQ_MMCI0A IRQ_VICSOURCE22 |
| 77 | #define IRQ_AACI IRQ_VICSOURCE24 |
| 78 | #define IRQ_ETH IRQ_VICSOURCE25 |
| 79 | #define PIC_MASK 0xFFD00000 |
| 80 | #else |
| 81 | #define IRQ_MMCI0A IRQ_SIC_MMCI0A |
| 82 | #define IRQ_AACI IRQ_SIC_AACI |
| 83 | #define IRQ_ETH IRQ_SIC_ETH |
| 84 | #define PIC_MASK 0 |
| 85 | #endif |
| 86 | |
Grant Likely | 3ba7222 | 2011-07-26 03:19:06 -0600 | [diff] [blame] | 87 | /* Lookup table for finding a DT node that represents the vic instance */ |
| 88 | static const struct of_device_id vic_of_match[] __initconst = { |
| 89 | { .compatible = "arm,versatile-vic", }, |
| 90 | {} |
| 91 | }; |
| 92 | |
| 93 | static const struct of_device_id sic_of_match[] __initconst = { |
| 94 | { .compatible = "arm,versatile-sic", }, |
| 95 | {} |
| 96 | }; |
| 97 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | void __init versatile_init_irq(void) |
| 99 | { |
Grant Likely | 7529495 | 2012-02-14 14:06:57 -0700 | [diff] [blame] | 100 | struct device_node *np; |
| 101 | |
| 102 | np = of_find_matching_node_by_address(NULL, vic_of_match, |
| 103 | VERSATILE_VIC_BASE); |
| 104 | __vic_init(VA_VIC_BASE, IRQ_VIC_START, ~0, 0, np); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 105 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | writel(~0, VA_SIC_BASE + SIC_IRQ_ENABLE_CLEAR); |
| 107 | |
Russell King | c41b16f | 2011-01-19 15:32:15 +0000 | [diff] [blame] | 108 | fpga_irq_init(IRQ_VICSOURCE31, ~PIC_MASK, &sic_irq); |
Grant Likely | 3ba7222 | 2011-07-26 03:19:06 -0600 | [diff] [blame] | 109 | irq_domain_generate_simple(sic_of_match, VERSATILE_SIC_BASE, IRQ_SIC_START); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | |
| 111 | /* |
| 112 | * Interrupts on secondary controller from 0 to 8 are routed to |
| 113 | * source 31 on PIC. |
| 114 | * Interrupts from 21 to 31 are routed directly to the VIC on |
| 115 | * the corresponding number on primary controller. This is controlled |
| 116 | * by setting PIC_ENABLEx. |
| 117 | */ |
| 118 | writel(PIC_MASK, VA_SIC_BASE + SIC_INT_PIC_ENABLE); |
| 119 | } |
| 120 | |
| 121 | static struct map_desc versatile_io_desc[] __initdata = { |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 122 | { |
| 123 | .virtual = IO_ADDRESS(VERSATILE_SYS_BASE), |
| 124 | .pfn = __phys_to_pfn(VERSATILE_SYS_BASE), |
| 125 | .length = SZ_4K, |
| 126 | .type = MT_DEVICE |
| 127 | }, { |
| 128 | .virtual = IO_ADDRESS(VERSATILE_SIC_BASE), |
| 129 | .pfn = __phys_to_pfn(VERSATILE_SIC_BASE), |
| 130 | .length = SZ_4K, |
| 131 | .type = MT_DEVICE |
| 132 | }, { |
| 133 | .virtual = IO_ADDRESS(VERSATILE_VIC_BASE), |
| 134 | .pfn = __phys_to_pfn(VERSATILE_VIC_BASE), |
| 135 | .length = SZ_4K, |
| 136 | .type = MT_DEVICE |
| 137 | }, { |
| 138 | .virtual = IO_ADDRESS(VERSATILE_SCTL_BASE), |
| 139 | .pfn = __phys_to_pfn(VERSATILE_SCTL_BASE), |
| 140 | .length = SZ_4K * 9, |
| 141 | .type = MT_DEVICE |
| 142 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 143 | #ifdef CONFIG_MACH_VERSATILE_AB |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 144 | { |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 145 | .virtual = IO_ADDRESS(VERSATILE_IB2_BASE), |
| 146 | .pfn = __phys_to_pfn(VERSATILE_IB2_BASE), |
| 147 | .length = SZ_64M, |
| 148 | .type = MT_DEVICE |
| 149 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | #endif |
| 151 | #ifdef CONFIG_DEBUG_LL |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 152 | { |
| 153 | .virtual = IO_ADDRESS(VERSATILE_UART0_BASE), |
| 154 | .pfn = __phys_to_pfn(VERSATILE_UART0_BASE), |
| 155 | .length = SZ_4K, |
| 156 | .type = MT_DEVICE |
| 157 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | #endif |
Catalin Marinas | c0da085 | 2005-06-20 18:51:06 +0100 | [diff] [blame] | 159 | #ifdef CONFIG_PCI |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 160 | { |
| 161 | .virtual = IO_ADDRESS(VERSATILE_PCI_CORE_BASE), |
| 162 | .pfn = __phys_to_pfn(VERSATILE_PCI_CORE_BASE), |
| 163 | .length = SZ_4K, |
| 164 | .type = MT_DEVICE |
| 165 | }, { |
Al Viro | 399ad77 | 2006-10-11 17:22:34 +0100 | [diff] [blame] | 166 | .virtual = (unsigned long)VERSATILE_PCI_VIRT_BASE, |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 167 | .pfn = __phys_to_pfn(VERSATILE_PCI_BASE), |
| 168 | .length = VERSATILE_PCI_BASE_SIZE, |
| 169 | .type = MT_DEVICE |
| 170 | }, { |
Al Viro | 399ad77 | 2006-10-11 17:22:34 +0100 | [diff] [blame] | 171 | .virtual = (unsigned long)VERSATILE_PCI_CFG_VIRT_BASE, |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 172 | .pfn = __phys_to_pfn(VERSATILE_PCI_CFG_BASE), |
| 173 | .length = VERSATILE_PCI_CFG_BASE_SIZE, |
| 174 | .type = MT_DEVICE |
| 175 | }, |
Catalin Marinas | c0da085 | 2005-06-20 18:51:06 +0100 | [diff] [blame] | 176 | #if 0 |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 177 | { |
| 178 | .virtual = VERSATILE_PCI_VIRT_MEM_BASE0, |
| 179 | .pfn = __phys_to_pfn(VERSATILE_PCI_MEM_BASE0), |
| 180 | .length = SZ_16M, |
| 181 | .type = MT_DEVICE |
| 182 | }, { |
| 183 | .virtual = VERSATILE_PCI_VIRT_MEM_BASE1, |
| 184 | .pfn = __phys_to_pfn(VERSATILE_PCI_MEM_BASE1), |
| 185 | .length = SZ_16M, |
| 186 | .type = MT_DEVICE |
| 187 | }, { |
| 188 | .virtual = VERSATILE_PCI_VIRT_MEM_BASE2, |
| 189 | .pfn = __phys_to_pfn(VERSATILE_PCI_MEM_BASE2), |
| 190 | .length = SZ_16M, |
| 191 | .type = MT_DEVICE |
| 192 | }, |
Catalin Marinas | c0da085 | 2005-06-20 18:51:06 +0100 | [diff] [blame] | 193 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | #endif |
| 195 | }; |
| 196 | |
| 197 | void __init versatile_map_io(void) |
| 198 | { |
| 199 | iotable_init(versatile_io_desc, ARRAY_SIZE(versatile_io_desc)); |
| 200 | } |
| 201 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 202 | |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 203 | #define VERSATILE_FLASHCTRL (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_FLASH_OFFSET) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | |
Marc Zyngier | 667f390 | 2011-05-18 10:51:55 +0100 | [diff] [blame] | 205 | static void versatile_flash_set_vpp(struct platform_device *pdev, int on) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | { |
| 207 | u32 val; |
| 208 | |
| 209 | val = __raw_readl(VERSATILE_FLASHCTRL); |
| 210 | if (on) |
| 211 | val |= VERSATILE_FLASHPROG_FLVPPEN; |
| 212 | else |
| 213 | val &= ~VERSATILE_FLASHPROG_FLVPPEN; |
| 214 | __raw_writel(val, VERSATILE_FLASHCTRL); |
| 215 | } |
| 216 | |
Marc Zyngier | 68c0e38 | 2011-05-18 10:51:50 +0100 | [diff] [blame] | 217 | static struct physmap_flash_data versatile_flash_data = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | .width = 4, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | .set_vpp = versatile_flash_set_vpp, |
| 220 | }; |
| 221 | |
| 222 | static struct resource versatile_flash_resource = { |
| 223 | .start = VERSATILE_FLASH_BASE, |
Yoav Steinberg | a0c5a64 | 2006-08-13 14:17:12 +0100 | [diff] [blame] | 224 | .end = VERSATILE_FLASH_BASE + VERSATILE_FLASH_SIZE - 1, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 225 | .flags = IORESOURCE_MEM, |
| 226 | }; |
| 227 | |
| 228 | static struct platform_device versatile_flash_device = { |
Marc Zyngier | 68c0e38 | 2011-05-18 10:51:50 +0100 | [diff] [blame] | 229 | .name = "physmap-flash", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | .id = 0, |
| 231 | .dev = { |
| 232 | .platform_data = &versatile_flash_data, |
| 233 | }, |
| 234 | .num_resources = 1, |
| 235 | .resource = &versatile_flash_resource, |
| 236 | }; |
| 237 | |
| 238 | static struct resource smc91x_resources[] = { |
| 239 | [0] = { |
| 240 | .start = VERSATILE_ETH_BASE, |
| 241 | .end = VERSATILE_ETH_BASE + SZ_64K - 1, |
| 242 | .flags = IORESOURCE_MEM, |
| 243 | }, |
| 244 | [1] = { |
| 245 | .start = IRQ_ETH, |
| 246 | .end = IRQ_ETH, |
| 247 | .flags = IORESOURCE_IRQ, |
| 248 | }, |
| 249 | }; |
| 250 | |
| 251 | static struct platform_device smc91x_device = { |
| 252 | .name = "smc91x", |
| 253 | .id = 0, |
| 254 | .num_resources = ARRAY_SIZE(smc91x_resources), |
| 255 | .resource = smc91x_resources, |
| 256 | }; |
| 257 | |
Russell King | 6b65cd7 | 2006-12-10 21:21:32 +0100 | [diff] [blame] | 258 | static struct resource versatile_i2c_resource = { |
| 259 | .start = VERSATILE_I2C_BASE, |
| 260 | .end = VERSATILE_I2C_BASE + SZ_4K - 1, |
| 261 | .flags = IORESOURCE_MEM, |
| 262 | }; |
| 263 | |
| 264 | static struct platform_device versatile_i2c_device = { |
| 265 | .name = "versatile-i2c", |
Catalin Marinas | 533ad5e | 2009-02-12 15:58:20 +0100 | [diff] [blame] | 266 | .id = 0, |
Russell King | 6b65cd7 | 2006-12-10 21:21:32 +0100 | [diff] [blame] | 267 | .num_resources = 1, |
| 268 | .resource = &versatile_i2c_resource, |
| 269 | }; |
| 270 | |
Catalin Marinas | 533ad5e | 2009-02-12 15:58:20 +0100 | [diff] [blame] | 271 | static struct i2c_board_info versatile_i2c_board_info[] = { |
| 272 | { |
Russell King | 64e8be6 | 2009-07-18 15:51:55 +0100 | [diff] [blame] | 273 | I2C_BOARD_INFO("ds1338", 0xd0 >> 1), |
Catalin Marinas | 533ad5e | 2009-02-12 15:58:20 +0100 | [diff] [blame] | 274 | }, |
| 275 | }; |
| 276 | |
| 277 | static int __init versatile_i2c_init(void) |
| 278 | { |
| 279 | return i2c_register_board_info(0, versatile_i2c_board_info, |
| 280 | ARRAY_SIZE(versatile_i2c_board_info)); |
| 281 | } |
| 282 | arch_initcall(versatile_i2c_init); |
| 283 | |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 284 | #define VERSATILE_SYSMCI (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_MCI_OFFSET) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 285 | |
| 286 | unsigned int mmc_status(struct device *dev) |
| 287 | { |
| 288 | struct amba_device *adev = container_of(dev, struct amba_device, dev); |
| 289 | u32 mask; |
| 290 | |
| 291 | if (adev->res.start == VERSATILE_MMCI0_BASE) |
| 292 | mask = 1; |
| 293 | else |
| 294 | mask = 2; |
| 295 | |
| 296 | return readl(VERSATILE_SYSMCI) & mask; |
| 297 | } |
| 298 | |
Linus Walleij | 6ef297f | 2009-09-22 14:29:36 +0100 | [diff] [blame] | 299 | static struct mmci_platform_data mmc0_plat_data = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 300 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
| 301 | .status = mmc_status, |
Russell King | 7fb2bbf | 2009-07-09 15:15:12 +0100 | [diff] [blame] | 302 | .gpio_wp = -1, |
| 303 | .gpio_cd = -1, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 304 | }; |
| 305 | |
Grant Likely | e282326 | 2011-03-30 00:02:29 -0600 | [diff] [blame] | 306 | static struct resource char_lcd_resources[] = { |
Linus Walleij | d161edf | 2010-07-17 12:34:25 +0100 | [diff] [blame] | 307 | { |
| 308 | .start = VERSATILE_CHAR_LCD_BASE, |
| 309 | .end = (VERSATILE_CHAR_LCD_BASE + SZ_4K - 1), |
| 310 | .flags = IORESOURCE_MEM, |
| 311 | }, |
| 312 | }; |
| 313 | |
| 314 | static struct platform_device char_lcd_device = { |
| 315 | .name = "arm-charlcd", |
| 316 | .id = -1, |
| 317 | .num_resources = ARRAY_SIZE(char_lcd_resources), |
| 318 | .resource = char_lcd_resources, |
| 319 | }; |
| 320 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 321 | /* |
| 322 | * Clock handling |
| 323 | */ |
Russell King | 39c0cb0 | 2010-01-16 16:27:28 +0000 | [diff] [blame] | 324 | static const struct icst_params versatile_oscvco_params = { |
Russell King | 64fceb1 | 2010-01-16 17:28:44 +0000 | [diff] [blame] | 325 | .ref = 24000000, |
Russell King | 4de2edb | 2010-01-16 18:08:47 +0000 | [diff] [blame] | 326 | .vco_max = ICST307_VCO_MAX, |
Russell King | e73a46a | 2010-01-16 19:49:39 +0000 | [diff] [blame] | 327 | .vco_min = ICST307_VCO_MIN, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 328 | .vd_min = 4 + 8, |
| 329 | .vd_max = 511 + 8, |
| 330 | .rd_min = 1 + 2, |
| 331 | .rd_max = 127 + 2, |
Russell King | 232eaf7 | 2010-01-16 19:46:19 +0000 | [diff] [blame] | 332 | .s2div = icst307_s2div, |
| 333 | .idx2s = icst307_idx2s, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | }; |
| 335 | |
Russell King | 39c0cb0 | 2010-01-16 16:27:28 +0000 | [diff] [blame] | 336 | static void versatile_oscvco_set(struct clk *clk, struct icst_vco vco) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 337 | { |
Russell King | d1914c7 | 2010-01-14 20:09:34 +0000 | [diff] [blame] | 338 | void __iomem *sys_lock = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_LOCK_OFFSET; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 339 | u32 val; |
| 340 | |
Russell King | d1914c7 | 2010-01-14 20:09:34 +0000 | [diff] [blame] | 341 | val = readl(clk->vcoreg) & ~0x7ffff; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 342 | val |= vco.v | (vco.r << 9) | (vco.s << 16); |
| 343 | |
| 344 | writel(0xa05f, sys_lock); |
Russell King | d1914c7 | 2010-01-14 20:09:34 +0000 | [diff] [blame] | 345 | writel(val, clk->vcoreg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 346 | writel(0, sys_lock); |
| 347 | } |
| 348 | |
Russell King | 9bf5b2e | 2010-03-01 16:18:39 +0000 | [diff] [blame] | 349 | static const struct clk_ops osc4_clk_ops = { |
| 350 | .round = icst_clk_round, |
| 351 | .set = icst_clk_set, |
Russell King | 71a06da | 2008-11-08 20:13:53 +0000 | [diff] [blame] | 352 | .setvco = versatile_oscvco_set, |
| 353 | }; |
| 354 | |
Russell King | 9bf5b2e | 2010-03-01 16:18:39 +0000 | [diff] [blame] | 355 | static struct clk osc4_clk = { |
| 356 | .ops = &osc4_clk_ops, |
| 357 | .params = &versatile_oscvco_params, |
| 358 | }; |
| 359 | |
Russell King | 71a06da | 2008-11-08 20:13:53 +0000 | [diff] [blame] | 360 | /* |
| 361 | * These are fixed clocks. |
| 362 | */ |
| 363 | static struct clk ref24_clk = { |
| 364 | .rate = 24000000, |
| 365 | }; |
| 366 | |
Russell King | 7ff550d | 2011-05-12 13:31:48 +0100 | [diff] [blame] | 367 | static struct clk sp804_clk = { |
| 368 | .rate = 1000000, |
| 369 | }; |
| 370 | |
Russell King | 3126c7b | 2010-07-15 11:01:17 +0100 | [diff] [blame] | 371 | static struct clk dummy_apb_pclk; |
| 372 | |
Rabin Vincent | 982db66 | 2009-05-18 17:29:30 +0100 | [diff] [blame] | 373 | static struct clk_lookup lookups[] = { |
Russell King | 3126c7b | 2010-07-15 11:01:17 +0100 | [diff] [blame] | 374 | { /* AMBA bus clock */ |
| 375 | .con_id = "apb_pclk", |
| 376 | .clk = &dummy_apb_pclk, |
| 377 | }, { /* UART0 */ |
Russell King | 71a06da | 2008-11-08 20:13:53 +0000 | [diff] [blame] | 378 | .dev_id = "dev:f1", |
| 379 | .clk = &ref24_clk, |
| 380 | }, { /* UART1 */ |
| 381 | .dev_id = "dev:f2", |
| 382 | .clk = &ref24_clk, |
| 383 | }, { /* UART2 */ |
| 384 | .dev_id = "dev:f3", |
| 385 | .clk = &ref24_clk, |
| 386 | }, { /* UART3 */ |
| 387 | .dev_id = "fpga:09", |
| 388 | .clk = &ref24_clk, |
| 389 | }, { /* KMI0 */ |
| 390 | .dev_id = "fpga:06", |
| 391 | .clk = &ref24_clk, |
| 392 | }, { /* KMI1 */ |
| 393 | .dev_id = "fpga:07", |
| 394 | .clk = &ref24_clk, |
| 395 | }, { /* MMC0 */ |
| 396 | .dev_id = "fpga:05", |
| 397 | .clk = &ref24_clk, |
| 398 | }, { /* MMC1 */ |
| 399 | .dev_id = "fpga:0b", |
| 400 | .clk = &ref24_clk, |
Linus Walleij | ef6f4b1 | 2010-07-14 23:59:27 +0100 | [diff] [blame] | 401 | }, { /* SSP */ |
| 402 | .dev_id = "dev:f4", |
| 403 | .clk = &ref24_clk, |
Russell King | 71a06da | 2008-11-08 20:13:53 +0000 | [diff] [blame] | 404 | }, { /* CLCD */ |
| 405 | .dev_id = "dev:20", |
| 406 | .clk = &osc4_clk, |
Russell King | 7ff550d | 2011-05-12 13:31:48 +0100 | [diff] [blame] | 407 | }, { /* SP804 timers */ |
| 408 | .dev_id = "sp804", |
| 409 | .clk = &sp804_clk, |
| 410 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 411 | }; |
| 412 | |
| 413 | /* |
| 414 | * CLCD support. |
| 415 | */ |
| 416 | #define SYS_CLCD_MODE_MASK (3 << 0) |
| 417 | #define SYS_CLCD_MODE_888 (0 << 0) |
| 418 | #define SYS_CLCD_MODE_5551 (1 << 0) |
| 419 | #define SYS_CLCD_MODE_565_RLSB (2 << 0) |
| 420 | #define SYS_CLCD_MODE_565_BLSB (3 << 0) |
| 421 | #define SYS_CLCD_NLCDIOON (1 << 2) |
| 422 | #define SYS_CLCD_VDDPOSSWITCH (1 << 3) |
| 423 | #define SYS_CLCD_PWR3V5SWITCH (1 << 4) |
| 424 | #define SYS_CLCD_ID_MASK (0x1f << 8) |
| 425 | #define SYS_CLCD_ID_SANYO_3_8 (0x00 << 8) |
| 426 | #define SYS_CLCD_ID_UNKNOWN_8_4 (0x01 << 8) |
| 427 | #define SYS_CLCD_ID_EPSON_2_2 (0x02 << 8) |
| 428 | #define SYS_CLCD_ID_SANYO_2_5 (0x07 << 8) |
| 429 | #define SYS_CLCD_ID_VGA (0x1f << 8) |
| 430 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 431 | static bool is_sanyo_2_5_lcd; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 432 | |
| 433 | /* |
| 434 | * Disable all display connectors on the interface module. |
| 435 | */ |
| 436 | static void versatile_clcd_disable(struct clcd_fb *fb) |
| 437 | { |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 438 | void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 439 | u32 val; |
| 440 | |
| 441 | val = readl(sys_clcd); |
| 442 | val &= ~SYS_CLCD_NLCDIOON | SYS_CLCD_PWR3V5SWITCH; |
| 443 | writel(val, sys_clcd); |
| 444 | |
| 445 | #ifdef CONFIG_MACH_VERSATILE_AB |
| 446 | /* |
| 447 | * If the LCD is Sanyo 2x5 in on the IB2 board, turn the back-light off |
| 448 | */ |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 449 | if (machine_is_versatile_ab() && is_sanyo_2_5_lcd) { |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 450 | void __iomem *versatile_ib2_ctrl = __io_address(VERSATILE_IB2_CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 451 | unsigned long ctrl; |
| 452 | |
| 453 | ctrl = readl(versatile_ib2_ctrl); |
| 454 | ctrl &= ~0x01; |
| 455 | writel(ctrl, versatile_ib2_ctrl); |
| 456 | } |
| 457 | #endif |
| 458 | } |
| 459 | |
| 460 | /* |
| 461 | * Enable the relevant connector on the interface module. |
| 462 | */ |
| 463 | static void versatile_clcd_enable(struct clcd_fb *fb) |
| 464 | { |
Russell King | 9728c1b | 2011-01-19 23:29:12 +0000 | [diff] [blame] | 465 | struct fb_var_screeninfo *var = &fb->fb.var; |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 466 | void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 467 | u32 val; |
| 468 | |
| 469 | val = readl(sys_clcd); |
| 470 | val &= ~SYS_CLCD_MODE_MASK; |
| 471 | |
Russell King | 9728c1b | 2011-01-19 23:29:12 +0000 | [diff] [blame] | 472 | switch (var->green.length) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 473 | case 5: |
| 474 | val |= SYS_CLCD_MODE_5551; |
| 475 | break; |
| 476 | case 6: |
Russell King | 9728c1b | 2011-01-19 23:29:12 +0000 | [diff] [blame] | 477 | if (var->red.offset == 0) |
| 478 | val |= SYS_CLCD_MODE_565_RLSB; |
| 479 | else |
| 480 | val |= SYS_CLCD_MODE_565_BLSB; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 481 | break; |
| 482 | case 8: |
| 483 | val |= SYS_CLCD_MODE_888; |
| 484 | break; |
| 485 | } |
| 486 | |
| 487 | /* |
| 488 | * Set the MUX |
| 489 | */ |
| 490 | writel(val, sys_clcd); |
| 491 | |
| 492 | /* |
| 493 | * And now enable the PSUs |
| 494 | */ |
| 495 | val |= SYS_CLCD_NLCDIOON | SYS_CLCD_PWR3V5SWITCH; |
| 496 | writel(val, sys_clcd); |
| 497 | |
| 498 | #ifdef CONFIG_MACH_VERSATILE_AB |
| 499 | /* |
| 500 | * If the LCD is Sanyo 2x5 in on the IB2 board, turn the back-light on |
| 501 | */ |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 502 | if (machine_is_versatile_ab() && is_sanyo_2_5_lcd) { |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 503 | void __iomem *versatile_ib2_ctrl = __io_address(VERSATILE_IB2_CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 504 | unsigned long ctrl; |
| 505 | |
| 506 | ctrl = readl(versatile_ib2_ctrl); |
| 507 | ctrl |= 0x01; |
| 508 | writel(ctrl, versatile_ib2_ctrl); |
| 509 | } |
| 510 | #endif |
| 511 | } |
| 512 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 513 | /* |
| 514 | * Detect which LCD panel is connected, and return the appropriate |
| 515 | * clcd_panel structure. Note: we do not have any information on |
| 516 | * the required timings for the 8.4in panel, so we presently assume |
| 517 | * VGA timings. |
| 518 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 519 | static int versatile_clcd_setup(struct clcd_fb *fb) |
| 520 | { |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 521 | void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET; |
| 522 | const char *panel_name; |
| 523 | u32 val; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 524 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 525 | is_sanyo_2_5_lcd = false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 526 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 527 | val = readl(sys_clcd) & SYS_CLCD_ID_MASK; |
| 528 | if (val == SYS_CLCD_ID_SANYO_3_8) |
| 529 | panel_name = "Sanyo TM38QV67A02A"; |
| 530 | else if (val == SYS_CLCD_ID_SANYO_2_5) { |
| 531 | panel_name = "Sanyo QVGA Portrait"; |
| 532 | is_sanyo_2_5_lcd = true; |
| 533 | } else if (val == SYS_CLCD_ID_EPSON_2_2) |
| 534 | panel_name = "Epson L2F50113T00"; |
| 535 | else if (val == SYS_CLCD_ID_VGA) |
| 536 | panel_name = "VGA"; |
| 537 | else { |
| 538 | printk(KERN_ERR "CLCD: unknown LCD panel ID 0x%08x, using VGA\n", |
| 539 | val); |
| 540 | panel_name = "VGA"; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 541 | } |
| 542 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 543 | fb->panel = versatile_clcd_get_panel(panel_name); |
| 544 | if (!fb->panel) |
| 545 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 546 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 547 | return versatile_clcd_setup_dma(fb, SZ_1M); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 548 | } |
| 549 | |
Russell King | 9728c1b | 2011-01-19 23:29:12 +0000 | [diff] [blame] | 550 | static void versatile_clcd_decode(struct clcd_fb *fb, struct clcd_regs *regs) |
| 551 | { |
| 552 | clcdfb_decode(fb, regs); |
| 553 | |
| 554 | /* Always clear BGR for RGB565: we do the routing externally */ |
| 555 | if (fb->fb.var.green.length == 6) |
| 556 | regs->cntl &= ~CNTL_BGR; |
| 557 | } |
| 558 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 559 | static struct clcd_board clcd_plat_data = { |
| 560 | .name = "Versatile", |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 561 | .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 562 | .check = clcdfb_check, |
Russell King | 9728c1b | 2011-01-19 23:29:12 +0000 | [diff] [blame] | 563 | .decode = versatile_clcd_decode, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 564 | .disable = versatile_clcd_disable, |
| 565 | .enable = versatile_clcd_enable, |
| 566 | .setup = versatile_clcd_setup, |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 567 | .mmap = versatile_clcd_mmap_dma, |
| 568 | .remove = versatile_clcd_remove_dma, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 569 | }; |
| 570 | |
Russell King | bbeddc4 | 2009-07-05 22:43:01 +0100 | [diff] [blame] | 571 | static struct pl061_platform_data gpio0_plat_data = { |
| 572 | .gpio_base = 0, |
| 573 | .irq_base = IRQ_GPIO0_START, |
| 574 | }; |
| 575 | |
| 576 | static struct pl061_platform_data gpio1_plat_data = { |
| 577 | .gpio_base = 8, |
| 578 | .irq_base = IRQ_GPIO1_START, |
| 579 | }; |
| 580 | |
Linus Walleij | ef6f4b1 | 2010-07-14 23:59:27 +0100 | [diff] [blame] | 581 | static struct pl022_ssp_controller ssp0_plat_data = { |
| 582 | .bus_id = 0, |
| 583 | .enable_dma = 0, |
| 584 | .num_chipselect = 1, |
| 585 | }; |
| 586 | |
Russell King | 0dada61 | 2011-12-18 11:40:46 +0000 | [diff] [blame] | 587 | #define AACI_IRQ { IRQ_AACI } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 588 | #define MMCI0_IRQ { IRQ_MMCI0A,IRQ_SIC_MMCI0B } |
Russell King | 0dada61 | 2011-12-18 11:40:46 +0000 | [diff] [blame] | 589 | #define KMI0_IRQ { IRQ_SIC_KMI0 } |
| 590 | #define KMI1_IRQ { IRQ_SIC_KMI1 } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 591 | |
| 592 | /* |
| 593 | * These devices are connected directly to the multi-layer AHB switch |
| 594 | */ |
Russell King | 0dada61 | 2011-12-18 11:40:46 +0000 | [diff] [blame] | 595 | #define SMC_IRQ { } |
| 596 | #define MPMC_IRQ { } |
| 597 | #define CLCD_IRQ { IRQ_CLCDINT } |
| 598 | #define DMAC_IRQ { IRQ_DMAINT } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 599 | |
| 600 | /* |
| 601 | * These devices are connected via the core APB bridge |
| 602 | */ |
Russell King | 0dada61 | 2011-12-18 11:40:46 +0000 | [diff] [blame] | 603 | #define SCTL_IRQ { } |
| 604 | #define WATCHDOG_IRQ { IRQ_WDOGINT } |
| 605 | #define GPIO0_IRQ { IRQ_GPIOINT0 } |
| 606 | #define GPIO1_IRQ { IRQ_GPIOINT1 } |
| 607 | #define RTC_IRQ { IRQ_RTCINT } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 608 | |
| 609 | /* |
| 610 | * These devices are connected via the DMA APB bridge |
| 611 | */ |
Russell King | 0dada61 | 2011-12-18 11:40:46 +0000 | [diff] [blame] | 612 | #define SCI_IRQ { IRQ_SCIINT } |
| 613 | #define UART0_IRQ { IRQ_UARTINT0 } |
| 614 | #define UART1_IRQ { IRQ_UARTINT1 } |
| 615 | #define UART2_IRQ { IRQ_UARTINT2 } |
| 616 | #define SSP_IRQ { IRQ_SSPINT } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 617 | |
| 618 | /* FPGA Primecells */ |
Russell King | 8f5088b | 2011-12-18 12:21:09 +0000 | [diff] [blame] | 619 | APB_DEVICE(aaci, "fpga:04", AACI, NULL); |
| 620 | APB_DEVICE(mmc0, "fpga:05", MMCI0, &mmc0_plat_data); |
| 621 | APB_DEVICE(kmi0, "fpga:06", KMI0, NULL); |
| 622 | APB_DEVICE(kmi1, "fpga:07", KMI1, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 623 | |
| 624 | /* DevChip Primecells */ |
Russell King | 8f5088b | 2011-12-18 12:21:09 +0000 | [diff] [blame] | 625 | AHB_DEVICE(smc, "dev:00", SMC, NULL); |
| 626 | AHB_DEVICE(mpmc, "dev:10", MPMC, NULL); |
| 627 | AHB_DEVICE(clcd, "dev:20", CLCD, &clcd_plat_data); |
| 628 | AHB_DEVICE(dmac, "dev:30", DMAC, NULL); |
| 629 | APB_DEVICE(sctl, "dev:e0", SCTL, NULL); |
| 630 | APB_DEVICE(wdog, "dev:e1", WATCHDOG, NULL); |
| 631 | APB_DEVICE(gpio0, "dev:e4", GPIO0, &gpio0_plat_data); |
| 632 | APB_DEVICE(gpio1, "dev:e5", GPIO1, &gpio1_plat_data); |
| 633 | APB_DEVICE(rtc, "dev:e8", RTC, NULL); |
| 634 | APB_DEVICE(sci0, "dev:f0", SCI, NULL); |
| 635 | APB_DEVICE(uart0, "dev:f1", UART0, NULL); |
| 636 | APB_DEVICE(uart1, "dev:f2", UART1, NULL); |
| 637 | APB_DEVICE(uart2, "dev:f3", UART2, NULL); |
| 638 | APB_DEVICE(ssp0, "dev:f4", SSP, &ssp0_plat_data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 639 | |
| 640 | static struct amba_device *amba_devs[] __initdata = { |
| 641 | &dmac_device, |
| 642 | &uart0_device, |
| 643 | &uart1_device, |
| 644 | &uart2_device, |
| 645 | &smc_device, |
| 646 | &mpmc_device, |
| 647 | &clcd_device, |
| 648 | &sctl_device, |
| 649 | &wdog_device, |
| 650 | &gpio0_device, |
| 651 | &gpio1_device, |
| 652 | &rtc_device, |
| 653 | &sci0_device, |
| 654 | &ssp0_device, |
| 655 | &aaci_device, |
| 656 | &mmc0_device, |
| 657 | &kmi0_device, |
| 658 | &kmi1_device, |
| 659 | }; |
| 660 | |
Grant Likely | 3ba7222 | 2011-07-26 03:19:06 -0600 | [diff] [blame] | 661 | #ifdef CONFIG_OF |
| 662 | /* |
| 663 | * Lookup table for attaching a specific name and platform_data pointer to |
| 664 | * devices as they get created by of_platform_populate(). Ideally this table |
| 665 | * would not exist, but the current clock implementation depends on some devices |
| 666 | * having a specific name. |
| 667 | */ |
| 668 | struct of_dev_auxdata versatile_auxdata_lookup[] __initdata = { |
| 669 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_MMCI0_BASE, "fpga:05", NULL), |
| 670 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_KMI0_BASE, "fpga:06", NULL), |
| 671 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_KMI1_BASE, "fpga:07", NULL), |
| 672 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART3_BASE, "fpga:09", NULL), |
| 673 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_MMCI1_BASE, "fpga:0b", NULL), |
| 674 | |
| 675 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_CLCD_BASE, "dev:20", &clcd_plat_data), |
| 676 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART0_BASE, "dev:f1", NULL), |
| 677 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART1_BASE, "dev:f2", NULL), |
| 678 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART2_BASE, "dev:f3", NULL), |
| 679 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_SSP_BASE, "dev:f4", NULL), |
| 680 | |
| 681 | #if 0 |
| 682 | /* |
| 683 | * These entries are unnecessary because no clocks referencing |
| 684 | * them. I've left them in for now as place holders in case |
| 685 | * any of them need to be added back, but they should be |
| 686 | * removed before actually committing this patch. --gcl |
| 687 | */ |
| 688 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_AACI_BASE, "fpga:04", NULL), |
| 689 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_SCI1_BASE, "fpga:0a", NULL), |
| 690 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_SMC_BASE, "dev:00", NULL), |
| 691 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_MPMC_BASE, "dev:10", NULL), |
| 692 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_DMAC_BASE, "dev:30", NULL), |
| 693 | |
| 694 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_SCTL_BASE, "dev:e0", NULL), |
| 695 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_WATCHDOG_BASE, "dev:e1", NULL), |
| 696 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO0_BASE, "dev:e4", NULL), |
| 697 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO1_BASE, "dev:e5", NULL), |
| 698 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO2_BASE, "dev:e6", NULL), |
| 699 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO3_BASE, "dev:e7", NULL), |
| 700 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_RTC_BASE, "dev:e8", NULL), |
| 701 | OF_DEV_AUXDATA("arm,primecell", VERSATILE_SCI_BASE, "dev:f0", NULL), |
| 702 | #endif |
| 703 | {} |
| 704 | }; |
| 705 | #endif |
| 706 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 707 | #ifdef CONFIG_LEDS |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 708 | #define VA_LEDS_BASE (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_LED_OFFSET) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 709 | |
| 710 | static void versatile_leds_event(led_event_t ledevt) |
| 711 | { |
| 712 | unsigned long flags; |
| 713 | u32 val; |
| 714 | |
| 715 | local_irq_save(flags); |
| 716 | val = readl(VA_LEDS_BASE); |
| 717 | |
| 718 | switch (ledevt) { |
| 719 | case led_idle_start: |
| 720 | val = val & ~VERSATILE_SYS_LED0; |
| 721 | break; |
| 722 | |
| 723 | case led_idle_end: |
| 724 | val = val | VERSATILE_SYS_LED0; |
| 725 | break; |
| 726 | |
| 727 | case led_timer: |
| 728 | val = val ^ VERSATILE_SYS_LED1; |
| 729 | break; |
| 730 | |
| 731 | case led_halted: |
| 732 | val = 0; |
| 733 | break; |
| 734 | |
| 735 | default: |
| 736 | break; |
| 737 | } |
| 738 | |
| 739 | writel(val, VA_LEDS_BASE); |
| 740 | local_irq_restore(flags); |
| 741 | } |
| 742 | #endif /* CONFIG_LEDS */ |
| 743 | |
Russell King | b56a7c6 | 2011-11-03 11:43:08 +0000 | [diff] [blame] | 744 | void versatile_restart(char mode, const char *cmd) |
| 745 | { |
| 746 | void __iomem *sys = __io_address(VERSATILE_SYS_BASE); |
| 747 | u32 val; |
| 748 | |
| 749 | val = __raw_readl(sys + VERSATILE_SYS_RESETCTL_OFFSET); |
| 750 | val |= 0x105; |
| 751 | |
| 752 | __raw_writel(0xa05f, sys + VERSATILE_SYS_LOCK_OFFSET); |
| 753 | __raw_writel(val, sys + VERSATILE_SYS_RESETCTL_OFFSET); |
| 754 | __raw_writel(0, sys + VERSATILE_SYS_LOCK_OFFSET); |
| 755 | } |
| 756 | |
Russell King | ad3bb19 | 2011-01-11 12:55:38 +0000 | [diff] [blame] | 757 | /* Early initializations */ |
| 758 | void __init versatile_init_early(void) |
| 759 | { |
| 760 | void __iomem *sys = __io_address(VERSATILE_SYS_BASE); |
| 761 | |
| 762 | osc4_clk.vcoreg = sys + VERSATILE_SYS_OSCCLCD_OFFSET; |
| 763 | clkdev_add_table(lookups, ARRAY_SIZE(lookups)); |
| 764 | |
| 765 | versatile_sched_clock_init(sys + VERSATILE_SYS_24MHz_OFFSET, 24000000); |
| 766 | } |
| 767 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 768 | void __init versatile_init(void) |
| 769 | { |
| 770 | int i; |
| 771 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 772 | platform_device_register(&versatile_flash_device); |
Russell King | 6b65cd7 | 2006-12-10 21:21:32 +0100 | [diff] [blame] | 773 | platform_device_register(&versatile_i2c_device); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 774 | platform_device_register(&smc91x_device); |
Linus Walleij | d161edf | 2010-07-17 12:34:25 +0100 | [diff] [blame] | 775 | platform_device_register(&char_lcd_device); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 776 | |
| 777 | for (i = 0; i < ARRAY_SIZE(amba_devs); i++) { |
| 778 | struct amba_device *d = amba_devs[i]; |
| 779 | amba_device_register(d, &iomem_resource); |
| 780 | } |
| 781 | |
| 782 | #ifdef CONFIG_LEDS |
| 783 | leds_event = versatile_leds_event; |
| 784 | #endif |
| 785 | } |
| 786 | |
| 787 | /* |
| 788 | * Where is the timer (VA)? |
| 789 | */ |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 790 | #define TIMER0_VA_BASE __io_address(VERSATILE_TIMER0_1_BASE) |
| 791 | #define TIMER1_VA_BASE (__io_address(VERSATILE_TIMER0_1_BASE) + 0x20) |
| 792 | #define TIMER2_VA_BASE __io_address(VERSATILE_TIMER2_3_BASE) |
| 793 | #define TIMER3_VA_BASE (__io_address(VERSATILE_TIMER2_3_BASE) + 0x20) |
Kevin Hilman | b49c87c | 2007-03-08 20:25:13 +0100 | [diff] [blame] | 794 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 795 | /* |
| 796 | * Set up timer interrupt, and return the current time in seconds. |
| 797 | */ |
| 798 | static void __init versatile_timer_init(void) |
| 799 | { |
Russell King | b720f73 | 2005-06-29 15:15:54 +0100 | [diff] [blame] | 800 | u32 val; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 801 | |
| 802 | /* |
| 803 | * set clock frequency: |
| 804 | * VERSATILE_REFCLK is 32KHz |
| 805 | * VERSATILE_TIMCLK is 1MHz |
| 806 | */ |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 807 | val = readl(__io_address(VERSATILE_SCTL_BASE)); |
Russell King | b720f73 | 2005-06-29 15:15:54 +0100 | [diff] [blame] | 808 | writel((VERSATILE_TIMCLK << VERSATILE_TIMER1_EnSel) | |
| 809 | (VERSATILE_TIMCLK << VERSATILE_TIMER2_EnSel) | |
| 810 | (VERSATILE_TIMCLK << VERSATILE_TIMER3_EnSel) | |
| 811 | (VERSATILE_TIMCLK << VERSATILE_TIMER4_EnSel) | val, |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 812 | __io_address(VERSATILE_SCTL_BASE)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 813 | |
| 814 | /* |
| 815 | * Initialise to a known state (all timers off) |
| 816 | */ |
Russell King | b720f73 | 2005-06-29 15:15:54 +0100 | [diff] [blame] | 817 | writel(0, TIMER0_VA_BASE + TIMER_CTRL); |
| 818 | writel(0, TIMER1_VA_BASE + TIMER_CTRL); |
| 819 | writel(0, TIMER2_VA_BASE + TIMER_CTRL); |
| 820 | writel(0, TIMER3_VA_BASE + TIMER_CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 821 | |
Russell King | fb593cf | 2011-05-12 12:08:23 +0100 | [diff] [blame] | 822 | sp804_clocksource_init(TIMER3_VA_BASE, "timer3"); |
Russell King | 57cc4f7 | 2011-05-12 15:31:13 +0100 | [diff] [blame] | 823 | sp804_clockevents_init(TIMER0_VA_BASE, IRQ_TIMERINT0_1, "timer0"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 824 | } |
| 825 | |
| 826 | struct sys_timer versatile_timer = { |
| 827 | .init = versatile_timer_init, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 828 | }; |
Kevin Hilman | b49c87c | 2007-03-08 20:25:13 +0100 | [diff] [blame] | 829 | |