p3041si.dtsi 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. /*
  2. * P3041 Silicon Device Tree Source
  3. *
  4. * Copyright 2010-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,P3041";
  37. #address-cells = <2>;
  38. #size-cells = <2>;
  39. interrupt-parent = <&mpic>;
  40. aliases {
  41. ccsr = &soc;
  42. dcsr = &dcsr;
  43. serial0 = &serial0;
  44. serial1 = &serial1;
  45. serial2 = &serial2;
  46. serial3 = &serial3;
  47. pci0 = &pci0;
  48. pci1 = &pci1;
  49. pci2 = &pci2;
  50. pci3 = &pci3;
  51. usb0 = &usb0;
  52. usb1 = &usb1;
  53. dma0 = &dma0;
  54. dma1 = &dma1;
  55. sdhc = &sdhc;
  56. msi0 = &msi0;
  57. msi1 = &msi1;
  58. msi2 = &msi2;
  59. crypto = &crypto;
  60. sec_jr0 = &sec_jr0;
  61. sec_jr1 = &sec_jr1;
  62. sec_jr2 = &sec_jr2;
  63. sec_jr3 = &sec_jr3;
  64. rtic_a = &rtic_a;
  65. rtic_b = &rtic_b;
  66. rtic_c = &rtic_c;
  67. rtic_d = &rtic_d;
  68. sec_mon = &sec_mon;
  69. /*
  70. rio0 = &rapidio0;
  71. */
  72. };
  73. cpus {
  74. #address-cells = <1>;
  75. #size-cells = <0>;
  76. cpu0: PowerPC,e500mc@0 {
  77. device_type = "cpu";
  78. reg = <0>;
  79. next-level-cache = <&L2_0>;
  80. L2_0: l2-cache {
  81. next-level-cache = <&cpc>;
  82. };
  83. };
  84. cpu1: PowerPC,e500mc@1 {
  85. device_type = "cpu";
  86. reg = <1>;
  87. next-level-cache = <&L2_1>;
  88. L2_1: l2-cache {
  89. next-level-cache = <&cpc>;
  90. };
  91. };
  92. cpu2: PowerPC,e500mc@2 {
  93. device_type = "cpu";
  94. reg = <2>;
  95. next-level-cache = <&L2_2>;
  96. L2_2: l2-cache {
  97. next-level-cache = <&cpc>;
  98. };
  99. };
  100. cpu3: PowerPC,e500mc@3 {
  101. device_type = "cpu";
  102. reg = <3>;
  103. next-level-cache = <&L2_3>;
  104. L2_3: l2-cache {
  105. next-level-cache = <&cpc>;
  106. };
  107. };
  108. };
  109. dcsr: dcsr@f00000000 {
  110. #address-cells = <1>;
  111. #size-cells = <1>;
  112. compatible = "fsl,dcsr", "simple-bus";
  113. dcsr-epu@0 {
  114. compatible = "fsl,dcsr-epu";
  115. interrupts = <52 2 0 0
  116. 84 2 0 0
  117. 85 2 0 0>;
  118. interrupt-parent = <&mpic>;
  119. reg = <0x0 0x1000>;
  120. };
  121. dcsr-npc {
  122. compatible = "fsl,dcsr-npc";
  123. reg = <0x1000 0x1000 0x1000000 0x8000>;
  124. };
  125. dcsr-nxc@2000 {
  126. compatible = "fsl,dcsr-nxc";
  127. reg = <0x2000 0x1000>;
  128. };
  129. dcsr-corenet {
  130. compatible = "fsl,dcsr-corenet";
  131. reg = <0x8000 0x1000 0xB0000 0x1000>;
  132. };
  133. dcsr-dpaa@9000 {
  134. compatible = "fsl,p43041-dcsr-dpaa", "fsl,dcsr-dpaa";
  135. reg = <0x9000 0x1000>;
  136. };
  137. dcsr-ocn@11000 {
  138. compatible = "fsl,p43041-dcsr-ocn", "fsl,dcsr-ocn";
  139. reg = <0x11000 0x1000>;
  140. };
  141. dcsr-ddr@12000 {
  142. compatible = "fsl,dcsr-ddr";
  143. dev-handle = <&ddr>;
  144. reg = <0x12000 0x1000>;
  145. };
  146. dcsr-nal@18000 {
  147. compatible = "fsl,p43041-dcsr-nal", "fsl,dcsr-nal";
  148. reg = <0x18000 0x1000>;
  149. };
  150. dcsr-rcpm@22000 {
  151. compatible = "fsl,p43041-dcsr-rcpm", "fsl,dcsr-rcpm";
  152. reg = <0x22000 0x1000>;
  153. };
  154. dcsr-cpu-sb-proxy@40000 {
  155. compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
  156. cpu-handle = <&cpu0>;
  157. reg = <0x40000 0x1000>;
  158. };
  159. dcsr-cpu-sb-proxy@41000 {
  160. compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
  161. cpu-handle = <&cpu1>;
  162. reg = <0x41000 0x1000>;
  163. };
  164. dcsr-cpu-sb-proxy@42000 {
  165. compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
  166. cpu-handle = <&cpu2>;
  167. reg = <0x42000 0x1000>;
  168. };
  169. dcsr-cpu-sb-proxy@43000 {
  170. compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
  171. cpu-handle = <&cpu3>;
  172. reg = <0x43000 0x1000>;
  173. };
  174. };
  175. soc: soc@ffe000000 {
  176. #address-cells = <1>;
  177. #size-cells = <1>;
  178. device_type = "soc";
  179. compatible = "simple-bus";
  180. ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
  181. reg = <0xf 0xfe000000 0 0x00001000>;
  182. soc-sram-error {
  183. compatible = "fsl,soc-sram-error";
  184. interrupts = <16 2 1 29>;
  185. };
  186. corenet-law@0 {
  187. compatible = "fsl,corenet-law";
  188. reg = <0x0 0x1000>;
  189. fsl,num-laws = <32>;
  190. };
  191. ddr: memory-controller@8000 {
  192. compatible = "fsl,qoriq-memory-controller-v4.5", "fsl,qoriq-memory-controller";
  193. reg = <0x8000 0x1000>;
  194. interrupts = <16 2 1 23>;
  195. };
  196. cpc: l3-cache-controller@10000 {
  197. compatible = "fsl,p3041-l3-cache-controller", "fsl,p4080-l3-cache-controller", "cache";
  198. reg = <0x10000 0x1000>;
  199. interrupts = <16 2 1 27>;
  200. };
  201. corenet-cf@18000 {
  202. compatible = "fsl,corenet-cf";
  203. reg = <0x18000 0x1000>;
  204. interrupts = <16 2 1 31>;
  205. fsl,ccf-num-csdids = <32>;
  206. fsl,ccf-num-snoopids = <32>;
  207. };
  208. iommu@20000 {
  209. compatible = "fsl,pamu-v1.0", "fsl,pamu";
  210. reg = <0x20000 0x4000>;
  211. interrupts = <
  212. 24 2 0 0
  213. 16 2 1 30>;
  214. };
  215. mpic: pic@40000 {
  216. clock-frequency = <0>;
  217. interrupt-controller;
  218. #address-cells = <0>;
  219. #interrupt-cells = <4>;
  220. reg = <0x40000 0x40000>;
  221. compatible = "fsl,mpic", "chrp,open-pic";
  222. device_type = "open-pic";
  223. };
  224. msi0: msi@41600 {
  225. compatible = "fsl,mpic-msi";
  226. reg = <0x41600 0x200>;
  227. msi-available-ranges = <0 0x100>;
  228. interrupts = <
  229. 0xe0 0 0 0
  230. 0xe1 0 0 0
  231. 0xe2 0 0 0
  232. 0xe3 0 0 0
  233. 0xe4 0 0 0
  234. 0xe5 0 0 0
  235. 0xe6 0 0 0
  236. 0xe7 0 0 0>;
  237. };
  238. msi1: msi@41800 {
  239. compatible = "fsl,mpic-msi";
  240. reg = <0x41800 0x200>;
  241. msi-available-ranges = <0 0x100>;
  242. interrupts = <
  243. 0xe8 0 0 0
  244. 0xe9 0 0 0
  245. 0xea 0 0 0
  246. 0xeb 0 0 0
  247. 0xec 0 0 0
  248. 0xed 0 0 0
  249. 0xee 0 0 0
  250. 0xef 0 0 0>;
  251. };
  252. msi2: msi@41a00 {
  253. compatible = "fsl,mpic-msi";
  254. reg = <0x41a00 0x200>;
  255. msi-available-ranges = <0 0x100>;
  256. interrupts = <
  257. 0xf0 0 0 0
  258. 0xf1 0 0 0
  259. 0xf2 0 0 0
  260. 0xf3 0 0 0
  261. 0xf4 0 0 0
  262. 0xf5 0 0 0
  263. 0xf6 0 0 0
  264. 0xf7 0 0 0>;
  265. };
  266. guts: global-utilities@e0000 {
  267. compatible = "fsl,qoriq-device-config-1.0";
  268. reg = <0xe0000 0xe00>;
  269. fsl,has-rstcr;
  270. #sleep-cells = <1>;
  271. fsl,liodn-bits = <12>;
  272. };
  273. pins: global-utilities@e0e00 {
  274. compatible = "fsl,qoriq-pin-control-1.0";
  275. reg = <0xe0e00 0x200>;
  276. #sleep-cells = <2>;
  277. };
  278. clockgen: global-utilities@e1000 {
  279. compatible = "fsl,p3041-clockgen", "fsl,qoriq-clockgen-1.0";
  280. reg = <0xe1000 0x1000>;
  281. clock-frequency = <0>;
  282. };
  283. rcpm: global-utilities@e2000 {
  284. compatible = "fsl,qoriq-rcpm-1.0";
  285. reg = <0xe2000 0x1000>;
  286. #sleep-cells = <1>;
  287. };
  288. sfp: sfp@e8000 {
  289. compatible = "fsl,p3041-sfp", "fsl,qoriq-sfp-1.0";
  290. reg = <0xe8000 0x1000>;
  291. };
  292. serdes: serdes@ea000 {
  293. compatible = "fsl,p3041-serdes";
  294. reg = <0xea000 0x1000>;
  295. };
  296. dma0: dma@100300 {
  297. #address-cells = <1>;
  298. #size-cells = <1>;
  299. compatible = "fsl,p3041-dma", "fsl,eloplus-dma";
  300. reg = <0x100300 0x4>;
  301. ranges = <0x0 0x100100 0x200>;
  302. cell-index = <0>;
  303. dma-channel@0 {
  304. compatible = "fsl,p3041-dma-channel",
  305. "fsl,eloplus-dma-channel";
  306. reg = <0x0 0x80>;
  307. cell-index = <0>;
  308. interrupts = <28 2 0 0>;
  309. };
  310. dma-channel@80 {
  311. compatible = "fsl,p3041-dma-channel",
  312. "fsl,eloplus-dma-channel";
  313. reg = <0x80 0x80>;
  314. cell-index = <1>;
  315. interrupts = <29 2 0 0>;
  316. };
  317. dma-channel@100 {
  318. compatible = "fsl,p3041-dma-channel",
  319. "fsl,eloplus-dma-channel";
  320. reg = <0x100 0x80>;
  321. cell-index = <2>;
  322. interrupts = <30 2 0 0>;
  323. };
  324. dma-channel@180 {
  325. compatible = "fsl,p3041-dma-channel",
  326. "fsl,eloplus-dma-channel";
  327. reg = <0x180 0x80>;
  328. cell-index = <3>;
  329. interrupts = <31 2 0 0>;
  330. };
  331. };
  332. dma1: dma@101300 {
  333. #address-cells = <1>;
  334. #size-cells = <1>;
  335. compatible = "fsl,p3041-dma", "fsl,eloplus-dma";
  336. reg = <0x101300 0x4>;
  337. ranges = <0x0 0x101100 0x200>;
  338. cell-index = <1>;
  339. dma-channel@0 {
  340. compatible = "fsl,p3041-dma-channel",
  341. "fsl,eloplus-dma-channel";
  342. reg = <0x0 0x80>;
  343. cell-index = <0>;
  344. interrupts = <32 2 0 0>;
  345. };
  346. dma-channel@80 {
  347. compatible = "fsl,p3041-dma-channel",
  348. "fsl,eloplus-dma-channel";
  349. reg = <0x80 0x80>;
  350. cell-index = <1>;
  351. interrupts = <33 2 0 0>;
  352. };
  353. dma-channel@100 {
  354. compatible = "fsl,p3041-dma-channel",
  355. "fsl,eloplus-dma-channel";
  356. reg = <0x100 0x80>;
  357. cell-index = <2>;
  358. interrupts = <34 2 0 0>;
  359. };
  360. dma-channel@180 {
  361. compatible = "fsl,p3041-dma-channel",
  362. "fsl,eloplus-dma-channel";
  363. reg = <0x180 0x80>;
  364. cell-index = <3>;
  365. interrupts = <35 2 0 0>;
  366. };
  367. };
  368. spi@110000 {
  369. #address-cells = <1>;
  370. #size-cells = <0>;
  371. compatible = "fsl,p3041-espi", "fsl,mpc8536-espi";
  372. reg = <0x110000 0x1000>;
  373. interrupts = <53 0x2 0 0>;
  374. fsl,espi-num-chipselects = <4>;
  375. };
  376. sdhc: sdhc@114000 {
  377. compatible = "fsl,p3041-esdhc", "fsl,esdhc";
  378. reg = <0x114000 0x1000>;
  379. interrupts = <48 2 0 0>;
  380. sdhci,auto-cmd12;
  381. clock-frequency = <0>;
  382. };
  383. i2c@118000 {
  384. #address-cells = <1>;
  385. #size-cells = <0>;
  386. cell-index = <0>;
  387. compatible = "fsl-i2c";
  388. reg = <0x118000 0x100>;
  389. interrupts = <38 2 0 0>;
  390. dfsrr;
  391. };
  392. i2c@118100 {
  393. #address-cells = <1>;
  394. #size-cells = <0>;
  395. cell-index = <1>;
  396. compatible = "fsl-i2c";
  397. reg = <0x118100 0x100>;
  398. interrupts = <38 2 0 0>;
  399. dfsrr;
  400. };
  401. i2c@119000 {
  402. #address-cells = <1>;
  403. #size-cells = <0>;
  404. cell-index = <2>;
  405. compatible = "fsl-i2c";
  406. reg = <0x119000 0x100>;
  407. interrupts = <39 2 0 0>;
  408. dfsrr;
  409. };
  410. i2c@119100 {
  411. #address-cells = <1>;
  412. #size-cells = <0>;
  413. cell-index = <3>;
  414. compatible = "fsl-i2c";
  415. reg = <0x119100 0x100>;
  416. interrupts = <39 2 0 0>;
  417. dfsrr;
  418. };
  419. serial0: serial@11c500 {
  420. cell-index = <0>;
  421. device_type = "serial";
  422. compatible = "ns16550";
  423. reg = <0x11c500 0x100>;
  424. clock-frequency = <0>;
  425. interrupts = <36 2 0 0>;
  426. };
  427. serial1: serial@11c600 {
  428. cell-index = <1>;
  429. device_type = "serial";
  430. compatible = "ns16550";
  431. reg = <0x11c600 0x100>;
  432. clock-frequency = <0>;
  433. interrupts = <36 2 0 0>;
  434. };
  435. serial2: serial@11d500 {
  436. cell-index = <2>;
  437. device_type = "serial";
  438. compatible = "ns16550";
  439. reg = <0x11d500 0x100>;
  440. clock-frequency = <0>;
  441. interrupts = <37 2 0 0>;
  442. };
  443. serial3: serial@11d600 {
  444. cell-index = <3>;
  445. device_type = "serial";
  446. compatible = "ns16550";
  447. reg = <0x11d600 0x100>;
  448. clock-frequency = <0>;
  449. interrupts = <37 2 0 0>;
  450. };
  451. gpio0: gpio@130000 {
  452. compatible = "fsl,p3041-gpio", "fsl,qoriq-gpio";
  453. reg = <0x130000 0x1000>;
  454. interrupts = <55 2 0 0>;
  455. #gpio-cells = <2>;
  456. gpio-controller;
  457. };
  458. usb0: usb@210000 {
  459. compatible = "fsl,p3041-usb2-mph",
  460. "fsl,mpc85xx-usb2-mph", "fsl-usb2-mph";
  461. reg = <0x210000 0x1000>;
  462. #address-cells = <1>;
  463. #size-cells = <0>;
  464. interrupts = <44 0x2 0 0>;
  465. phy_type = "utmi";
  466. port0;
  467. };
  468. usb1: usb@211000 {
  469. compatible = "fsl,p3041-usb2-dr",
  470. "fsl,mpc85xx-usb2-dr", "fsl-usb2-dr";
  471. reg = <0x211000 0x1000>;
  472. #address-cells = <1>;
  473. #size-cells = <0>;
  474. interrupts = <45 0x2 0 0>;
  475. dr_mode = "host";
  476. phy_type = "utmi";
  477. };
  478. sata@220000 {
  479. compatible = "fsl,p3041-sata", "fsl,pq-sata-v2";
  480. reg = <0x220000 0x1000>;
  481. interrupts = <68 0x2 0 0>;
  482. };
  483. sata@221000 {
  484. compatible = "fsl,p3041-sata", "fsl,pq-sata-v2";
  485. reg = <0x221000 0x1000>;
  486. interrupts = <69 0x2 0 0>;
  487. };
  488. crypto: crypto@300000 {
  489. compatible = "fsl,sec-v4.2", "fsl,sec-v4.0";
  490. #address-cells = <1>;
  491. #size-cells = <1>;
  492. reg = <0x300000 0x10000>;
  493. ranges = <0 0x300000 0x10000>;
  494. interrupts = <92 2 0 0>;
  495. sec_jr0: jr@1000 {
  496. compatible = "fsl,sec-v4.2-job-ring",
  497. "fsl,sec-v4.0-job-ring";
  498. reg = <0x1000 0x1000>;
  499. interrupts = <88 2 0 0>;
  500. };
  501. sec_jr1: jr@2000 {
  502. compatible = "fsl,sec-v4.2-job-ring",
  503. "fsl,sec-v4.0-job-ring";
  504. reg = <0x2000 0x1000>;
  505. interrupts = <89 2 0 0>;
  506. };
  507. sec_jr2: jr@3000 {
  508. compatible = "fsl,sec-v4.2-job-ring",
  509. "fsl,sec-v4.0-job-ring";
  510. reg = <0x3000 0x1000>;
  511. interrupts = <90 2 0 0>;
  512. };
  513. sec_jr3: jr@4000 {
  514. compatible = "fsl,sec-v4.2-job-ring",
  515. "fsl,sec-v4.0-job-ring";
  516. reg = <0x4000 0x1000>;
  517. interrupts = <91 2 0 0>;
  518. };
  519. rtic@6000 {
  520. compatible = "fsl,sec-v4.2-rtic",
  521. "fsl,sec-v4.0-rtic";
  522. #address-cells = <1>;
  523. #size-cells = <1>;
  524. reg = <0x6000 0x100>;
  525. ranges = <0x0 0x6100 0xe00>;
  526. rtic_a: rtic-a@0 {
  527. compatible = "fsl,sec-v4.2-rtic-memory",
  528. "fsl,sec-v4.0-rtic-memory";
  529. reg = <0x00 0x20 0x100 0x80>;
  530. };
  531. rtic_b: rtic-b@20 {
  532. compatible = "fsl,sec-v4.2-rtic-memory",
  533. "fsl,sec-v4.0-rtic-memory";
  534. reg = <0x20 0x20 0x200 0x80>;
  535. };
  536. rtic_c: rtic-c@40 {
  537. compatible = "fsl,sec-v4.2-rtic-memory",
  538. "fsl,sec-v4.0-rtic-memory";
  539. reg = <0x40 0x20 0x300 0x80>;
  540. };
  541. rtic_d: rtic-d@60 {
  542. compatible = "fsl,sec-v4.2-rtic-memory",
  543. "fsl,sec-v4.0-rtic-memory";
  544. reg = <0x60 0x20 0x500 0x80>;
  545. };
  546. };
  547. };
  548. sec_mon: sec_mon@314000 {
  549. compatible = "fsl,sec-v4.2-mon", "fsl,sec-v4.0-mon";
  550. reg = <0x314000 0x1000>;
  551. interrupts = <93 2 0 0>;
  552. };
  553. };
  554. /*
  555. rapidio0: rapidio@ffe0c0000
  556. */
  557. localbus@ffe124000 {
  558. compatible = "fsl,p3041-elbc", "fsl,elbc", "simple-bus";
  559. interrupts = <25 2 0 0>;
  560. #address-cells = <2>;
  561. #size-cells = <1>;
  562. };
  563. pci0: pcie@ffe200000 {
  564. compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
  565. device_type = "pci";
  566. #size-cells = <2>;
  567. #address-cells = <3>;
  568. bus-range = <0x0 0xff>;
  569. clock-frequency = <0x1fca055>;
  570. fsl,msi = <&msi0>;
  571. interrupts = <16 2 1 15>;
  572. pcie@0 {
  573. reg = <0 0 0 0 0>;
  574. #interrupt-cells = <1>;
  575. #size-cells = <2>;
  576. #address-cells = <3>;
  577. device_type = "pci";
  578. interrupts = <16 2 1 15>;
  579. interrupt-map-mask = <0xf800 0 0 7>;
  580. interrupt-map = <
  581. /* IDSEL 0x0 */
  582. 0000 0 0 1 &mpic 40 1 0 0
  583. 0000 0 0 2 &mpic 1 1 0 0
  584. 0000 0 0 3 &mpic 2 1 0 0
  585. 0000 0 0 4 &mpic 3 1 0 0
  586. >;
  587. };
  588. };
  589. pci1: pcie@ffe201000 {
  590. compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
  591. device_type = "pci";
  592. #size-cells = <2>;
  593. #address-cells = <3>;
  594. bus-range = <0 0xff>;
  595. clock-frequency = <0x1fca055>;
  596. fsl,msi = <&msi1>;
  597. interrupts = <16 2 1 14>;
  598. pcie@0 {
  599. reg = <0 0 0 0 0>;
  600. #interrupt-cells = <1>;
  601. #size-cells = <2>;
  602. #address-cells = <3>;
  603. device_type = "pci";
  604. interrupts = <16 2 1 14>;
  605. interrupt-map-mask = <0xf800 0 0 7>;
  606. interrupt-map = <
  607. /* IDSEL 0x0 */
  608. 0000 0 0 1 &mpic 41 1 0 0
  609. 0000 0 0 2 &mpic 5 1 0 0
  610. 0000 0 0 3 &mpic 6 1 0 0
  611. 0000 0 0 4 &mpic 7 1 0 0
  612. >;
  613. };
  614. };
  615. pci2: pcie@ffe202000 {
  616. compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
  617. device_type = "pci";
  618. #size-cells = <2>;
  619. #address-cells = <3>;
  620. bus-range = <0x0 0xff>;
  621. clock-frequency = <0x1fca055>;
  622. fsl,msi = <&msi2>;
  623. interrupts = <16 2 1 13>;
  624. pcie@0 {
  625. reg = <0 0 0 0 0>;
  626. #interrupt-cells = <1>;
  627. #size-cells = <2>;
  628. #address-cells = <3>;
  629. device_type = "pci";
  630. interrupts = <16 2 1 13>;
  631. interrupt-map-mask = <0xf800 0 0 7>;
  632. interrupt-map = <
  633. /* IDSEL 0x0 */
  634. 0000 0 0 1 &mpic 42 1 0 0
  635. 0000 0 0 2 &mpic 9 1 0 0
  636. 0000 0 0 3 &mpic 10 1 0 0
  637. 0000 0 0 4 &mpic 11 1 0 0
  638. >;
  639. };
  640. };
  641. pci3: pcie@ffe203000 {
  642. compatible = "fsl,p3041-pcie", "fsl,qoriq-pcie-v2.2";
  643. device_type = "pci";
  644. #size-cells = <2>;
  645. #address-cells = <3>;
  646. bus-range = <0x0 0xff>;
  647. clock-frequency = <0x1fca055>;
  648. fsl,msi = <&msi2>;
  649. interrupts = <16 2 1 12>;
  650. pcie@0 {
  651. reg = <0 0 0 0 0>;
  652. #interrupt-cells = <1>;
  653. #size-cells = <2>;
  654. #address-cells = <3>;
  655. device_type = "pci";
  656. interrupts = <16 2 1 12>;
  657. interrupt-map-mask = <0xf800 0 0 7>;
  658. interrupt-map = <
  659. /* IDSEL 0x0 */
  660. 0000 0 0 1 &mpic 43 1 0 0
  661. 0000 0 0 2 &mpic 0 1 0 0
  662. 0000 0 0 3 &mpic 4 1 0 0
  663. 0000 0 0 4 &mpic 8 1 0 0
  664. >;
  665. };
  666. };
  667. };