realview_pbx.c 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. /*
  2. * arch/arm/mach-realview/realview_pbx.c
  3. *
  4. * Copyright (C) 2009 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 version 2 as
  9. * published by the Free Software Foundation.
  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/init.h>
  21. #include <linux/platform_device.h>
  22. #include <linux/sysdev.h>
  23. #include <linux/amba/bus.h>
  24. #include <linux/io.h>
  25. #include <asm/irq.h>
  26. #include <asm/leds.h>
  27. #include <asm/mach-types.h>
  28. #include <asm/smp_twd.h>
  29. #include <asm/hardware/gic.h>
  30. #include <asm/hardware/cache-l2x0.h>
  31. #include <asm/mach/arch.h>
  32. #include <asm/mach/map.h>
  33. #include <asm/mach/mmc.h>
  34. #include <asm/mach/time.h>
  35. #include <mach/hardware.h>
  36. #include <mach/board-pbx.h>
  37. #include <mach/irqs.h>
  38. #include "core.h"
  39. static struct map_desc realview_pbx_io_desc[] __initdata = {
  40. {
  41. .virtual = IO_ADDRESS(REALVIEW_SYS_BASE),
  42. .pfn = __phys_to_pfn(REALVIEW_SYS_BASE),
  43. .length = SZ_4K,
  44. .type = MT_DEVICE,
  45. }, {
  46. .virtual = IO_ADDRESS(REALVIEW_PBX_GIC_CPU_BASE),
  47. .pfn = __phys_to_pfn(REALVIEW_PBX_GIC_CPU_BASE),
  48. .length = SZ_4K,
  49. .type = MT_DEVICE,
  50. }, {
  51. .virtual = IO_ADDRESS(REALVIEW_PBX_GIC_DIST_BASE),
  52. .pfn = __phys_to_pfn(REALVIEW_PBX_GIC_DIST_BASE),
  53. .length = SZ_4K,
  54. .type = MT_DEVICE,
  55. }, {
  56. .virtual = IO_ADDRESS(REALVIEW_SCTL_BASE),
  57. .pfn = __phys_to_pfn(REALVIEW_SCTL_BASE),
  58. .length = SZ_4K,
  59. .type = MT_DEVICE,
  60. }, {
  61. .virtual = IO_ADDRESS(REALVIEW_PBX_TIMER0_1_BASE),
  62. .pfn = __phys_to_pfn(REALVIEW_PBX_TIMER0_1_BASE),
  63. .length = SZ_4K,
  64. .type = MT_DEVICE,
  65. }, {
  66. .virtual = IO_ADDRESS(REALVIEW_PBX_TIMER2_3_BASE),
  67. .pfn = __phys_to_pfn(REALVIEW_PBX_TIMER2_3_BASE),
  68. .length = SZ_4K,
  69. .type = MT_DEVICE,
  70. },
  71. #ifdef CONFIG_PCI
  72. {
  73. .virtual = PCIX_UNIT_BASE,
  74. .pfn = __phys_to_pfn(REALVIEW_PBX_PCI_BASE),
  75. .length = REALVIEW_PBX_PCI_BASE_SIZE,
  76. .type = MT_DEVICE,
  77. },
  78. #endif
  79. #ifdef CONFIG_DEBUG_LL
  80. {
  81. .virtual = IO_ADDRESS(REALVIEW_PBX_UART0_BASE),
  82. .pfn = __phys_to_pfn(REALVIEW_PBX_UART0_BASE),
  83. .length = SZ_4K,
  84. .type = MT_DEVICE,
  85. },
  86. #endif
  87. };
  88. static struct map_desc realview_local_io_desc[] __initdata = {
  89. {
  90. .virtual = IO_ADDRESS(REALVIEW_PBX_TILE_GIC_CPU_BASE),
  91. .pfn = __phys_to_pfn(REALVIEW_PBX_TILE_GIC_CPU_BASE),
  92. .length = SZ_4K,
  93. .type = MT_DEVICE,
  94. }, {
  95. .virtual = IO_ADDRESS(REALVIEW_PBX_TILE_GIC_DIST_BASE),
  96. .pfn = __phys_to_pfn(REALVIEW_PBX_TILE_GIC_DIST_BASE),
  97. .length = SZ_4K,
  98. .type = MT_DEVICE,
  99. }, {
  100. .virtual = IO_ADDRESS(REALVIEW_PBX_TILE_L220_BASE),
  101. .pfn = __phys_to_pfn(REALVIEW_PBX_TILE_L220_BASE),
  102. .length = SZ_8K,
  103. .type = MT_DEVICE,
  104. }
  105. };
  106. static void __init realview_pbx_map_io(void)
  107. {
  108. iotable_init(realview_pbx_io_desc, ARRAY_SIZE(realview_pbx_io_desc));
  109. if (core_tile_pbx11mp() || core_tile_pbxa9mp())
  110. iotable_init(realview_local_io_desc, ARRAY_SIZE(realview_local_io_desc));
  111. }
  112. /*
  113. * RealView PBXCore AMBA devices
  114. */
  115. #define GPIO2_IRQ { IRQ_PBX_GPIO2, NO_IRQ }
  116. #define GPIO2_DMA { 0, 0 }
  117. #define GPIO3_IRQ { IRQ_PBX_GPIO3, NO_IRQ }
  118. #define GPIO3_DMA { 0, 0 }
  119. #define AACI_IRQ { IRQ_PBX_AACI, NO_IRQ }
  120. #define AACI_DMA { 0x80, 0x81 }
  121. #define MMCI0_IRQ { IRQ_PBX_MMCI0A, IRQ_PBX_MMCI0B }
  122. #define MMCI0_DMA { 0x84, 0 }
  123. #define KMI0_IRQ { IRQ_PBX_KMI0, NO_IRQ }
  124. #define KMI0_DMA { 0, 0 }
  125. #define KMI1_IRQ { IRQ_PBX_KMI1, NO_IRQ }
  126. #define KMI1_DMA { 0, 0 }
  127. #define PBX_SMC_IRQ { NO_IRQ, NO_IRQ }
  128. #define PBX_SMC_DMA { 0, 0 }
  129. #define MPMC_IRQ { NO_IRQ, NO_IRQ }
  130. #define MPMC_DMA { 0, 0 }
  131. #define PBX_CLCD_IRQ { IRQ_PBX_CLCD, NO_IRQ }
  132. #define PBX_CLCD_DMA { 0, 0 }
  133. #define DMAC_IRQ { IRQ_PBX_DMAC, NO_IRQ }
  134. #define DMAC_DMA { 0, 0 }
  135. #define SCTL_IRQ { NO_IRQ, NO_IRQ }
  136. #define SCTL_DMA { 0, 0 }
  137. #define PBX_WATCHDOG_IRQ { IRQ_PBX_WATCHDOG, NO_IRQ }
  138. #define PBX_WATCHDOG_DMA { 0, 0 }
  139. #define PBX_GPIO0_IRQ { IRQ_PBX_GPIO0, NO_IRQ }
  140. #define PBX_GPIO0_DMA { 0, 0 }
  141. #define GPIO1_IRQ { IRQ_PBX_GPIO1, NO_IRQ }
  142. #define GPIO1_DMA { 0, 0 }
  143. #define PBX_RTC_IRQ { IRQ_PBX_RTC, NO_IRQ }
  144. #define PBX_RTC_DMA { 0, 0 }
  145. #define SCI_IRQ { IRQ_PBX_SCI, NO_IRQ }
  146. #define SCI_DMA { 7, 6 }
  147. #define PBX_UART0_IRQ { IRQ_PBX_UART0, NO_IRQ }
  148. #define PBX_UART0_DMA { 15, 14 }
  149. #define PBX_UART1_IRQ { IRQ_PBX_UART1, NO_IRQ }
  150. #define PBX_UART1_DMA { 13, 12 }
  151. #define PBX_UART2_IRQ { IRQ_PBX_UART2, NO_IRQ }
  152. #define PBX_UART2_DMA { 11, 10 }
  153. #define PBX_UART3_IRQ { IRQ_PBX_UART3, NO_IRQ }
  154. #define PBX_UART3_DMA { 0x86, 0x87 }
  155. #define PBX_SSP_IRQ { IRQ_PBX_SSP, NO_IRQ }
  156. #define PBX_SSP_DMA { 9, 8 }
  157. /* FPGA Primecells */
  158. AMBA_DEVICE(aaci, "fpga:04", AACI, NULL);
  159. AMBA_DEVICE(mmc0, "fpga:05", MMCI0, &realview_mmc0_plat_data);
  160. AMBA_DEVICE(kmi0, "fpga:06", KMI0, NULL);
  161. AMBA_DEVICE(kmi1, "fpga:07", KMI1, NULL);
  162. AMBA_DEVICE(uart3, "fpga:09", PBX_UART3, NULL);
  163. /* DevChip Primecells */
  164. AMBA_DEVICE(smc, "dev:00", PBX_SMC, NULL);
  165. AMBA_DEVICE(sctl, "dev:e0", SCTL, NULL);
  166. AMBA_DEVICE(wdog, "dev:e1", PBX_WATCHDOG, NULL);
  167. AMBA_DEVICE(gpio0, "dev:e4", PBX_GPIO0, NULL);
  168. AMBA_DEVICE(gpio1, "dev:e5", GPIO1, NULL);
  169. AMBA_DEVICE(gpio2, "dev:e6", GPIO2, NULL);
  170. AMBA_DEVICE(rtc, "dev:e8", PBX_RTC, NULL);
  171. AMBA_DEVICE(sci0, "dev:f0", SCI, NULL);
  172. AMBA_DEVICE(uart0, "dev:f1", PBX_UART0, NULL);
  173. AMBA_DEVICE(uart1, "dev:f2", PBX_UART1, NULL);
  174. AMBA_DEVICE(uart2, "dev:f3", PBX_UART2, NULL);
  175. AMBA_DEVICE(ssp0, "dev:f4", PBX_SSP, NULL);
  176. /* Primecells on the NEC ISSP chip */
  177. AMBA_DEVICE(clcd, "issp:20", PBX_CLCD, &clcd_plat_data);
  178. AMBA_DEVICE(dmac, "issp:30", DMAC, NULL);
  179. static struct amba_device *amba_devs[] __initdata = {
  180. &dmac_device,
  181. &uart0_device,
  182. &uart1_device,
  183. &uart2_device,
  184. &uart3_device,
  185. &smc_device,
  186. &clcd_device,
  187. &sctl_device,
  188. &wdog_device,
  189. &gpio0_device,
  190. &gpio1_device,
  191. &gpio2_device,
  192. &rtc_device,
  193. &sci0_device,
  194. &ssp0_device,
  195. &aaci_device,
  196. &mmc0_device,
  197. &kmi0_device,
  198. &kmi1_device,
  199. };
  200. /*
  201. * RealView PB-X platform devices
  202. */
  203. static struct resource realview_pbx_flash_resources[] = {
  204. [0] = {
  205. .start = REALVIEW_PBX_FLASH0_BASE,
  206. .end = REALVIEW_PBX_FLASH0_BASE + REALVIEW_PBX_FLASH0_SIZE - 1,
  207. .flags = IORESOURCE_MEM,
  208. },
  209. [1] = {
  210. .start = REALVIEW_PBX_FLASH1_BASE,
  211. .end = REALVIEW_PBX_FLASH1_BASE + REALVIEW_PBX_FLASH1_SIZE - 1,
  212. .flags = IORESOURCE_MEM,
  213. },
  214. };
  215. static struct resource realview_pbx_smsc911x_resources[] = {
  216. [0] = {
  217. .start = REALVIEW_PBX_ETH_BASE,
  218. .end = REALVIEW_PBX_ETH_BASE + SZ_64K - 1,
  219. .flags = IORESOURCE_MEM,
  220. },
  221. [1] = {
  222. .start = IRQ_PBX_ETH,
  223. .end = IRQ_PBX_ETH,
  224. .flags = IORESOURCE_IRQ,
  225. },
  226. };
  227. static struct resource realview_pbx_isp1761_resources[] = {
  228. [0] = {
  229. .start = REALVIEW_PBX_USB_BASE,
  230. .end = REALVIEW_PBX_USB_BASE + SZ_128K - 1,
  231. .flags = IORESOURCE_MEM,
  232. },
  233. [1] = {
  234. .start = IRQ_PBX_USB,
  235. .end = IRQ_PBX_USB,
  236. .flags = IORESOURCE_IRQ,
  237. },
  238. };
  239. static void __init gic_init_irq(void)
  240. {
  241. /* ARM PBX on-board GIC */
  242. if (core_tile_pbx11mp() || core_tile_pbxa9mp()) {
  243. gic_cpu_base_addr = __io_address(REALVIEW_PBX_TILE_GIC_CPU_BASE);
  244. gic_dist_init(0, __io_address(REALVIEW_PBX_TILE_GIC_DIST_BASE),
  245. 29);
  246. gic_cpu_init(0, __io_address(REALVIEW_PBX_TILE_GIC_CPU_BASE));
  247. } else {
  248. gic_cpu_base_addr = __io_address(REALVIEW_PBX_GIC_CPU_BASE);
  249. gic_dist_init(0, __io_address(REALVIEW_PBX_GIC_DIST_BASE),
  250. IRQ_PBX_GIC_START);
  251. gic_cpu_init(0, __io_address(REALVIEW_PBX_GIC_CPU_BASE));
  252. }
  253. }
  254. static void __init realview_pbx_timer_init(void)
  255. {
  256. timer0_va_base = __io_address(REALVIEW_PBX_TIMER0_1_BASE);
  257. timer1_va_base = __io_address(REALVIEW_PBX_TIMER0_1_BASE) + 0x20;
  258. timer2_va_base = __io_address(REALVIEW_PBX_TIMER2_3_BASE);
  259. timer3_va_base = __io_address(REALVIEW_PBX_TIMER2_3_BASE) + 0x20;
  260. #ifdef CONFIG_LOCAL_TIMERS
  261. if (core_tile_pbx11mp() || core_tile_pbxa9mp())
  262. twd_base = __io_address(REALVIEW_PBX_TILE_TWD_BASE);
  263. #endif
  264. realview_timer_init(IRQ_PBX_TIMER0_1);
  265. }
  266. static struct sys_timer realview_pbx_timer = {
  267. .init = realview_pbx_timer_init,
  268. };
  269. static void __init realview_pbx_init(void)
  270. {
  271. int i;
  272. #ifdef CONFIG_CACHE_L2X0
  273. if (core_tile_pbxa9mp()) {
  274. void __iomem *l2x0_base =
  275. __io_address(REALVIEW_PBX_TILE_L220_BASE);
  276. /* set RAM latencies to 1 cycle for eASIC */
  277. writel(0, l2x0_base + L2X0_TAG_LATENCY_CTRL);
  278. writel(0, l2x0_base + L2X0_DATA_LATENCY_CTRL);
  279. /* 16KB way size, 8-way associativity, parity disabled
  280. * Bits: .. 0 0 0 0 1 00 1 0 1 001 0 000 0 .... .... .... */
  281. l2x0_init(l2x0_base, 0x02520000, 0xc0000fff);
  282. }
  283. #endif
  284. realview_flash_register(realview_pbx_flash_resources,
  285. ARRAY_SIZE(realview_pbx_flash_resources));
  286. realview_eth_register(NULL, realview_pbx_smsc911x_resources);
  287. platform_device_register(&realview_i2c_device);
  288. platform_device_register(&realview_cf_device);
  289. realview_usb_register(realview_pbx_isp1761_resources);
  290. for (i = 0; i < ARRAY_SIZE(amba_devs); i++) {
  291. struct amba_device *d = amba_devs[i];
  292. amba_device_register(d, &iomem_resource);
  293. }
  294. #ifdef CONFIG_LEDS
  295. leds_event = realview_leds_event;
  296. #endif
  297. }
  298. MACHINE_START(REALVIEW_PBX, "ARM-RealView PBX")
  299. /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
  300. .phys_io = REALVIEW_PBX_UART0_BASE,
  301. .io_pg_offst = (IO_ADDRESS(REALVIEW_PBX_UART0_BASE) >> 18) & 0xfffc,
  302. .boot_params = PHYS_OFFSET + 0x00000100,
  303. .map_io = realview_pbx_map_io,
  304. .init_irq = gic_init_irq,
  305. .timer = &realview_pbx_timer,
  306. .init_machine = realview_pbx_init,
  307. MACHINE_END