setup-sh7786.c 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884
  1. /*
  2. * SH7786 Setup
  3. *
  4. * Copyright (C) 2009 Renesas Solutions Corp.
  5. * Kuninori Morimoto <morimoto.kuninori@renesas.com>
  6. * Paul Mundt <paul.mundt@renesas.com>
  7. *
  8. * Based on SH7785 Setup
  9. *
  10. * Copyright (C) 2007 Paul Mundt
  11. *
  12. * This file is subject to the terms and conditions of the GNU General Public
  13. * License. See the file "COPYING" in the main directory of this archive
  14. * for more details.
  15. */
  16. #include <linux/platform_device.h>
  17. #include <linux/init.h>
  18. #include <linux/serial.h>
  19. #include <linux/serial_sci.h>
  20. #include <linux/io.h>
  21. #include <linux/mm.h>
  22. #include <linux/dma-mapping.h>
  23. #include <linux/sh_timer.h>
  24. #include <asm/mmzone.h>
  25. static struct plat_sci_port sci_platform_data[] = {
  26. {
  27. .mapbase = 0xffea0000,
  28. .flags = UPF_BOOT_AUTOCONF,
  29. .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1,
  30. .scbrr_algo_id = SCBRR_ALGO_1,
  31. .type = PORT_SCIF,
  32. .irqs = { 40, 41, 43, 42 },
  33. },
  34. /*
  35. * The rest of these all have multiplexed IRQs
  36. */
  37. {
  38. .mapbase = 0xffeb0000,
  39. .flags = UPF_BOOT_AUTOCONF,
  40. .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1,
  41. .scbrr_algo_id = SCBRR_ALGO_1,
  42. .type = PORT_SCIF,
  43. .irqs = { 44, 44, 44, 44 },
  44. }, {
  45. .mapbase = 0xffec0000,
  46. .flags = UPF_BOOT_AUTOCONF,
  47. .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1,
  48. .scbrr_algo_id = SCBRR_ALGO_1,
  49. .type = PORT_SCIF,
  50. .irqs = { 50, 50, 50, 50 },
  51. }, {
  52. .mapbase = 0xffed0000,
  53. .flags = UPF_BOOT_AUTOCONF,
  54. .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1,
  55. .scbrr_algo_id = SCBRR_ALGO_1,
  56. .type = PORT_SCIF,
  57. .irqs = { 51, 51, 51, 51 },
  58. }, {
  59. .mapbase = 0xffee0000,
  60. .flags = UPF_BOOT_AUTOCONF,
  61. .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1,
  62. .scbrr_algo_id = SCBRR_ALGO_1,
  63. .type = PORT_SCIF,
  64. .irqs = { 52, 52, 52, 52 },
  65. }, {
  66. .mapbase = 0xffef0000,
  67. .flags = UPF_BOOT_AUTOCONF,
  68. .scscr = SCSCR_RE | SCSCR_TE | SCSCR_REIE | SCSCR_CKE1,
  69. .scbrr_algo_id = SCBRR_ALGO_1,
  70. .type = PORT_SCIF,
  71. .irqs = { 53, 53, 53, 53 },
  72. }, {
  73. .flags = 0,
  74. }
  75. };
  76. static struct platform_device sci_device = {
  77. .name = "sh-sci",
  78. .id = -1,
  79. .dev = {
  80. .platform_data = sci_platform_data,
  81. },
  82. };
  83. static struct sh_timer_config tmu0_platform_data = {
  84. .name = "TMU0",
  85. .channel_offset = 0x04,
  86. .timer_bit = 0,
  87. .clk = "peripheral_clk",
  88. .clockevent_rating = 200,
  89. };
  90. static struct resource tmu0_resources[] = {
  91. [0] = {
  92. .name = "TMU0",
  93. .start = 0xffd80008,
  94. .end = 0xffd80013,
  95. .flags = IORESOURCE_MEM,
  96. },
  97. [1] = {
  98. .start = 16,
  99. .flags = IORESOURCE_IRQ,
  100. },
  101. };
  102. static struct platform_device tmu0_device = {
  103. .name = "sh_tmu",
  104. .id = 0,
  105. .dev = {
  106. .platform_data = &tmu0_platform_data,
  107. },
  108. .resource = tmu0_resources,
  109. .num_resources = ARRAY_SIZE(tmu0_resources),
  110. };
  111. static struct sh_timer_config tmu1_platform_data = {
  112. .name = "TMU1",
  113. .channel_offset = 0x10,
  114. .timer_bit = 1,
  115. .clk = "peripheral_clk",
  116. .clocksource_rating = 200,
  117. };
  118. static struct resource tmu1_resources[] = {
  119. [0] = {
  120. .name = "TMU1",
  121. .start = 0xffd80014,
  122. .end = 0xffd8001f,
  123. .flags = IORESOURCE_MEM,
  124. },
  125. [1] = {
  126. .start = 17,
  127. .flags = IORESOURCE_IRQ,
  128. },
  129. };
  130. static struct platform_device tmu1_device = {
  131. .name = "sh_tmu",
  132. .id = 1,
  133. .dev = {
  134. .platform_data = &tmu1_platform_data,
  135. },
  136. .resource = tmu1_resources,
  137. .num_resources = ARRAY_SIZE(tmu1_resources),
  138. };
  139. static struct sh_timer_config tmu2_platform_data = {
  140. .name = "TMU2",
  141. .channel_offset = 0x1c,
  142. .timer_bit = 2,
  143. .clk = "peripheral_clk",
  144. };
  145. static struct resource tmu2_resources[] = {
  146. [0] = {
  147. .name = "TMU2",
  148. .start = 0xffd80020,
  149. .end = 0xffd8002f,
  150. .flags = IORESOURCE_MEM,
  151. },
  152. [1] = {
  153. .start = 18,
  154. .flags = IORESOURCE_IRQ,
  155. },
  156. };
  157. static struct platform_device tmu2_device = {
  158. .name = "sh_tmu",
  159. .id = 2,
  160. .dev = {
  161. .platform_data = &tmu2_platform_data,
  162. },
  163. .resource = tmu2_resources,
  164. .num_resources = ARRAY_SIZE(tmu2_resources),
  165. };
  166. static struct sh_timer_config tmu3_platform_data = {
  167. .name = "TMU3",
  168. .channel_offset = 0x04,
  169. .timer_bit = 0,
  170. .clk = "peripheral_clk",
  171. };
  172. static struct resource tmu3_resources[] = {
  173. [0] = {
  174. .name = "TMU3",
  175. .start = 0xffda0008,
  176. .end = 0xffda0013,
  177. .flags = IORESOURCE_MEM,
  178. },
  179. [1] = {
  180. .start = 20,
  181. .flags = IORESOURCE_IRQ,
  182. },
  183. };
  184. static struct platform_device tmu3_device = {
  185. .name = "sh_tmu",
  186. .id = 3,
  187. .dev = {
  188. .platform_data = &tmu3_platform_data,
  189. },
  190. .resource = tmu3_resources,
  191. .num_resources = ARRAY_SIZE(tmu3_resources),
  192. };
  193. static struct sh_timer_config tmu4_platform_data = {
  194. .name = "TMU4",
  195. .channel_offset = 0x10,
  196. .timer_bit = 1,
  197. .clk = "peripheral_clk",
  198. };
  199. static struct resource tmu4_resources[] = {
  200. [0] = {
  201. .name = "TMU4",
  202. .start = 0xffda0014,
  203. .end = 0xffda001f,
  204. .flags = IORESOURCE_MEM,
  205. },
  206. [1] = {
  207. .start = 21,
  208. .flags = IORESOURCE_IRQ,
  209. },
  210. };
  211. static struct platform_device tmu4_device = {
  212. .name = "sh_tmu",
  213. .id = 4,
  214. .dev = {
  215. .platform_data = &tmu4_platform_data,
  216. },
  217. .resource = tmu4_resources,
  218. .num_resources = ARRAY_SIZE(tmu4_resources),
  219. };
  220. static struct sh_timer_config tmu5_platform_data = {
  221. .name = "TMU5",
  222. .channel_offset = 0x1c,
  223. .timer_bit = 2,
  224. .clk = "peripheral_clk",
  225. };
  226. static struct resource tmu5_resources[] = {
  227. [0] = {
  228. .name = "TMU5",
  229. .start = 0xffda0020,
  230. .end = 0xffda002b,
  231. .flags = IORESOURCE_MEM,
  232. },
  233. [1] = {
  234. .start = 22,
  235. .flags = IORESOURCE_IRQ,
  236. },
  237. };
  238. static struct platform_device tmu5_device = {
  239. .name = "sh_tmu",
  240. .id = 5,
  241. .dev = {
  242. .platform_data = &tmu5_platform_data,
  243. },
  244. .resource = tmu5_resources,
  245. .num_resources = ARRAY_SIZE(tmu5_resources),
  246. };
  247. static struct sh_timer_config tmu6_platform_data = {
  248. .name = "TMU6",
  249. .channel_offset = 0x04,
  250. .timer_bit = 0,
  251. .clk = "peripheral_clk",
  252. };
  253. static struct resource tmu6_resources[] = {
  254. [0] = {
  255. .name = "TMU6",
  256. .start = 0xffdc0008,
  257. .end = 0xffdc0013,
  258. .flags = IORESOURCE_MEM,
  259. },
  260. [1] = {
  261. .start = 45,
  262. .flags = IORESOURCE_IRQ,
  263. },
  264. };
  265. static struct platform_device tmu6_device = {
  266. .name = "sh_tmu",
  267. .id = 6,
  268. .dev = {
  269. .platform_data = &tmu6_platform_data,
  270. },
  271. .resource = tmu6_resources,
  272. .num_resources = ARRAY_SIZE(tmu6_resources),
  273. };
  274. static struct sh_timer_config tmu7_platform_data = {
  275. .name = "TMU7",
  276. .channel_offset = 0x10,
  277. .timer_bit = 1,
  278. .clk = "peripheral_clk",
  279. };
  280. static struct resource tmu7_resources[] = {
  281. [0] = {
  282. .name = "TMU7",
  283. .start = 0xffdc0014,
  284. .end = 0xffdc001f,
  285. .flags = IORESOURCE_MEM,
  286. },
  287. [1] = {
  288. .start = 45,
  289. .flags = IORESOURCE_IRQ,
  290. },
  291. };
  292. static struct platform_device tmu7_device = {
  293. .name = "sh_tmu",
  294. .id = 7,
  295. .dev = {
  296. .platform_data = &tmu7_platform_data,
  297. },
  298. .resource = tmu7_resources,
  299. .num_resources = ARRAY_SIZE(tmu7_resources),
  300. };
  301. static struct sh_timer_config tmu8_platform_data = {
  302. .name = "TMU8",
  303. .channel_offset = 0x1c,
  304. .timer_bit = 2,
  305. .clk = "peripheral_clk",
  306. };
  307. static struct resource tmu8_resources[] = {
  308. [0] = {
  309. .name = "TMU8",
  310. .start = 0xffdc0020,
  311. .end = 0xffdc002b,
  312. .flags = IORESOURCE_MEM,
  313. },
  314. [1] = {
  315. .start = 45,
  316. .flags = IORESOURCE_IRQ,
  317. },
  318. };
  319. static struct platform_device tmu8_device = {
  320. .name = "sh_tmu",
  321. .id = 8,
  322. .dev = {
  323. .platform_data = &tmu8_platform_data,
  324. },
  325. .resource = tmu8_resources,
  326. .num_resources = ARRAY_SIZE(tmu8_resources),
  327. };
  328. static struct sh_timer_config tmu9_platform_data = {
  329. .name = "TMU9",
  330. .channel_offset = 0x04,
  331. .timer_bit = 0,
  332. .clk = "peripheral_clk",
  333. };
  334. static struct resource tmu9_resources[] = {
  335. [0] = {
  336. .name = "TMU9",
  337. .start = 0xffde0008,
  338. .end = 0xffde0013,
  339. .flags = IORESOURCE_MEM,
  340. },
  341. [1] = {
  342. .start = 46,
  343. .flags = IORESOURCE_IRQ,
  344. },
  345. };
  346. static struct platform_device tmu9_device = {
  347. .name = "sh_tmu",
  348. .id = 9,
  349. .dev = {
  350. .platform_data = &tmu9_platform_data,
  351. },
  352. .resource = tmu9_resources,
  353. .num_resources = ARRAY_SIZE(tmu9_resources),
  354. };
  355. static struct sh_timer_config tmu10_platform_data = {
  356. .name = "TMU10",
  357. .channel_offset = 0x10,
  358. .timer_bit = 1,
  359. .clk = "peripheral_clk",
  360. };
  361. static struct resource tmu10_resources[] = {
  362. [0] = {
  363. .name = "TMU10",
  364. .start = 0xffde0014,
  365. .end = 0xffde001f,
  366. .flags = IORESOURCE_MEM,
  367. },
  368. [1] = {
  369. .start = 46,
  370. .flags = IORESOURCE_IRQ,
  371. },
  372. };
  373. static struct platform_device tmu10_device = {
  374. .name = "sh_tmu",
  375. .id = 10,
  376. .dev = {
  377. .platform_data = &tmu10_platform_data,
  378. },
  379. .resource = tmu10_resources,
  380. .num_resources = ARRAY_SIZE(tmu10_resources),
  381. };
  382. static struct sh_timer_config tmu11_platform_data = {
  383. .name = "TMU11",
  384. .channel_offset = 0x1c,
  385. .timer_bit = 2,
  386. .clk = "peripheral_clk",
  387. };
  388. static struct resource tmu11_resources[] = {
  389. [0] = {
  390. .name = "TMU11",
  391. .start = 0xffde0020,
  392. .end = 0xffde002b,
  393. .flags = IORESOURCE_MEM,
  394. },
  395. [1] = {
  396. .start = 46,
  397. .flags = IORESOURCE_IRQ,
  398. },
  399. };
  400. static struct platform_device tmu11_device = {
  401. .name = "sh_tmu",
  402. .id = 11,
  403. .dev = {
  404. .platform_data = &tmu11_platform_data,
  405. },
  406. .resource = tmu11_resources,
  407. .num_resources = ARRAY_SIZE(tmu11_resources),
  408. };
  409. static struct resource usb_ohci_resources[] = {
  410. [0] = {
  411. .start = 0xffe70400,
  412. .end = 0xffe704ff,
  413. .flags = IORESOURCE_MEM,
  414. },
  415. [1] = {
  416. .start = 77,
  417. .end = 77,
  418. .flags = IORESOURCE_IRQ,
  419. },
  420. };
  421. static u64 usb_ohci_dma_mask = DMA_BIT_MASK(32);
  422. static struct platform_device usb_ohci_device = {
  423. .name = "sh_ohci",
  424. .id = -1,
  425. .dev = {
  426. .dma_mask = &usb_ohci_dma_mask,
  427. .coherent_dma_mask = DMA_BIT_MASK(32),
  428. },
  429. .num_resources = ARRAY_SIZE(usb_ohci_resources),
  430. .resource = usb_ohci_resources,
  431. };
  432. static struct platform_device *sh7786_early_devices[] __initdata = {
  433. &tmu0_device,
  434. &tmu1_device,
  435. &tmu2_device,
  436. &tmu3_device,
  437. &tmu4_device,
  438. &tmu5_device,
  439. &tmu6_device,
  440. &tmu7_device,
  441. &tmu8_device,
  442. &tmu9_device,
  443. &tmu10_device,
  444. &tmu11_device,
  445. };
  446. static struct platform_device *sh7786_devices[] __initdata = {
  447. &sci_device,
  448. &usb_ohci_device,
  449. };
  450. /*
  451. * Please call this function if your platform board
  452. * use external clock for USB
  453. * */
  454. #define USBCTL0 0xffe70858
  455. #define CLOCK_MODE_MASK 0xffffff7f
  456. #define EXT_CLOCK_MODE 0x00000080
  457. void __init sh7786_usb_use_exclock(void)
  458. {
  459. u32 val = __raw_readl(USBCTL0) & CLOCK_MODE_MASK;
  460. __raw_writel(val | EXT_CLOCK_MODE, USBCTL0);
  461. }
  462. #define USBINITREG1 0xffe70094
  463. #define USBINITREG2 0xffe7009c
  464. #define USBINITVAL1 0x00ff0040
  465. #define USBINITVAL2 0x00000001
  466. #define USBPCTL1 0xffe70804
  467. #define USBST 0xffe70808
  468. #define PHY_ENB 0x00000001
  469. #define PLL_ENB 0x00000002
  470. #define PHY_RST 0x00000004
  471. #define ACT_PLL_STATUS 0xc0000000
  472. static void __init sh7786_usb_setup(void)
  473. {
  474. int i = 1000000;
  475. /*
  476. * USB initial settings
  477. *
  478. * The following settings are necessary
  479. * for using the USB modules.
  480. *
  481. * see "USB Inital Settings" for detail
  482. */
  483. __raw_writel(USBINITVAL1, USBINITREG1);
  484. __raw_writel(USBINITVAL2, USBINITREG2);
  485. /*
  486. * Set the PHY and PLL enable bit
  487. */
  488. __raw_writel(PHY_ENB | PLL_ENB, USBPCTL1);
  489. while (i--) {
  490. if (ACT_PLL_STATUS == (__raw_readl(USBST) & ACT_PLL_STATUS)) {
  491. /* Set the PHY RST bit */
  492. __raw_writel(PHY_ENB | PLL_ENB | PHY_RST, USBPCTL1);
  493. printk(KERN_INFO "sh7786 usb setup done\n");
  494. break;
  495. }
  496. cpu_relax();
  497. }
  498. }
  499. static int __init sh7786_devices_setup(void)
  500. {
  501. int ret;
  502. sh7786_usb_setup();
  503. ret = platform_add_devices(sh7786_early_devices,
  504. ARRAY_SIZE(sh7786_early_devices));
  505. if (unlikely(ret != 0))
  506. return ret;
  507. return platform_add_devices(sh7786_devices,
  508. ARRAY_SIZE(sh7786_devices));
  509. }
  510. device_initcall(sh7786_devices_setup);
  511. void __init plat_early_device_setup(void)
  512. {
  513. early_platform_add_devices(sh7786_early_devices,
  514. ARRAY_SIZE(sh7786_early_devices));
  515. }
  516. enum {
  517. UNUSED = 0,
  518. /* interrupt sources */
  519. IRL0_LLLL, IRL0_LLLH, IRL0_LLHL, IRL0_LLHH,
  520. IRL0_LHLL, IRL0_LHLH, IRL0_LHHL, IRL0_LHHH,
  521. IRL0_HLLL, IRL0_HLLH, IRL0_HLHL, IRL0_HLHH,
  522. IRL0_HHLL, IRL0_HHLH, IRL0_HHHL,
  523. IRL4_LLLL, IRL4_LLLH, IRL4_LLHL, IRL4_LLHH,
  524. IRL4_LHLL, IRL4_LHLH, IRL4_LHHL, IRL4_LHHH,
  525. IRL4_HLLL, IRL4_HLLH, IRL4_HLHL, IRL4_HLHH,
  526. IRL4_HHLL, IRL4_HHLH, IRL4_HHHL,
  527. IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7,
  528. WDT,
  529. TMU0_0, TMU0_1, TMU0_2, TMU0_3,
  530. TMU1_0, TMU1_1, TMU1_2,
  531. DMAC0_0, DMAC0_1, DMAC0_2, DMAC0_3, DMAC0_4, DMAC0_5, DMAC0_6,
  532. HUDI1, HUDI0,
  533. DMAC1_0, DMAC1_1, DMAC1_2, DMAC1_3,
  534. HPB_0, HPB_1, HPB_2,
  535. SCIF0_0, SCIF0_1, SCIF0_2, SCIF0_3,
  536. SCIF1,
  537. TMU2, TMU3,
  538. SCIF2, SCIF3, SCIF4, SCIF5,
  539. Eth_0, Eth_1,
  540. PCIeC0_0, PCIeC0_1, PCIeC0_2,
  541. PCIeC1_0, PCIeC1_1, PCIeC1_2,
  542. USB,
  543. I2C0, I2C1,
  544. DU,
  545. SSI0, SSI1, SSI2, SSI3,
  546. PCIeC2_0, PCIeC2_1, PCIeC2_2,
  547. HAC0, HAC1,
  548. FLCTL,
  549. HSPI,
  550. GPIO0, GPIO1,
  551. Thermal,
  552. INTICI0, INTICI1, INTICI2, INTICI3,
  553. INTICI4, INTICI5, INTICI6, INTICI7,
  554. };
  555. static struct intc_vect vectors[] __initdata = {
  556. INTC_VECT(WDT, 0x3e0),
  557. INTC_VECT(TMU0_0, 0x400), INTC_VECT(TMU0_1, 0x420),
  558. INTC_VECT(TMU0_2, 0x440), INTC_VECT(TMU0_3, 0x460),
  559. INTC_VECT(TMU1_0, 0x480), INTC_VECT(TMU1_1, 0x4a0),
  560. INTC_VECT(TMU1_2, 0x4c0),
  561. INTC_VECT(DMAC0_0, 0x500), INTC_VECT(DMAC0_1, 0x520),
  562. INTC_VECT(DMAC0_2, 0x540), INTC_VECT(DMAC0_3, 0x560),
  563. INTC_VECT(DMAC0_4, 0x580), INTC_VECT(DMAC0_5, 0x5a0),
  564. INTC_VECT(DMAC0_6, 0x5c0),
  565. INTC_VECT(HUDI1, 0x5e0), INTC_VECT(HUDI0, 0x600),
  566. INTC_VECT(DMAC1_0, 0x620), INTC_VECT(DMAC1_1, 0x640),
  567. INTC_VECT(DMAC1_2, 0x660), INTC_VECT(DMAC1_3, 0x680),
  568. INTC_VECT(HPB_0, 0x6a0), INTC_VECT(HPB_1, 0x6c0),
  569. INTC_VECT(HPB_2, 0x6e0),
  570. INTC_VECT(SCIF0_0, 0x700), INTC_VECT(SCIF0_1, 0x720),
  571. INTC_VECT(SCIF0_2, 0x740), INTC_VECT(SCIF0_3, 0x760),
  572. INTC_VECT(SCIF1, 0x780),
  573. INTC_VECT(TMU2, 0x7a0), INTC_VECT(TMU3, 0x7c0),
  574. INTC_VECT(SCIF2, 0x840), INTC_VECT(SCIF3, 0x860),
  575. INTC_VECT(SCIF4, 0x880), INTC_VECT(SCIF5, 0x8a0),
  576. INTC_VECT(Eth_0, 0x8c0), INTC_VECT(Eth_1, 0x8e0),
  577. INTC_VECT(PCIeC0_0, 0xae0), INTC_VECT(PCIeC0_1, 0xb00),
  578. INTC_VECT(PCIeC0_2, 0xb20),
  579. INTC_VECT(PCIeC1_0, 0xb40), INTC_VECT(PCIeC1_1, 0xb60),
  580. INTC_VECT(PCIeC1_2, 0xb80),
  581. INTC_VECT(USB, 0xba0),
  582. INTC_VECT(I2C0, 0xcc0), INTC_VECT(I2C1, 0xce0),
  583. INTC_VECT(DU, 0xd00),
  584. INTC_VECT(SSI0, 0xd20), INTC_VECT(SSI1, 0xd40),
  585. INTC_VECT(SSI2, 0xd60), INTC_VECT(SSI3, 0xd80),
  586. INTC_VECT(PCIeC2_0, 0xda0), INTC_VECT(PCIeC2_1, 0xdc0),
  587. INTC_VECT(PCIeC2_2, 0xde0),
  588. INTC_VECT(HAC0, 0xe00), INTC_VECT(HAC1, 0xe20),
  589. INTC_VECT(FLCTL, 0xe40),
  590. INTC_VECT(HSPI, 0xe80),
  591. INTC_VECT(GPIO0, 0xea0), INTC_VECT(GPIO1, 0xec0),
  592. INTC_VECT(Thermal, 0xee0),
  593. INTC_VECT(INTICI0, 0xf00), INTC_VECT(INTICI1, 0xf20),
  594. INTC_VECT(INTICI2, 0xf40), INTC_VECT(INTICI3, 0xf60),
  595. INTC_VECT(INTICI4, 0xf80), INTC_VECT(INTICI5, 0xfa0),
  596. INTC_VECT(INTICI6, 0xfc0), INTC_VECT(INTICI7, 0xfe0),
  597. };
  598. #define CnINTMSK0 0xfe410030
  599. #define CnINTMSK1 0xfe410040
  600. #define CnINTMSKCLR0 0xfe410050
  601. #define CnINTMSKCLR1 0xfe410060
  602. #define CnINT2MSKR0 0xfe410a20
  603. #define CnINT2MSKR1 0xfe410a24
  604. #define CnINT2MSKR2 0xfe410a28
  605. #define CnINT2MSKR3 0xfe410a2c
  606. #define CnINT2MSKCR0 0xfe410a30
  607. #define CnINT2MSKCR1 0xfe410a34
  608. #define CnINT2MSKCR2 0xfe410a38
  609. #define CnINT2MSKCR3 0xfe410a3c
  610. #define INTMSK2 0xfe410068
  611. #define INTMSKCLR2 0xfe41006c
  612. static struct intc_mask_reg mask_registers[] __initdata = {
  613. { CnINTMSK0, CnINTMSKCLR0, 32,
  614. { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
  615. { INTMSK2, INTMSKCLR2, 32,
  616. { IRL0_LLLL, IRL0_LLLH, IRL0_LLHL, IRL0_LLHH,
  617. IRL0_LHLL, IRL0_LHLH, IRL0_LHHL, IRL0_LHHH,
  618. IRL0_HLLL, IRL0_HLLH, IRL0_HLHL, IRL0_HLHH,
  619. IRL0_HHLL, IRL0_HHLH, IRL0_HHHL, 0,
  620. IRL4_LLLL, IRL4_LLLH, IRL4_LLHL, IRL4_LLHH,
  621. IRL4_LHLL, IRL4_LHLH, IRL4_LHHL, IRL4_LHHH,
  622. IRL4_HLLL, IRL4_HLLH, IRL4_HLHL, IRL4_HLHH,
  623. IRL4_HHLL, IRL4_HHLH, IRL4_HHHL, 0, } },
  624. { CnINT2MSKR0, CnINT2MSKCR0 , 32,
  625. { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  626. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, WDT } },
  627. { CnINT2MSKR1, CnINT2MSKCR1, 32,
  628. { TMU0_0, TMU0_1, TMU0_2, TMU0_3, TMU1_0, TMU1_1, TMU1_2, 0,
  629. DMAC0_0, DMAC0_1, DMAC0_2, DMAC0_3, DMAC0_4, DMAC0_5, DMAC0_6,
  630. HUDI1, HUDI0,
  631. DMAC1_0, DMAC1_1, DMAC1_2, DMAC1_3,
  632. HPB_0, HPB_1, HPB_2,
  633. SCIF0_0, SCIF0_1, SCIF0_2, SCIF0_3,
  634. SCIF1,
  635. TMU2, TMU3, 0, } },
  636. { CnINT2MSKR2, CnINT2MSKCR2, 32,
  637. { 0, 0, SCIF2, SCIF3, SCIF4, SCIF5,
  638. Eth_0, Eth_1,
  639. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  640. PCIeC0_0, PCIeC0_1, PCIeC0_2,
  641. PCIeC1_0, PCIeC1_1, PCIeC1_2,
  642. USB, 0, 0 } },
  643. { CnINT2MSKR3, CnINT2MSKCR3, 32,
  644. { 0, 0, 0, 0, 0, 0,
  645. I2C0, I2C1,
  646. DU, SSI0, SSI1, SSI2, SSI3,
  647. PCIeC2_0, PCIeC2_1, PCIeC2_2,
  648. HAC0, HAC1,
  649. FLCTL, 0,
  650. HSPI, GPIO0, GPIO1, Thermal,
  651. 0, 0, 0, 0, 0, 0, 0, 0 } },
  652. };
  653. static struct intc_prio_reg prio_registers[] __initdata = {
  654. { 0xfe410010, 0, 32, 4, /* INTPRI */ { IRQ0, IRQ1, IRQ2, IRQ3,
  655. IRQ4, IRQ5, IRQ6, IRQ7 } },
  656. { 0xfe410800, 0, 32, 8, /* INT2PRI0 */ { 0, 0, 0, WDT } },
  657. { 0xfe410804, 0, 32, 8, /* INT2PRI1 */ { TMU0_0, TMU0_1,
  658. TMU0_2, TMU0_3 } },
  659. { 0xfe410808, 0, 32, 8, /* INT2PRI2 */ { TMU1_0, TMU1_1,
  660. TMU1_2, 0 } },
  661. { 0xfe41080c, 0, 32, 8, /* INT2PRI3 */ { DMAC0_0, DMAC0_1,
  662. DMAC0_2, DMAC0_3 } },
  663. { 0xfe410810, 0, 32, 8, /* INT2PRI4 */ { DMAC0_4, DMAC0_5,
  664. DMAC0_6, HUDI1 } },
  665. { 0xfe410814, 0, 32, 8, /* INT2PRI5 */ { HUDI0, DMAC1_0,
  666. DMAC1_1, DMAC1_2 } },
  667. { 0xfe410818, 0, 32, 8, /* INT2PRI6 */ { DMAC1_3, HPB_0,
  668. HPB_1, HPB_2 } },
  669. { 0xfe41081c, 0, 32, 8, /* INT2PRI7 */ { SCIF0_0, SCIF0_1,
  670. SCIF0_2, SCIF0_3 } },
  671. { 0xfe410820, 0, 32, 8, /* INT2PRI8 */ { SCIF1, TMU2, TMU3, 0 } },
  672. { 0xfe410824, 0, 32, 8, /* INT2PRI9 */ { 0, 0, SCIF2, SCIF3 } },
  673. { 0xfe410828, 0, 32, 8, /* INT2PRI10 */ { SCIF4, SCIF5,
  674. Eth_0, Eth_1 } },
  675. { 0xfe41082c, 0, 32, 8, /* INT2PRI11 */ { 0, 0, 0, 0 } },
  676. { 0xfe410830, 0, 32, 8, /* INT2PRI12 */ { 0, 0, 0, 0 } },
  677. { 0xfe410834, 0, 32, 8, /* INT2PRI13 */ { 0, 0, 0, 0 } },
  678. { 0xfe410838, 0, 32, 8, /* INT2PRI14 */ { 0, 0, 0, PCIeC0_0 } },
  679. { 0xfe41083c, 0, 32, 8, /* INT2PRI15 */ { PCIeC0_1, PCIeC0_2,
  680. PCIeC1_0, PCIeC1_1 } },
  681. { 0xfe410840, 0, 32, 8, /* INT2PRI16 */ { PCIeC1_2, USB, 0, 0 } },
  682. { 0xfe410844, 0, 32, 8, /* INT2PRI17 */ { 0, 0, 0, 0 } },
  683. { 0xfe410848, 0, 32, 8, /* INT2PRI18 */ { 0, 0, I2C0, I2C1 } },
  684. { 0xfe41084c, 0, 32, 8, /* INT2PRI19 */ { DU, SSI0, SSI1, SSI2 } },
  685. { 0xfe410850, 0, 32, 8, /* INT2PRI20 */ { SSI3, PCIeC2_0,
  686. PCIeC2_1, PCIeC2_2 } },
  687. { 0xfe410854, 0, 32, 8, /* INT2PRI21 */ { HAC0, HAC1, FLCTL, 0 } },
  688. { 0xfe410858, 0, 32, 8, /* INT2PRI22 */ { HSPI, GPIO0,
  689. GPIO1, Thermal } },
  690. { 0xfe41085c, 0, 32, 8, /* INT2PRI23 */ { 0, 0, 0, 0 } },
  691. { 0xfe410860, 0, 32, 8, /* INT2PRI24 */ { 0, 0, 0, 0 } },
  692. { 0xfe410090, 0xfe4100a0, 32, 4, /* CnICIPRI / CnICIPRICLR */
  693. { INTICI7, INTICI6, INTICI5, INTICI4,
  694. INTICI3, INTICI2, INTICI1, INTICI0 }, INTC_SMP(4, 2) },
  695. };
  696. static DECLARE_INTC_DESC(intc_desc, "sh7786", vectors, NULL,
  697. mask_registers, prio_registers, NULL);
  698. /* Support for external interrupt pins in IRQ mode */
  699. static struct intc_vect vectors_irq0123[] __initdata = {
  700. INTC_VECT(IRQ0, 0x200), INTC_VECT(IRQ1, 0x240),
  701. INTC_VECT(IRQ2, 0x280), INTC_VECT(IRQ3, 0x2c0),
  702. };
  703. static struct intc_vect vectors_irq4567[] __initdata = {
  704. INTC_VECT(IRQ4, 0x300), INTC_VECT(IRQ5, 0x340),
  705. INTC_VECT(IRQ6, 0x380), INTC_VECT(IRQ7, 0x3c0),
  706. };
  707. static struct intc_sense_reg sense_registers[] __initdata = {
  708. { 0xfe41001c, 32, 2, /* ICR1 */ { IRQ0, IRQ1, IRQ2, IRQ3,
  709. IRQ4, IRQ5, IRQ6, IRQ7 } },
  710. };
  711. static struct intc_mask_reg ack_registers[] __initdata = {
  712. { 0xfe410024, 0, 32, /* INTREQ */
  713. { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
  714. };
  715. static DECLARE_INTC_DESC_ACK(intc_desc_irq0123, "sh7786-irq0123",
  716. vectors_irq0123, NULL, mask_registers,
  717. prio_registers, sense_registers, ack_registers);
  718. static DECLARE_INTC_DESC_ACK(intc_desc_irq4567, "sh7786-irq4567",
  719. vectors_irq4567, NULL, mask_registers,
  720. prio_registers, sense_registers, ack_registers);
  721. /* External interrupt pins in IRL mode */
  722. static struct intc_vect vectors_irl0123[] __initdata = {
  723. INTC_VECT(IRL0_LLLL, 0x200), INTC_VECT(IRL0_LLLH, 0x220),
  724. INTC_VECT(IRL0_LLHL, 0x240), INTC_VECT(IRL0_LLHH, 0x260),
  725. INTC_VECT(IRL0_LHLL, 0x280), INTC_VECT(IRL0_LHLH, 0x2a0),
  726. INTC_VECT(IRL0_LHHL, 0x2c0), INTC_VECT(IRL0_LHHH, 0x2e0),
  727. INTC_VECT(IRL0_HLLL, 0x300), INTC_VECT(IRL0_HLLH, 0x320),
  728. INTC_VECT(IRL0_HLHL, 0x340), INTC_VECT(IRL0_HLHH, 0x360),
  729. INTC_VECT(IRL0_HHLL, 0x380), INTC_VECT(IRL0_HHLH, 0x3a0),
  730. INTC_VECT(IRL0_HHHL, 0x3c0),
  731. };
  732. static struct intc_vect vectors_irl4567[] __initdata = {
  733. INTC_VECT(IRL4_LLLL, 0x900), INTC_VECT(IRL4_LLLH, 0x920),
  734. INTC_VECT(IRL4_LLHL, 0x940), INTC_VECT(IRL4_LLHH, 0x960),
  735. INTC_VECT(IRL4_LHLL, 0x980), INTC_VECT(IRL4_LHLH, 0x9a0),
  736. INTC_VECT(IRL4_LHHL, 0x9c0), INTC_VECT(IRL4_LHHH, 0x9e0),
  737. INTC_VECT(IRL4_HLLL, 0xa00), INTC_VECT(IRL4_HLLH, 0xa20),
  738. INTC_VECT(IRL4_HLHL, 0xa40), INTC_VECT(IRL4_HLHH, 0xa60),
  739. INTC_VECT(IRL4_HHLL, 0xa80), INTC_VECT(IRL4_HHLH, 0xaa0),
  740. INTC_VECT(IRL4_HHHL, 0xac0),
  741. };
  742. static DECLARE_INTC_DESC(intc_desc_irl0123, "sh7786-irl0123", vectors_irl0123,
  743. NULL, mask_registers, NULL, NULL);
  744. static DECLARE_INTC_DESC(intc_desc_irl4567, "sh7786-irl4567", vectors_irl4567,
  745. NULL, mask_registers, NULL, NULL);
  746. #define INTC_ICR0 0xfe410000
  747. #define INTC_INTMSK0 CnINTMSK0
  748. #define INTC_INTMSK1 CnINTMSK1
  749. #define INTC_INTMSK2 INTMSK2
  750. #define INTC_INTMSKCLR1 CnINTMSKCLR1
  751. #define INTC_INTMSKCLR2 INTMSKCLR2
  752. void __init plat_irq_setup(void)
  753. {
  754. /* disable IRQ3-0 + IRQ7-4 */
  755. ctrl_outl(0xff000000, INTC_INTMSK0);
  756. /* disable IRL3-0 + IRL7-4 */
  757. ctrl_outl(0xc0000000, INTC_INTMSK1);
  758. ctrl_outl(0xfffefffe, INTC_INTMSK2);
  759. /* select IRL mode for IRL3-0 + IRL7-4 */
  760. ctrl_outl(ctrl_inl(INTC_ICR0) & ~0x00c00000, INTC_ICR0);
  761. register_intc_controller(&intc_desc);
  762. }
  763. void __init plat_irq_setup_pins(int mode)
  764. {
  765. switch (mode) {
  766. case IRQ_MODE_IRQ7654:
  767. /* select IRQ mode for IRL7-4 */
  768. ctrl_outl(ctrl_inl(INTC_ICR0) | 0x00400000, INTC_ICR0);
  769. register_intc_controller(&intc_desc_irq4567);
  770. break;
  771. case IRQ_MODE_IRQ3210:
  772. /* select IRQ mode for IRL3-0 */
  773. ctrl_outl(ctrl_inl(INTC_ICR0) | 0x00800000, INTC_ICR0);
  774. register_intc_controller(&intc_desc_irq0123);
  775. break;
  776. case IRQ_MODE_IRL7654:
  777. /* enable IRL7-4 but don't provide any masking */
  778. ctrl_outl(0x40000000, INTC_INTMSKCLR1);
  779. ctrl_outl(0x0000fffe, INTC_INTMSKCLR2);
  780. break;
  781. case IRQ_MODE_IRL3210:
  782. /* enable IRL0-3 but don't provide any masking */
  783. ctrl_outl(0x80000000, INTC_INTMSKCLR1);
  784. ctrl_outl(0xfffe0000, INTC_INTMSKCLR2);
  785. break;
  786. case IRQ_MODE_IRL7654_MASK:
  787. /* enable IRL7-4 and mask using cpu intc controller */
  788. ctrl_outl(0x40000000, INTC_INTMSKCLR1);
  789. register_intc_controller(&intc_desc_irl4567);
  790. break;
  791. case IRQ_MODE_IRL3210_MASK:
  792. /* enable IRL0-3 and mask using cpu intc controller */
  793. ctrl_outl(0x80000000, INTC_INTMSKCLR1);
  794. register_intc_controller(&intc_desc_irl0123);
  795. break;
  796. default:
  797. BUG();
  798. }
  799. }
  800. void __init plat_mem_setup(void)
  801. {
  802. }