glacier.dts 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. /*
  2. * Device Tree Source for AMCC Glacier (460GT)
  3. *
  4. * Copyright 2008-2010 DENX Software Engineering, Stefan Roese <sr@denx.de>
  5. *
  6. * SPDX-License-Identifier: GPL-2.0
  7. */
  8. /dts-v1/;
  9. / {
  10. #address-cells = <2>;
  11. #size-cells = <1>;
  12. model = "amcc,glacier";
  13. compatible = "amcc,glacier";
  14. dcr-parent = <&{/cpus/cpu@0}>;
  15. aliases {
  16. ethernet0 = &EMAC0;
  17. ethernet1 = &EMAC1;
  18. ethernet2 = &EMAC2;
  19. ethernet3 = &EMAC3;
  20. serial0 = &UART0;
  21. serial1 = &UART1;
  22. };
  23. chosen {
  24. stdout-path = &UART0;
  25. };
  26. cpus {
  27. #address-cells = <1>;
  28. #size-cells = <0>;
  29. cpu@0 {
  30. device_type = "cpu";
  31. model = "PowerPC,460GT";
  32. reg = <0x00000000>;
  33. clock-frequency = <0>; /* Filled in by U-Boot */
  34. timebase-frequency = <0>; /* Filled in by U-Boot */
  35. i-cache-line-size = <32>;
  36. d-cache-line-size = <32>;
  37. i-cache-size = <32768>;
  38. d-cache-size = <32768>;
  39. dcr-controller;
  40. dcr-access-method = "native";
  41. next-level-cache = <&L2C0>;
  42. };
  43. };
  44. memory {
  45. device_type = "memory";
  46. reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */
  47. };
  48. UIC0: interrupt-controller0 {
  49. compatible = "ibm,uic-460gt","ibm,uic";
  50. interrupt-controller;
  51. cell-index = <0>;
  52. dcr-reg = <0x0c0 0x009>;
  53. #address-cells = <0>;
  54. #size-cells = <0>;
  55. #interrupt-cells = <2>;
  56. };
  57. UIC1: interrupt-controller1 {
  58. compatible = "ibm,uic-460gt","ibm,uic";
  59. interrupt-controller;
  60. cell-index = <1>;
  61. dcr-reg = <0x0d0 0x009>;
  62. #address-cells = <0>;
  63. #size-cells = <0>;
  64. #interrupt-cells = <2>;
  65. interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */
  66. interrupt-parent = <&UIC0>;
  67. };
  68. UIC2: interrupt-controller2 {
  69. compatible = "ibm,uic-460gt","ibm,uic";
  70. interrupt-controller;
  71. cell-index = <2>;
  72. dcr-reg = <0x0e0 0x009>;
  73. #address-cells = <0>;
  74. #size-cells = <0>;
  75. #interrupt-cells = <2>;
  76. interrupts = <0xa 0x4 0xb 0x4>; /* cascade */
  77. interrupt-parent = <&UIC0>;
  78. };
  79. UIC3: interrupt-controller3 {
  80. compatible = "ibm,uic-460gt","ibm,uic";
  81. interrupt-controller;
  82. cell-index = <3>;
  83. dcr-reg = <0x0f0 0x009>;
  84. #address-cells = <0>;
  85. #size-cells = <0>;
  86. #interrupt-cells = <2>;
  87. interrupts = <0x10 0x4 0x11 0x4>; /* cascade */
  88. interrupt-parent = <&UIC0>;
  89. };
  90. SDR0: sdr {
  91. compatible = "ibm,sdr-460gt";
  92. dcr-reg = <0x00e 0x002>;
  93. };
  94. CPR0: cpr {
  95. compatible = "ibm,cpr-460gt";
  96. dcr-reg = <0x00c 0x002>;
  97. };
  98. L2C0: l2c {
  99. compatible = "ibm,l2-cache-460gt", "ibm,l2-cache";
  100. dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
  101. 0x030 0x008>; /* L2 cache DCR's */
  102. cache-line-size = <32>; /* 32 bytes */
  103. cache-size = <262144>; /* L2, 256K */
  104. interrupt-parent = <&UIC1>;
  105. interrupts = <11 1>;
  106. };
  107. plb {
  108. compatible = "ibm,plb-460gt", "ibm,plb4";
  109. #address-cells = <2>;
  110. #size-cells = <1>;
  111. ranges;
  112. clock-frequency = <0>; /* Filled in by U-Boot */
  113. SDRAM0: sdram {
  114. compatible = "ibm,sdram-460gt", "ibm,sdram-405gp";
  115. dcr-reg = <0x010 0x002>;
  116. };
  117. CRYPTO: crypto@180000 {
  118. compatible = "amcc,ppc460gt-crypto", "amcc,ppc460ex-crypto",
  119. "amcc,ppc4xx-crypto";
  120. reg = <4 0x00180000 0x80400>;
  121. interrupt-parent = <&UIC0>;
  122. interrupts = <0x1d 0x4>;
  123. };
  124. HWRNG: hwrng@110000 {
  125. compatible = "amcc,ppc460ex-rng", "ppc4xx-rng";
  126. reg = <4 0x00110000 0x50>;
  127. };
  128. MAL0: mcmal {
  129. compatible = "ibm,mcmal-460gt", "ibm,mcmal2";
  130. dcr-reg = <0x180 0x062>;
  131. num-tx-chans = <4>;
  132. num-rx-chans = <32>;
  133. #address-cells = <0>;
  134. #size-cells = <0>;
  135. interrupt-parent = <&UIC2>;
  136. interrupts = < /*TXEOB*/ 0x6 0x4
  137. /*RXEOB*/ 0x7 0x4
  138. /*SERR*/ 0x3 0x4
  139. /*TXDE*/ 0x4 0x4
  140. /*RXDE*/ 0x5 0x4>;
  141. desc-base-addr-high = <0x8>;
  142. };
  143. POB0: opb {
  144. compatible = "ibm,opb-460gt", "ibm,opb";
  145. #address-cells = <1>;
  146. #size-cells = <1>;
  147. ranges = <0xb0000000 0x00000004 0xb0000000 0x50000000>;
  148. clock-frequency = <0>; /* Filled in by U-Boot */
  149. EBC0: ebc {
  150. compatible = "ibm,ebc-460gt", "ibm,ebc";
  151. dcr-reg = <0x012 0x002>;
  152. #address-cells = <2>;
  153. #size-cells = <1>;
  154. clock-frequency = <0>; /* Filled in by U-Boot */
  155. /* ranges property is supplied by U-Boot */
  156. interrupts = <0x6 0x4>;
  157. interrupt-parent = <&UIC1>;
  158. nor_flash@0,0 {
  159. compatible = "amd,s29gl512n", "cfi-flash";
  160. bank-width = <2>;
  161. reg = <0x00000000 0x00000000 0x04000000>;
  162. #address-cells = <1>;
  163. #size-cells = <1>;
  164. partition@0 {
  165. label = "kernel";
  166. reg = <0x00000000 0x001e0000>;
  167. };
  168. partition@1e0000 {
  169. label = "dtb";
  170. reg = <0x001e0000 0x00020000>;
  171. };
  172. partition@200000 {
  173. label = "ramdisk";
  174. reg = <0x00200000 0x01400000>;
  175. };
  176. partition@1600000 {
  177. label = "jffs2";
  178. reg = <0x01600000 0x00400000>;
  179. };
  180. partition@1a00000 {
  181. label = "user";
  182. reg = <0x01a00000 0x02560000>;
  183. };
  184. partition@3f60000 {
  185. label = "env";
  186. reg = <0x03f60000 0x00040000>;
  187. };
  188. partition@3fa0000 {
  189. label = "u-boot";
  190. reg = <0x03fa0000 0x00060000>;
  191. };
  192. };
  193. ndfc@3,0 {
  194. compatible = "ibm,ndfc";
  195. reg = <0x00000003 0x00000000 0x00002000>;
  196. ccr = <0x00001000>;
  197. bank-settings = <0x80002222>;
  198. #address-cells = <1>;
  199. #size-cells = <1>;
  200. nand {
  201. #address-cells = <1>;
  202. #size-cells = <1>;
  203. partition@0 {
  204. label = "u-boot";
  205. reg = <0x00000000 0x00100000>;
  206. };
  207. partition@100000 {
  208. label = "user";
  209. reg = <0x00000000 0x03f00000>;
  210. };
  211. };
  212. };
  213. };
  214. UART0: serial@ef600300 {
  215. device_type = "serial";
  216. reg-shift = <0>;
  217. compatible = "ns16550";
  218. reg = <0xef600300 0x00000008>;
  219. virtual-reg = <0xef600300>;
  220. clock-frequency = <0>; /* Filled in by U-Boot */
  221. current-speed = <0>; /* Filled in by U-Boot */
  222. interrupt-parent = <&UIC1>;
  223. interrupts = <0x1 0x4>;
  224. };
  225. UART1: serial@ef600400 {
  226. device_type = "serial";
  227. reg-shift = <0>;
  228. compatible = "ns16550";
  229. reg = <0xef600400 0x00000008>;
  230. virtual-reg = <0xef600400>;
  231. clock-frequency = <0>; /* Filled in by U-Boot */
  232. current-speed = <0>; /* Filled in by U-Boot */
  233. interrupt-parent = <&UIC0>;
  234. interrupts = <0x1 0x4>;
  235. };
  236. UART2: serial@ef600500 {
  237. device_type = "serial";
  238. reg-shift = <0>;
  239. compatible = "ns16550";
  240. reg = <0xef600500 0x00000008>;
  241. virtual-reg = <0xef600500>;
  242. clock-frequency = <0>; /* Filled in by U-Boot */
  243. current-speed = <0>; /* Filled in by U-Boot */
  244. interrupt-parent = <&UIC1>;
  245. interrupts = <28 0x4>;
  246. };
  247. UART3: serial@ef600600 {
  248. device_type = "serial";
  249. reg-shift = <0>;
  250. compatible = "ns16550";
  251. reg = <0xef600600 0x00000008>;
  252. virtual-reg = <0xef600600>;
  253. clock-frequency = <0>; /* Filled in by U-Boot */
  254. current-speed = <0>; /* Filled in by U-Boot */
  255. interrupt-parent = <&UIC1>;
  256. interrupts = <29 0x4>;
  257. };
  258. IIC0: i2c@ef600700 {
  259. compatible = "ibm,iic-460gt", "ibm,iic";
  260. reg = <0xef600700 0x00000014>;
  261. interrupt-parent = <&UIC0>;
  262. interrupts = <0x2 0x4>;
  263. #address-cells = <1>;
  264. #size-cells = <0>;
  265. rtc@68 {
  266. compatible = "stm,m41t80";
  267. reg = <0x68>;
  268. interrupt-parent = <&UIC2>;
  269. interrupts = <0x19 0x8>;
  270. };
  271. sttm@48 {
  272. compatible = "ad,ad7414";
  273. reg = <0x48>;
  274. interrupt-parent = <&UIC1>;
  275. interrupts = <0x14 0x8>;
  276. };
  277. };
  278. IIC1: i2c@ef600800 {
  279. compatible = "ibm,iic-460gt", "ibm,iic";
  280. reg = <0xef600800 0x00000014>;
  281. interrupt-parent = <&UIC0>;
  282. interrupts = <0x3 0x4>;
  283. };
  284. ZMII0: emac-zmii@ef600d00 {
  285. compatible = "ibm,zmii-460gt", "ibm,zmii";
  286. reg = <0xef600d00 0x0000000c>;
  287. };
  288. RGMII0: emac-rgmii@ef601500 {
  289. compatible = "ibm,rgmii-460gt", "ibm,rgmii";
  290. reg = <0xef601500 0x00000008>;
  291. has-mdio;
  292. };
  293. RGMII1: emac-rgmii@ef601600 {
  294. compatible = "ibm,rgmii-460gt", "ibm,rgmii";
  295. reg = <0xef601600 0x00000008>;
  296. has-mdio;
  297. };
  298. TAH0: emac-tah@ef601350 {
  299. compatible = "ibm,tah-460gt", "ibm,tah";
  300. reg = <0xef601350 0x00000030>;
  301. };
  302. TAH1: emac-tah@ef601450 {
  303. compatible = "ibm,tah-460gt", "ibm,tah";
  304. reg = <0xef601450 0x00000030>;
  305. };
  306. EMAC0: ethernet@ef600e00 {
  307. device_type = "network";
  308. compatible = "ibm,emac-460gt", "ibm,emac4sync";
  309. interrupt-parent = <&EMAC0>;
  310. interrupts = <0x0 0x1>;
  311. #interrupt-cells = <1>;
  312. #address-cells = <0>;
  313. #size-cells = <0>;
  314. interrupt-map = </*Status*/ 0x0 &UIC2 0x10 0x4
  315. /*Wake*/ 0x1 &UIC2 0x14 0x4>;
  316. reg = <0xef600e00 0x000000c4>;
  317. local-mac-address = [000000000000]; /* Filled in by U-Boot */
  318. mal-device = <&MAL0>;
  319. mal-tx-channel = <0>;
  320. mal-rx-channel = <0>;
  321. cell-index = <0>;
  322. max-frame-size = <9000>;
  323. rx-fifo-size = <4096>;
  324. tx-fifo-size = <2048>;
  325. rx-fifo-size-gige = <16384>;
  326. phy-mode = "rgmii";
  327. phy-map = <0x00000000>;
  328. rgmii-device = <&RGMII0>;
  329. rgmii-channel = <0>;
  330. tah-device = <&TAH0>;
  331. tah-channel = <0>;
  332. has-inverted-stacr-oc;
  333. has-new-stacr-staopc;
  334. };
  335. EMAC1: ethernet@ef600f00 {
  336. device_type = "network";
  337. compatible = "ibm,emac-460gt", "ibm,emac4sync";
  338. interrupt-parent = <&EMAC1>;
  339. interrupts = <0x0 0x1>;
  340. #interrupt-cells = <1>;
  341. #address-cells = <0>;
  342. #size-cells = <0>;
  343. interrupt-map = </*Status*/ 0x0 &UIC2 0x11 0x4
  344. /*Wake*/ 0x1 &UIC2 0x15 0x4>;
  345. reg = <0xef600f00 0x000000c4>;
  346. local-mac-address = [000000000000]; /* Filled in by U-Boot */
  347. mal-device = <&MAL0>;
  348. mal-tx-channel = <1>;
  349. mal-rx-channel = <8>;
  350. cell-index = <1>;
  351. max-frame-size = <9000>;
  352. rx-fifo-size = <4096>;
  353. tx-fifo-size = <2048>;
  354. rx-fifo-size-gige = <16384>;
  355. phy-mode = "rgmii";
  356. phy-map = <0x00000000>;
  357. rgmii-device = <&RGMII0>;
  358. rgmii-channel = <1>;
  359. tah-device = <&TAH1>;
  360. tah-channel = <1>;
  361. has-inverted-stacr-oc;
  362. has-new-stacr-staopc;
  363. mdio-device = <&EMAC0>;
  364. };
  365. EMAC2: ethernet@ef601100 {
  366. device_type = "network";
  367. compatible = "ibm,emac-460gt", "ibm,emac4sync";
  368. interrupt-parent = <&EMAC2>;
  369. interrupts = <0x0 0x1>;
  370. #interrupt-cells = <1>;
  371. #address-cells = <0>;
  372. #size-cells = <0>;
  373. interrupt-map = </*Status*/ 0x0 &UIC2 0x12 0x4
  374. /*Wake*/ 0x1 &UIC2 0x16 0x4>;
  375. reg = <0xef601100 0x000000c4>;
  376. local-mac-address = [000000000000]; /* Filled in by U-Boot */
  377. mal-device = <&MAL0>;
  378. mal-tx-channel = <2>;
  379. mal-rx-channel = <16>;
  380. cell-index = <2>;
  381. max-frame-size = <9000>;
  382. rx-fifo-size = <4096>;
  383. tx-fifo-size = <2048>;
  384. rx-fifo-size-gige = <16384>;
  385. tx-fifo-size-gige = <16384>; /* emac2&3 only */
  386. phy-mode = "rgmii";
  387. phy-map = <0x00000000>;
  388. rgmii-device = <&RGMII1>;
  389. rgmii-channel = <0>;
  390. has-inverted-stacr-oc;
  391. has-new-stacr-staopc;
  392. mdio-device = <&EMAC0>;
  393. };
  394. EMAC3: ethernet@ef601200 {
  395. device_type = "network";
  396. compatible = "ibm,emac-460gt", "ibm,emac4sync";
  397. interrupt-parent = <&EMAC3>;
  398. interrupts = <0x0 0x1>;
  399. #interrupt-cells = <1>;
  400. #address-cells = <0>;
  401. #size-cells = <0>;
  402. interrupt-map = </*Status*/ 0x0 &UIC2 0x13 0x4
  403. /*Wake*/ 0x1 &UIC2 0x17 0x4>;
  404. reg = <0xef601200 0x000000c4>;
  405. local-mac-address = [000000000000]; /* Filled in by U-Boot */
  406. mal-device = <&MAL0>;
  407. mal-tx-channel = <3>;
  408. mal-rx-channel = <24>;
  409. cell-index = <3>;
  410. max-frame-size = <9000>;
  411. rx-fifo-size = <4096>;
  412. tx-fifo-size = <2048>;
  413. rx-fifo-size-gige = <16384>;
  414. tx-fifo-size-gige = <16384>; /* emac2&3 only */
  415. phy-mode = "rgmii";
  416. phy-map = <0x00000000>;
  417. rgmii-device = <&RGMII1>;
  418. rgmii-channel = <1>;
  419. has-inverted-stacr-oc;
  420. has-new-stacr-staopc;
  421. mdio-device = <&EMAC0>;
  422. };
  423. };
  424. PCIX0: pci@c0ec00000 {
  425. device_type = "pci";
  426. #interrupt-cells = <1>;
  427. #size-cells = <2>;
  428. #address-cells = <3>;
  429. compatible = "ibm,plb-pcix-460gt", "ibm,plb-pcix";
  430. primary;
  431. large-inbound-windows;
  432. enable-msi-hole;
  433. reg = <0x0000000c 0x0ec00000 0x00000008 /* Config space access */
  434. 0x00000000 0x00000000 0x00000000 /* no IACK cycles */
  435. 0x0000000c 0x0ed00000 0x00000004 /* Special cycles */
  436. 0x0000000c 0x0ec80000 0x00000100 /* Internal registers */
  437. 0x0000000c 0x0ec80100 0x000000fc>; /* Internal messaging registers */
  438. /* Outbound ranges, one memory and one IO,
  439. * later cannot be changed
  440. */
  441. ranges = <0x02000000 0x00000000 0x80000000 0x0000000d 0x80000000 0x00000000 0x80000000
  442. 0x02000000 0x00000000 0x00000000 0x0000000c 0x0ee00000 0x00000000 0x00100000
  443. 0x01000000 0x00000000 0x00000000 0x0000000c 0x08000000 0x00000000 0x00010000>;
  444. /* Inbound 2GB range starting at 0 */
  445. dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
  446. /* This drives busses 0 to 0x3f */
  447. bus-range = <0x0 0x3f>;
  448. /* All PCI interrupts are routed to ext IRQ 2 -> UIC1-0 */
  449. interrupt-map-mask = <0x0 0x0 0x0 0x0>;
  450. interrupt-map = < 0x0 0x0 0x0 0x0 &UIC1 0x0 0x8 >;
  451. };
  452. PCIE0: pciex@d00000000 {
  453. device_type = "pci";
  454. #interrupt-cells = <1>;
  455. #size-cells = <2>;
  456. #address-cells = <3>;
  457. compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
  458. primary;
  459. port = <0x0>; /* port number */
  460. reg = <0x0000000d 0x00000000 0x20000000 /* Config space access */
  461. 0x0000000c 0x08010000 0x00001000>; /* Registers */
  462. dcr-reg = <0x100 0x020>;
  463. sdr-base = <0x300>;
  464. /* Outbound ranges, one memory and one IO,
  465. * later cannot be changed
  466. */
  467. ranges = <0x02000000 0x00000000 0x80000000 0x0000000e 0x00000000 0x00000000 0x80000000
  468. 0x02000000 0x00000000 0x00000000 0x0000000f 0x00000000 0x00000000 0x00100000
  469. 0x01000000 0x00000000 0x00000000 0x0000000f 0x80000000 0x00000000 0x00010000>;
  470. /* Inbound 2GB range starting at 0 */
  471. dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
  472. /* This drives busses 40 to 0x7f */
  473. bus-range = <0x40 0x7f>;
  474. /* Legacy interrupts (note the weird polarity, the bridge seems
  475. * to invert PCIe legacy interrupts).
  476. * We are de-swizzling here because the numbers are actually for
  477. * port of the root complex virtual P2P bridge. But I want
  478. * to avoid putting a node for it in the tree, so the numbers
  479. * below are basically de-swizzled numbers.
  480. * The real slot is on idsel 0, so the swizzling is 1:1
  481. */
  482. interrupt-map-mask = <0x0 0x0 0x0 0x7>;
  483. interrupt-map = <
  484. 0x0 0x0 0x0 0x1 &UIC3 0xc 0x4 /* swizzled int A */
  485. 0x0 0x0 0x0 0x2 &UIC3 0xd 0x4 /* swizzled int B */
  486. 0x0 0x0 0x0 0x3 &UIC3 0xe 0x4 /* swizzled int C */
  487. 0x0 0x0 0x0 0x4 &UIC3 0xf 0x4 /* swizzled int D */>;
  488. };
  489. PCIE1: pciex@d20000000 {
  490. device_type = "pci";
  491. #interrupt-cells = <1>;
  492. #size-cells = <2>;
  493. #address-cells = <3>;
  494. compatible = "ibm,plb-pciex-460ex", "ibm,plb-pciex";
  495. primary;
  496. port = <0x1>; /* port number */
  497. reg = <0x0000000d 0x20000000 0x20000000 /* Config space access */
  498. 0x0000000c 0x08011000 0x00001000>; /* Registers */
  499. dcr-reg = <0x120 0x020>;
  500. sdr-base = <0x340>;
  501. /* Outbound ranges, one memory and one IO,
  502. * later cannot be changed
  503. */
  504. ranges = <0x02000000 0x00000000 0x80000000 0x0000000e 0x80000000 0x00000000 0x80000000
  505. 0x02000000 0x00000000 0x00000000 0x0000000f 0x00100000 0x00000000 0x00100000
  506. 0x01000000 0x00000000 0x00000000 0x0000000f 0x80010000 0x00000000 0x00010000>;
  507. /* Inbound 2GB range starting at 0 */
  508. dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
  509. /* This drives busses 80 to 0xbf */
  510. bus-range = <0x80 0xbf>;
  511. /* Legacy interrupts (note the weird polarity, the bridge seems
  512. * to invert PCIe legacy interrupts).
  513. * We are de-swizzling here because the numbers are actually for
  514. * port of the root complex virtual P2P bridge. But I want
  515. * to avoid putting a node for it in the tree, so the numbers
  516. * below are basically de-swizzled numbers.
  517. * The real slot is on idsel 0, so the swizzling is 1:1
  518. */
  519. interrupt-map-mask = <0x0 0x0 0x0 0x7>;
  520. interrupt-map = <
  521. 0x0 0x0 0x0 0x1 &UIC3 0x10 0x4 /* swizzled int A */
  522. 0x0 0x0 0x0 0x2 &UIC3 0x11 0x4 /* swizzled int B */
  523. 0x0 0x0 0x0 0x3 &UIC3 0x12 0x4 /* swizzled int C */
  524. 0x0 0x0 0x0 0x4 &UIC3 0x13 0x4 /* swizzled int D */>;
  525. };
  526. };
  527. };