p4080si.dtsi 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. /*
  2. * P4080 Silicon Device Tree Source
  3. *
  4. * Copyright 2009-2011 Freescale Semiconductor Inc.
  5. *
  6. * Redistribution and use in source and binary forms, with or without
  7. * modification, are permitted provided that the following conditions are met:
  8. * * Redistributions of source code must retain the above copyright
  9. * notice, this list of conditions and the following disclaimer.
  10. * * Redistributions in binary form must reproduce the above copyright
  11. * notice, this list of conditions and the following disclaimer in the
  12. * documentation and/or other materials provided with the distribution.
  13. * * Neither the name of Freescale Semiconductor nor the
  14. * names of its contributors may be used to endorse or promote products
  15. * derived from this software without specific prior written permission.
  16. *
  17. *
  18. * ALTERNATIVELY, this software may be distributed under the terms of the
  19. * GNU General Public License ("GPL") as published by the Free Software
  20. * Foundation, either version 2 of that License or (at your option) any
  21. * later version.
  22. *
  23. * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
  24. * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  25. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  26. * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
  27. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  28. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  29. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  30. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  31. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  32. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33. */
  34. /dts-v1/;
  35. / {
  36. compatible = "fsl,P4080";
  37. #address-cells = <2>;
  38. #size-cells = <2>;
  39. interrupt-parent = <&mpic>;
  40. aliases {
  41. ccsr = &soc;
  42. serial0 = &serial0;
  43. serial1 = &serial1;
  44. serial2 = &serial2;
  45. serial3 = &serial3;
  46. pci0 = &pci0;
  47. pci1 = &pci1;
  48. pci2 = &pci2;
  49. usb0 = &usb0;
  50. usb1 = &usb1;
  51. dma0 = &dma0;
  52. dma1 = &dma1;
  53. sdhc = &sdhc;
  54. msi0 = &msi0;
  55. msi1 = &msi1;
  56. msi2 = &msi2;
  57. crypto = &crypto;
  58. sec_jr0 = &sec_jr0;
  59. sec_jr1 = &sec_jr1;
  60. sec_jr2 = &sec_jr2;
  61. sec_jr3 = &sec_jr3;
  62. rtic_a = &rtic_a;
  63. rtic_b = &rtic_b;
  64. rtic_c = &rtic_c;
  65. rtic_d = &rtic_d;
  66. sec_mon = &sec_mon;
  67. rio0 = &rapidio0;
  68. };
  69. cpus {
  70. #address-cells = <1>;
  71. #size-cells = <0>;
  72. cpu0: PowerPC,4080@0 {
  73. device_type = "cpu";
  74. reg = <0>;
  75. next-level-cache = <&L2_0>;
  76. L2_0: l2-cache {
  77. next-level-cache = <&cpc>;
  78. };
  79. };
  80. cpu1: PowerPC,4080@1 {
  81. device_type = "cpu";
  82. reg = <1>;
  83. next-level-cache = <&L2_1>;
  84. L2_1: l2-cache {
  85. next-level-cache = <&cpc>;
  86. };
  87. };
  88. cpu2: PowerPC,4080@2 {
  89. device_type = "cpu";
  90. reg = <2>;
  91. next-level-cache = <&L2_2>;
  92. L2_2: l2-cache {
  93. next-level-cache = <&cpc>;
  94. };
  95. };
  96. cpu3: PowerPC,4080@3 {
  97. device_type = "cpu";
  98. reg = <3>;
  99. next-level-cache = <&L2_3>;
  100. L2_3: l2-cache {
  101. next-level-cache = <&cpc>;
  102. };
  103. };
  104. cpu4: PowerPC,4080@4 {
  105. device_type = "cpu";
  106. reg = <4>;
  107. next-level-cache = <&L2_4>;
  108. L2_4: l2-cache {
  109. next-level-cache = <&cpc>;
  110. };
  111. };
  112. cpu5: PowerPC,4080@5 {
  113. device_type = "cpu";
  114. reg = <5>;
  115. next-level-cache = <&L2_5>;
  116. L2_5: l2-cache {
  117. next-level-cache = <&cpc>;
  118. };
  119. };
  120. cpu6: PowerPC,4080@6 {
  121. device_type = "cpu";
  122. reg = <6>;
  123. next-level-cache = <&L2_6>;
  124. L2_6: l2-cache {
  125. next-level-cache = <&cpc>;
  126. };
  127. };
  128. cpu7: PowerPC,4080@7 {
  129. device_type = "cpu";
  130. reg = <7>;
  131. next-level-cache = <&L2_7>;
  132. L2_7: l2-cache {
  133. next-level-cache = <&cpc>;
  134. };
  135. };
  136. };
  137. soc: soc@ffe000000 {
  138. #address-cells = <1>;
  139. #size-cells = <1>;
  140. device_type = "soc";
  141. compatible = "simple-bus";
  142. ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
  143. reg = <0xf 0xfe000000 0 0x00001000>;
  144. soc-sram-error {
  145. compatible = "fsl,soc-sram-error";
  146. interrupts = <16 2 1 29>;
  147. };
  148. corenet-law@0 {
  149. compatible = "fsl,corenet-law";
  150. reg = <0x0 0x1000>;
  151. fsl,num-laws = <32>;
  152. };
  153. memory-controller@8000 {
  154. compatible = "fsl,qoriq-memory-controller-v4.4", "fsl,qoriq-memory-controller";
  155. reg = <0x8000 0x1000>;
  156. interrupts = <16 2 1 23>;
  157. };
  158. memory-controller@9000 {
  159. compatible = "fsl,qoriq-memory-controller-v4.4","fsl,qoriq-memory-controller";
  160. reg = <0x9000 0x1000>;
  161. interrupts = <16 2 1 22>;
  162. };
  163. cpc: l3-cache-controller@10000 {
  164. compatible = "fsl,p4080-l3-cache-controller", "cache";
  165. reg = <0x10000 0x1000
  166. 0x11000 0x1000>;
  167. interrupts = <16 2 1 27
  168. 16 2 1 26>;
  169. };
  170. corenet-cf@18000 {
  171. compatible = "fsl,corenet-cf";
  172. reg = <0x18000 0x1000>;
  173. interrupts = <16 2 1 31>;
  174. fsl,ccf-num-csdids = <32>;
  175. fsl,ccf-num-snoopids = <32>;
  176. };
  177. iommu@20000 {
  178. compatible = "fsl,pamu-v1.0", "fsl,pamu";
  179. reg = <0x20000 0x5000>;
  180. interrupts = <
  181. 24 2 0 0
  182. 16 2 1 30>;
  183. };
  184. mpic: pic@40000 {
  185. clock-frequency = <0>;
  186. interrupt-controller;
  187. #address-cells = <0>;
  188. #interrupt-cells = <4>;
  189. reg = <0x40000 0x40000>;
  190. compatible = "fsl,mpic", "chrp,open-pic";
  191. device_type = "open-pic";
  192. };
  193. msi0: msi@41600 {
  194. compatible = "fsl,mpic-msi";
  195. reg = <0x41600 0x200>;
  196. msi-available-ranges = <0 0x100>;
  197. interrupts = <
  198. 0xe0 0 0 0
  199. 0xe1 0 0 0
  200. 0xe2 0 0 0
  201. 0xe3 0 0 0
  202. 0xe4 0 0 0
  203. 0xe5 0 0 0
  204. 0xe6 0 0 0
  205. 0xe7 0 0 0>;
  206. };
  207. msi1: msi@41800 {
  208. compatible = "fsl,mpic-msi";
  209. reg = <0x41800 0x200>;
  210. msi-available-ranges = <0 0x100>;
  211. interrupts = <
  212. 0xe8 0 0 0
  213. 0xe9 0 0 0
  214. 0xea 0 0 0
  215. 0xeb 0 0 0
  216. 0xec 0 0 0
  217. 0xed 0 0 0
  218. 0xee 0 0 0
  219. 0xef 0 0 0>;
  220. };
  221. msi2: msi@41a00 {
  222. compatible = "fsl,mpic-msi";
  223. reg = <0x41a00 0x200>;
  224. msi-available-ranges = <0 0x100>;
  225. interrupts = <
  226. 0xf0 0 0 0
  227. 0xf1 0 0 0
  228. 0xf2 0 0 0
  229. 0xf3 0 0 0
  230. 0xf4 0 0 0
  231. 0xf5 0 0 0
  232. 0xf6 0 0 0
  233. 0xf7 0 0 0>;
  234. };
  235. guts: global-utilities@e0000 {
  236. compatible = "fsl,qoriq-device-config-1.0";
  237. reg = <0xe0000 0xe00>;
  238. fsl,has-rstcr;
  239. #sleep-cells = <1>;
  240. fsl,liodn-bits = <12>;
  241. };
  242. pins: global-utilities@e0e00 {
  243. compatible = "fsl,qoriq-pin-control-1.0";
  244. reg = <0xe0e00 0x200>;
  245. #sleep-cells = <2>;
  246. };
  247. clockgen: global-utilities@e1000 {
  248. compatible = "fsl,p4080-clockgen", "fsl,qoriq-clockgen-1.0";
  249. reg = <0xe1000 0x1000>;
  250. clock-frequency = <0>;
  251. };
  252. rcpm: global-utilities@e2000 {
  253. compatible = "fsl,qoriq-rcpm-1.0";
  254. reg = <0xe2000 0x1000>;
  255. #sleep-cells = <1>;
  256. };
  257. sfp: sfp@e8000 {
  258. compatible = "fsl,p4080-sfp", "fsl,qoriq-sfp-1.0";
  259. reg = <0xe8000 0x1000>;
  260. };
  261. serdes: serdes@ea000 {
  262. compatible = "fsl,p4080-serdes";
  263. reg = <0xea000 0x1000>;
  264. };
  265. dma0: dma@100300 {
  266. #address-cells = <1>;
  267. #size-cells = <1>;
  268. compatible = "fsl,p4080-dma", "fsl,eloplus-dma";
  269. reg = <0x100300 0x4>;
  270. ranges = <0x0 0x100100 0x200>;
  271. cell-index = <0>;
  272. dma-channel@0 {
  273. compatible = "fsl,p4080-dma-channel",
  274. "fsl,eloplus-dma-channel";
  275. reg = <0x0 0x80>;
  276. cell-index = <0>;
  277. interrupts = <28 2 0 0>;
  278. };
  279. dma-channel@80 {
  280. compatible = "fsl,p4080-dma-channel",
  281. "fsl,eloplus-dma-channel";
  282. reg = <0x80 0x80>;
  283. cell-index = <1>;
  284. interrupts = <29 2 0 0>;
  285. };
  286. dma-channel@100 {
  287. compatible = "fsl,p4080-dma-channel",
  288. "fsl,eloplus-dma-channel";
  289. reg = <0x100 0x80>;
  290. cell-index = <2>;
  291. interrupts = <30 2 0 0>;
  292. };
  293. dma-channel@180 {
  294. compatible = "fsl,p4080-dma-channel",
  295. "fsl,eloplus-dma-channel";
  296. reg = <0x180 0x80>;
  297. cell-index = <3>;
  298. interrupts = <31 2 0 0>;
  299. };
  300. };
  301. dma1: dma@101300 {
  302. #address-cells = <1>;
  303. #size-cells = <1>;
  304. compatible = "fsl,p4080-dma", "fsl,eloplus-dma";
  305. reg = <0x101300 0x4>;
  306. ranges = <0x0 0x101100 0x200>;
  307. cell-index = <1>;
  308. dma-channel@0 {
  309. compatible = "fsl,p4080-dma-channel",
  310. "fsl,eloplus-dma-channel";
  311. reg = <0x0 0x80>;
  312. cell-index = <0>;
  313. interrupts = <32 2 0 0>;
  314. };
  315. dma-channel@80 {
  316. compatible = "fsl,p4080-dma-channel",
  317. "fsl,eloplus-dma-channel";
  318. reg = <0x80 0x80>;
  319. cell-index = <1>;
  320. interrupts = <33 2 0 0>;
  321. };
  322. dma-channel@100 {
  323. compatible = "fsl,p4080-dma-channel",
  324. "fsl,eloplus-dma-channel";
  325. reg = <0x100 0x80>;
  326. cell-index = <2>;
  327. interrupts = <34 2 0 0>;
  328. };
  329. dma-channel@180 {
  330. compatible = "fsl,p4080-dma-channel",
  331. "fsl,eloplus-dma-channel";
  332. reg = <0x180 0x80>;
  333. cell-index = <3>;
  334. interrupts = <35 2 0 0>;
  335. };
  336. };
  337. spi@110000 {
  338. #address-cells = <1>;
  339. #size-cells = <0>;
  340. compatible = "fsl,p4080-espi", "fsl,mpc8536-espi";
  341. reg = <0x110000 0x1000>;
  342. interrupts = <53 0x2 0 0>;
  343. fsl,espi-num-chipselects = <4>;
  344. };
  345. sdhc: sdhc@114000 {
  346. compatible = "fsl,p4080-esdhc", "fsl,esdhc";
  347. reg = <0x114000 0x1000>;
  348. interrupts = <48 2 0 0>;
  349. voltage-ranges = <3300 3300>;
  350. sdhci,auto-cmd12;
  351. clock-frequency = <0>;
  352. };
  353. i2c@118000 {
  354. #address-cells = <1>;
  355. #size-cells = <0>;
  356. cell-index = <0>;
  357. compatible = "fsl-i2c";
  358. reg = <0x118000 0x100>;
  359. interrupts = <38 2 0 0>;
  360. dfsrr;
  361. };
  362. i2c@118100 {
  363. #address-cells = <1>;
  364. #size-cells = <0>;
  365. cell-index = <1>;
  366. compatible = "fsl-i2c";
  367. reg = <0x118100 0x100>;
  368. interrupts = <38 2 0 0>;
  369. dfsrr;
  370. };
  371. i2c@119000 {
  372. #address-cells = <1>;
  373. #size-cells = <0>;
  374. cell-index = <2>;
  375. compatible = "fsl-i2c";
  376. reg = <0x119000 0x100>;
  377. interrupts = <39 2 0 0>;
  378. dfsrr;
  379. };
  380. i2c@119100 {
  381. #address-cells = <1>;
  382. #size-cells = <0>;
  383. cell-index = <3>;
  384. compatible = "fsl-i2c";
  385. reg = <0x119100 0x100>;
  386. interrupts = <39 2 0 0>;
  387. dfsrr;
  388. };
  389. serial0: serial@11c500 {
  390. cell-index = <0>;
  391. device_type = "serial";
  392. compatible = "ns16550";
  393. reg = <0x11c500 0x100>;
  394. clock-frequency = <0>;
  395. interrupts = <36 2 0 0>;
  396. };
  397. serial1: serial@11c600 {
  398. cell-index = <1>;
  399. device_type = "serial";
  400. compatible = "ns16550";
  401. reg = <0x11c600 0x100>;
  402. clock-frequency = <0>;
  403. interrupts = <36 2 0 0>;
  404. };
  405. serial2: serial@11d500 {
  406. cell-index = <2>;
  407. device_type = "serial";
  408. compatible = "ns16550";
  409. reg = <0x11d500 0x100>;
  410. clock-frequency = <0>;
  411. interrupts = <37 2 0 0>;
  412. };
  413. serial3: serial@11d600 {
  414. cell-index = <3>;
  415. device_type = "serial";
  416. compatible = "ns16550";
  417. reg = <0x11d600 0x100>;
  418. clock-frequency = <0>;
  419. interrupts = <37 2 0 0>;
  420. };
  421. gpio0: gpio@130000 {
  422. compatible = "fsl,p4080-gpio", "fsl,qoriq-gpio";
  423. reg = <0x130000 0x1000>;
  424. interrupts = <55 2 0 0>;
  425. #gpio-cells = <2>;
  426. gpio-controller;
  427. };
  428. usb0: usb@210000 {
  429. compatible = "fsl,p4080-usb2-mph",
  430. "fsl,mpc85xx-usb2-mph", "fsl-usb2-mph";
  431. reg = <0x210000 0x1000>;
  432. #address-cells = <1>;
  433. #size-cells = <0>;
  434. interrupts = <44 0x2 0 0>;
  435. };
  436. usb1: usb@211000 {
  437. compatible = "fsl,p4080-usb2-dr",
  438. "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr";
  439. reg = <0x211000 0x1000>;
  440. #address-cells = <1>;
  441. #size-cells = <0>;
  442. interrupts = <45 0x2 0 0>;
  443. };
  444. crypto: crypto@300000 {
  445. compatible = "fsl,sec-v4.0";
  446. #address-cells = <1>;
  447. #size-cells = <1>;
  448. reg = <0x300000 0x10000>;
  449. ranges = <0 0x300000 0x10000>;
  450. interrupt-parent = <&mpic>;
  451. interrupts = <92 2 0 0>;
  452. sec_jr0: jr@1000 {
  453. compatible = "fsl,sec-v4.0-job-ring";
  454. reg = <0x1000 0x1000>;
  455. interrupt-parent = <&mpic>;
  456. interrupts = <88 2 0 0>;
  457. };
  458. sec_jr1: jr@2000 {
  459. compatible = "fsl,sec-v4.0-job-ring";
  460. reg = <0x2000 0x1000>;
  461. interrupt-parent = <&mpic>;
  462. interrupts = <89 2 0 0>;
  463. };
  464. sec_jr2: jr@3000 {
  465. compatible = "fsl,sec-v4.0-job-ring";
  466. reg = <0x3000 0x1000>;
  467. interrupt-parent = <&mpic>;
  468. interrupts = <90 2 0 0>;
  469. };
  470. sec_jr3: jr@4000 {
  471. compatible = "fsl,sec-v4.0-job-ring";
  472. reg = <0x4000 0x1000>;
  473. interrupt-parent = <&mpic>;
  474. interrupts = <91 2 0 0>;
  475. };
  476. rtic@6000 {
  477. compatible = "fsl,sec-v4.0-rtic";
  478. #address-cells = <1>;
  479. #size-cells = <1>;
  480. reg = <0x6000 0x100>;
  481. ranges = <0x0 0x6100 0xe00>;
  482. rtic_a: rtic-a@0 {
  483. compatible = "fsl,sec-v4.0-rtic-memory";
  484. reg = <0x00 0x20 0x100 0x80>;
  485. };
  486. rtic_b: rtic-b@20 {
  487. compatible = "fsl,sec-v4.0-rtic-memory";
  488. reg = <0x20 0x20 0x200 0x80>;
  489. };
  490. rtic_c: rtic-c@40 {
  491. compatible = "fsl,sec-v4.0-rtic-memory";
  492. reg = <0x40 0x20 0x300 0x80>;
  493. };
  494. rtic_d: rtic-d@60 {
  495. compatible = "fsl,sec-v4.0-rtic-memory";
  496. reg = <0x60 0x20 0x500 0x80>;
  497. };
  498. };
  499. };
  500. sec_mon: sec_mon@314000 {
  501. compatible = "fsl,sec-v4.0-mon";
  502. reg = <0x314000 0x1000>;
  503. interrupt-parent = <&mpic>;
  504. interrupts = <93 2 0 0>;
  505. };
  506. };
  507. rapidio0: rapidio@ffe0c0000 {
  508. #address-cells = <2>;
  509. #size-cells = <2>;
  510. compatible = "fsl,rapidio-delta";
  511. interrupts = <
  512. 16 2 1 11 /* err_irq */
  513. 56 2 0 0 /* bell_outb_irq */
  514. 57 2 0 0 /* bell_inb_irq */
  515. 60 2 0 0 /* msg1_tx_irq */
  516. 61 2 0 0 /* msg1_rx_irq */
  517. 62 2 0 0 /* msg2_tx_irq */
  518. 63 2 0 0>; /* msg2_rx_irq */
  519. };
  520. localbus@ffe124000 {
  521. compatible = "fsl,p4080-elbc", "fsl,elbc", "simple-bus";
  522. interrupts = <25 2 0 0>;
  523. #address-cells = <2>;
  524. #size-cells = <1>;
  525. };
  526. pci0: pcie@ffe200000 {
  527. compatible = "fsl,p4080-pcie";
  528. device_type = "pci";
  529. #size-cells = <2>;
  530. #address-cells = <3>;
  531. bus-range = <0x0 0xff>;
  532. clock-frequency = <0x1fca055>;
  533. fsl,msi = <&msi0>;
  534. interrupts = <16 2 1 15>;
  535. pcie@0 {
  536. reg = <0 0 0 0 0>;
  537. #interrupt-cells = <1>;
  538. #size-cells = <2>;
  539. #address-cells = <3>;
  540. device_type = "pci";
  541. interrupts = <16 2 1 15>;
  542. interrupt-map-mask = <0xf800 0 0 7>;
  543. interrupt-map = <
  544. /* IDSEL 0x0 */
  545. 0000 0 0 1 &mpic 40 1 0 0
  546. 0000 0 0 2 &mpic 1 1 0 0
  547. 0000 0 0 3 &mpic 2 1 0 0
  548. 0000 0 0 4 &mpic 3 1 0 0
  549. >;
  550. };
  551. };
  552. pci1: pcie@ffe201000 {
  553. compatible = "fsl,p4080-pcie";
  554. device_type = "pci";
  555. #size-cells = <2>;
  556. #address-cells = <3>;
  557. bus-range = <0 0xff>;
  558. clock-frequency = <0x1fca055>;
  559. fsl,msi = <&msi1>;
  560. interrupts = <16 2 1 14>;
  561. pcie@0 {
  562. reg = <0 0 0 0 0>;
  563. #interrupt-cells = <1>;
  564. #size-cells = <2>;
  565. #address-cells = <3>;
  566. device_type = "pci";
  567. interrupts = <16 2 1 14>;
  568. interrupt-map-mask = <0xf800 0 0 7>;
  569. interrupt-map = <
  570. /* IDSEL 0x0 */
  571. 0000 0 0 1 &mpic 41 1 0 0
  572. 0000 0 0 2 &mpic 5 1 0 0
  573. 0000 0 0 3 &mpic 6 1 0 0
  574. 0000 0 0 4 &mpic 7 1 0 0
  575. >;
  576. };
  577. };
  578. pci2: pcie@ffe202000 {
  579. compatible = "fsl,p4080-pcie";
  580. device_type = "pci";
  581. #size-cells = <2>;
  582. #address-cells = <3>;
  583. bus-range = <0x0 0xff>;
  584. clock-frequency = <0x1fca055>;
  585. fsl,msi = <&msi2>;
  586. interrupts = <16 2 1 13>;
  587. pcie@0 {
  588. reg = <0 0 0 0 0>;
  589. #interrupt-cells = <1>;
  590. #size-cells = <2>;
  591. #address-cells = <3>;
  592. device_type = "pci";
  593. interrupts = <16 2 1 13>;
  594. interrupt-map-mask = <0xf800 0 0 7>;
  595. interrupt-map = <
  596. /* IDSEL 0x0 */
  597. 0000 0 0 1 &mpic 42 1 0 0
  598. 0000 0 0 2 &mpic 9 1 0 0
  599. 0000 0 0 3 &mpic 10 1 0 0
  600. 0000 0 0 4 &mpic 11 1 0 0
  601. >;
  602. };
  603. };
  604. };