p4080ds.dts 17 KB

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