p4080si.dtsi 17 KB

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