setup-sh7760.c 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. /*
  2. * SH7760 Setup
  3. *
  4. * Copyright (C) 2006 Paul Mundt
  5. *
  6. * This file is subject to the terms and conditions of the GNU General Public
  7. * License. See the file "COPYING" in the main directory of this archive
  8. * for more details.
  9. */
  10. #include <linux/platform_device.h>
  11. #include <linux/init.h>
  12. #include <linux/serial.h>
  13. #include <linux/sh_timer.h>
  14. #include <linux/serial_sci.h>
  15. #include <linux/io.h>
  16. enum {
  17. UNUSED = 0,
  18. /* interrupt sources */
  19. IRL0, IRL1, IRL2, IRL3,
  20. HUDI, GPIOI, DMAC,
  21. IRQ4, IRQ5, IRQ6, IRQ7,
  22. HCAN20, HCAN21,
  23. SSI0, SSI1,
  24. HAC0, HAC1,
  25. I2C0, I2C1,
  26. USB, LCDC,
  27. DMABRG0, DMABRG1, DMABRG2,
  28. SCIF0_ERI, SCIF0_RXI, SCIF0_BRI, SCIF0_TXI,
  29. SCIF1_ERI, SCIF1_RXI, SCIF1_BRI, SCIF1_TXI,
  30. SCIF2_ERI, SCIF2_RXI, SCIF2_BRI, SCIF2_TXI,
  31. SIM_ERI, SIM_RXI, SIM_TXI, SIM_TEI,
  32. HSPI,
  33. MMCIF0, MMCIF1, MMCIF2, MMCIF3,
  34. MFI, ADC, CMT,
  35. TMU0, TMU1, TMU2,
  36. WDT, REF,
  37. /* interrupt groups */
  38. DMABRG, SCIF0, SCIF1, SCIF2, SIM, MMCIF,
  39. };
  40. static struct intc_vect vectors[] __initdata = {
  41. INTC_VECT(HUDI, 0x600), INTC_VECT(GPIOI, 0x620),
  42. INTC_VECT(DMAC, 0x640), INTC_VECT(DMAC, 0x660),
  43. INTC_VECT(DMAC, 0x680), INTC_VECT(DMAC, 0x6a0),
  44. INTC_VECT(DMAC, 0x780), INTC_VECT(DMAC, 0x7a0),
  45. INTC_VECT(DMAC, 0x7c0), INTC_VECT(DMAC, 0x7e0),
  46. INTC_VECT(DMAC, 0x6c0),
  47. INTC_VECT(IRQ4, 0x800), INTC_VECT(IRQ5, 0x820),
  48. INTC_VECT(IRQ6, 0x840), INTC_VECT(IRQ6, 0x860),
  49. INTC_VECT(HCAN20, 0x900), INTC_VECT(HCAN21, 0x920),
  50. INTC_VECT(SSI0, 0x940), INTC_VECT(SSI1, 0x960),
  51. INTC_VECT(HAC0, 0x980), INTC_VECT(HAC1, 0x9a0),
  52. INTC_VECT(I2C0, 0x9c0), INTC_VECT(I2C1, 0x9e0),
  53. INTC_VECT(USB, 0xa00), INTC_VECT(LCDC, 0xa20),
  54. INTC_VECT(DMABRG0, 0xa80), INTC_VECT(DMABRG1, 0xaa0),
  55. INTC_VECT(DMABRG2, 0xac0),
  56. INTC_VECT(SCIF0_ERI, 0x880), INTC_VECT(SCIF0_RXI, 0x8a0),
  57. INTC_VECT(SCIF0_BRI, 0x8c0), INTC_VECT(SCIF0_TXI, 0x8e0),
  58. INTC_VECT(SCIF1_ERI, 0xb00), INTC_VECT(SCIF1_RXI, 0xb20),
  59. INTC_VECT(SCIF1_BRI, 0xb40), INTC_VECT(SCIF1_TXI, 0xb60),
  60. INTC_VECT(SCIF2_ERI, 0xb80), INTC_VECT(SCIF2_RXI, 0xba0),
  61. INTC_VECT(SCIF2_BRI, 0xbc0), INTC_VECT(SCIF2_TXI, 0xbe0),
  62. INTC_VECT(SIM_ERI, 0xc00), INTC_VECT(SIM_RXI, 0xc20),
  63. INTC_VECT(SIM_TXI, 0xc40), INTC_VECT(SIM_TEI, 0xc60),
  64. INTC_VECT(HSPI, 0xc80),
  65. INTC_VECT(MMCIF0, 0xd00), INTC_VECT(MMCIF1, 0xd20),
  66. INTC_VECT(MMCIF2, 0xd40), INTC_VECT(MMCIF3, 0xd60),
  67. INTC_VECT(MFI, 0xe80), /* 0xf80 according to data sheet */
  68. INTC_VECT(ADC, 0xf80), INTC_VECT(CMT, 0xfa0),
  69. INTC_VECT(TMU0, 0x400), INTC_VECT(TMU1, 0x420),
  70. INTC_VECT(TMU2, 0x440), INTC_VECT(TMU2, 0x460),
  71. INTC_VECT(WDT, 0x560),
  72. INTC_VECT(REF, 0x580), INTC_VECT(REF, 0x5a0),
  73. };
  74. static struct intc_group groups[] __initdata = {
  75. INTC_GROUP(DMABRG, DMABRG0, DMABRG1, DMABRG2),
  76. INTC_GROUP(SCIF0, SCIF0_ERI, SCIF0_RXI, SCIF0_BRI, SCIF0_TXI),
  77. INTC_GROUP(SCIF1, SCIF1_ERI, SCIF1_RXI, SCIF1_BRI, SCIF1_TXI),
  78. INTC_GROUP(SCIF2, SCIF2_ERI, SCIF2_RXI, SCIF2_BRI, SCIF2_TXI),
  79. INTC_GROUP(SIM, SIM_ERI, SIM_RXI, SIM_TXI, SIM_TEI),
  80. INTC_GROUP(MMCIF, MMCIF0, MMCIF1, MMCIF2, MMCIF3),
  81. };
  82. static struct intc_mask_reg mask_registers[] __initdata = {
  83. { 0xfe080040, 0xfe080060, 32, /* INTMSK00 / INTMSKCLR00 */
  84. { IRQ4, IRQ5, IRQ6, IRQ7, 0, 0, HCAN20, HCAN21,
  85. SSI0, SSI1, HAC0, HAC1, I2C0, I2C1, USB, LCDC,
  86. 0, DMABRG0, DMABRG1, DMABRG2,
  87. SCIF0_ERI, SCIF0_RXI, SCIF0_BRI, SCIF0_TXI,
  88. SCIF1_ERI, SCIF1_RXI, SCIF1_BRI, SCIF1_TXI,
  89. SCIF2_ERI, SCIF2_RXI, SCIF2_BRI, SCIF2_TXI, } },
  90. { 0xfe080044, 0xfe080064, 32, /* INTMSK04 / INTMSKCLR04 */
  91. { 0, 0, 0, 0, 0, 0, 0, 0,
  92. SIM_ERI, SIM_RXI, SIM_TXI, SIM_TEI,
  93. HSPI, MMCIF0, MMCIF1, MMCIF2,
  94. MMCIF3, 0, 0, 0, 0, 0, 0, 0,
  95. 0, MFI, 0, 0, 0, 0, ADC, CMT, } },
  96. };
  97. static struct intc_prio_reg prio_registers[] __initdata = {
  98. { 0xffd00004, 0, 16, 4, /* IPRA */ { TMU0, TMU1, TMU2 } },
  99. { 0xffd00008, 0, 16, 4, /* IPRB */ { WDT, REF, 0, 0 } },
  100. { 0xffd0000c, 0, 16, 4, /* IPRC */ { GPIOI, DMAC, 0, HUDI } },
  101. { 0xffd00010, 0, 16, 4, /* IPRD */ { IRL0, IRL1, IRL2, IRL3 } },
  102. { 0xfe080000, 0, 32, 4, /* INTPRI00 */ { IRQ4, IRQ5, IRQ6, IRQ7 } },
  103. { 0xfe080004, 0, 32, 4, /* INTPRI04 */ { HCAN20, HCAN21, SSI0, SSI1,
  104. HAC0, HAC1, I2C0, I2C1 } },
  105. { 0xfe080008, 0, 32, 4, /* INTPRI08 */ { USB, LCDC, DMABRG, SCIF0,
  106. SCIF1, SCIF2, SIM, HSPI } },
  107. { 0xfe08000c, 0, 32, 4, /* INTPRI0C */ { 0, 0, MMCIF, 0,
  108. MFI, 0, ADC, CMT } },
  109. };
  110. static DECLARE_INTC_DESC(intc_desc, "sh7760", vectors, groups,
  111. mask_registers, prio_registers, NULL);
  112. static struct intc_vect vectors_irq[] __initdata = {
  113. INTC_VECT(IRL0, 0x240), INTC_VECT(IRL1, 0x2a0),
  114. INTC_VECT(IRL2, 0x300), INTC_VECT(IRL3, 0x360),
  115. };
  116. static DECLARE_INTC_DESC(intc_desc_irq, "sh7760-irq", vectors_irq, groups,
  117. mask_registers, prio_registers, NULL);
  118. static struct plat_sci_port scif0_platform_data = {
  119. .mapbase = 0xfe600000,
  120. .flags = UPF_BOOT_AUTOCONF,
  121. .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
  122. .scbrr_algo_id = SCBRR_ALGO_2,
  123. .type = PORT_SCIF,
  124. .irqs = { 52, 53, 55, 54 },
  125. .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
  126. };
  127. static struct platform_device scif0_device = {
  128. .name = "sh-sci",
  129. .id = 0,
  130. .dev = {
  131. .platform_data = &scif0_platform_data,
  132. },
  133. };
  134. static struct plat_sci_port scif1_platform_data = {
  135. .mapbase = 0xfe610000,
  136. .flags = UPF_BOOT_AUTOCONF,
  137. .type = PORT_SCIF,
  138. .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
  139. .scbrr_algo_id = SCBRR_ALGO_2,
  140. .irqs = { 72, 73, 75, 74 },
  141. .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
  142. };
  143. static struct platform_device scif1_device = {
  144. .name = "sh-sci",
  145. .id = 1,
  146. .dev = {
  147. .platform_data = &scif1_platform_data,
  148. },
  149. };
  150. static struct plat_sci_port scif2_platform_data = {
  151. .mapbase = 0xfe620000,
  152. .flags = UPF_BOOT_AUTOCONF,
  153. .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
  154. .scbrr_algo_id = SCBRR_ALGO_2,
  155. .type = PORT_SCIF,
  156. .irqs = { 76, 77, 79, 78 },
  157. .regtype = SCIx_SH4_SCIF_FIFODATA_REGTYPE,
  158. };
  159. static struct platform_device scif2_device = {
  160. .name = "sh-sci",
  161. .id = 2,
  162. .dev = {
  163. .platform_data = &scif2_platform_data,
  164. },
  165. };
  166. static struct plat_sci_port scif3_platform_data = {
  167. .mapbase = 0xfe480000,
  168. .flags = UPF_BOOT_AUTOCONF,
  169. .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE,
  170. .scbrr_algo_id = SCBRR_ALGO_2,
  171. .type = PORT_SCI,
  172. .irqs = { 80, 81, 82, 0 },
  173. .regshift = 2,
  174. };
  175. static struct platform_device scif3_device = {
  176. .name = "sh-sci",
  177. .id = 3,
  178. .dev = {
  179. .platform_data = &scif3_platform_data,
  180. },
  181. };
  182. static struct sh_timer_config tmu0_platform_data = {
  183. .channel_offset = 0x04,
  184. .timer_bit = 0,
  185. .clockevent_rating = 200,
  186. };
  187. static struct resource tmu0_resources[] = {
  188. [0] = {
  189. .start = 0xffd80008,
  190. .end = 0xffd80013,
  191. .flags = IORESOURCE_MEM,
  192. },
  193. [1] = {
  194. .start = 16,
  195. .flags = IORESOURCE_IRQ,
  196. },
  197. };
  198. static struct platform_device tmu0_device = {
  199. .name = "sh_tmu",
  200. .id = 0,
  201. .dev = {
  202. .platform_data = &tmu0_platform_data,
  203. },
  204. .resource = tmu0_resources,
  205. .num_resources = ARRAY_SIZE(tmu0_resources),
  206. };
  207. static struct sh_timer_config tmu1_platform_data = {
  208. .channel_offset = 0x10,
  209. .timer_bit = 1,
  210. .clocksource_rating = 200,
  211. };
  212. static struct resource tmu1_resources[] = {
  213. [0] = {
  214. .start = 0xffd80014,
  215. .end = 0xffd8001f,
  216. .flags = IORESOURCE_MEM,
  217. },
  218. [1] = {
  219. .start = 17,
  220. .flags = IORESOURCE_IRQ,
  221. },
  222. };
  223. static struct platform_device tmu1_device = {
  224. .name = "sh_tmu",
  225. .id = 1,
  226. .dev = {
  227. .platform_data = &tmu1_platform_data,
  228. },
  229. .resource = tmu1_resources,
  230. .num_resources = ARRAY_SIZE(tmu1_resources),
  231. };
  232. static struct sh_timer_config tmu2_platform_data = {
  233. .channel_offset = 0x1c,
  234. .timer_bit = 2,
  235. };
  236. static struct resource tmu2_resources[] = {
  237. [0] = {
  238. .start = 0xffd80020,
  239. .end = 0xffd8002f,
  240. .flags = IORESOURCE_MEM,
  241. },
  242. [1] = {
  243. .start = 18,
  244. .flags = IORESOURCE_IRQ,
  245. },
  246. };
  247. static struct platform_device tmu2_device = {
  248. .name = "sh_tmu",
  249. .id = 2,
  250. .dev = {
  251. .platform_data = &tmu2_platform_data,
  252. },
  253. .resource = tmu2_resources,
  254. .num_resources = ARRAY_SIZE(tmu2_resources),
  255. };
  256. static struct platform_device *sh7760_devices[] __initdata = {
  257. &scif0_device,
  258. &scif1_device,
  259. &scif2_device,
  260. &scif3_device,
  261. &tmu0_device,
  262. &tmu1_device,
  263. &tmu2_device,
  264. };
  265. static int __init sh7760_devices_setup(void)
  266. {
  267. return platform_add_devices(sh7760_devices,
  268. ARRAY_SIZE(sh7760_devices));
  269. }
  270. arch_initcall(sh7760_devices_setup);
  271. static struct platform_device *sh7760_early_devices[] __initdata = {
  272. &scif0_device,
  273. &scif1_device,
  274. &scif2_device,
  275. &scif3_device,
  276. &tmu0_device,
  277. &tmu1_device,
  278. &tmu2_device,
  279. };
  280. void __init plat_early_device_setup(void)
  281. {
  282. early_platform_add_devices(sh7760_early_devices,
  283. ARRAY_SIZE(sh7760_early_devices));
  284. }
  285. #define INTC_ICR 0xffd00000UL
  286. #define INTC_ICR_IRLM (1 << 7)
  287. void __init plat_irq_setup_pins(int mode)
  288. {
  289. switch (mode) {
  290. case IRQ_MODE_IRQ:
  291. __raw_writew(__raw_readw(INTC_ICR) | INTC_ICR_IRLM, INTC_ICR);
  292. register_intc_controller(&intc_desc_irq);
  293. break;
  294. default:
  295. BUG();
  296. }
  297. }
  298. void __init plat_irq_setup(void)
  299. {
  300. register_intc_controller(&intc_desc);
  301. }