p2041si.dtsi 16 KB

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