p3060si.dtsi 17 KB

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