p2020ds.dts 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704
  1. /*
  2. * P2020 DS Device Tree Source
  3. *
  4. * Copyright 2009 Freescale Semiconductor Inc.
  5. *
  6. * This program is free software; you can redistribute it and/or modify it
  7. * under the terms of the GNU General Public License as published by the
  8. * Free Software Foundation; either version 2 of the License, or (at your
  9. * option) any later version.
  10. */
  11. /dts-v1/;
  12. / {
  13. model = "fsl,P2020";
  14. compatible = "fsl,P2020DS";
  15. #address-cells = <2>;
  16. #size-cells = <2>;
  17. aliases {
  18. ethernet0 = &enet0;
  19. ethernet1 = &enet1;
  20. ethernet2 = &enet2;
  21. serial0 = &serial0;
  22. serial1 = &serial1;
  23. pci0 = &pci0;
  24. pci1 = &pci1;
  25. pci2 = &pci2;
  26. };
  27. cpus {
  28. #address-cells = <1>;
  29. #size-cells = <0>;
  30. PowerPC,P2020@0 {
  31. device_type = "cpu";
  32. reg = <0x0>;
  33. next-level-cache = <&L2>;
  34. };
  35. PowerPC,P2020@1 {
  36. device_type = "cpu";
  37. reg = <0x1>;
  38. next-level-cache = <&L2>;
  39. };
  40. };
  41. memory {
  42. device_type = "memory";
  43. };
  44. localbus@ffe05000 {
  45. #address-cells = <2>;
  46. #size-cells = <1>;
  47. compatible = "fsl,elbc", "simple-bus";
  48. reg = <0 0xffe05000 0 0x1000>;
  49. interrupts = <19 2>;
  50. interrupt-parent = <&mpic>;
  51. ranges = <0x0 0x0 0x0 0xe8000000 0x08000000
  52. 0x1 0x0 0x0 0xe0000000 0x08000000
  53. 0x2 0x0 0x0 0xffa00000 0x00040000
  54. 0x3 0x0 0x0 0xffdf0000 0x00008000
  55. 0x4 0x0 0x0 0xffa40000 0x00040000
  56. 0x5 0x0 0x0 0xffa80000 0x00040000
  57. 0x6 0x0 0x0 0xffac0000 0x00040000>;
  58. nor@0,0 {
  59. #address-cells = <1>;
  60. #size-cells = <1>;
  61. compatible = "cfi-flash";
  62. reg = <0x0 0x0 0x8000000>;
  63. bank-width = <2>;
  64. device-width = <1>;
  65. ramdisk@0 {
  66. reg = <0x0 0x03000000>;
  67. read-only;
  68. };
  69. diagnostic@3000000 {
  70. reg = <0x03000000 0x00e00000>;
  71. read-only;
  72. };
  73. dink@3e00000 {
  74. reg = <0x03e00000 0x00200000>;
  75. read-only;
  76. };
  77. kernel@4000000 {
  78. reg = <0x04000000 0x00400000>;
  79. read-only;
  80. };
  81. jffs2@4400000 {
  82. reg = <0x04400000 0x03b00000>;
  83. };
  84. dtb@7f00000 {
  85. reg = <0x07f00000 0x00080000>;
  86. read-only;
  87. };
  88. u-boot@7f80000 {
  89. reg = <0x07f80000 0x00080000>;
  90. read-only;
  91. };
  92. };
  93. nand@2,0 {
  94. #address-cells = <1>;
  95. #size-cells = <1>;
  96. compatible = "fsl,elbc-fcm-nand";
  97. reg = <0x2 0x0 0x40000>;
  98. u-boot@0 {
  99. reg = <0x0 0x02000000>;
  100. read-only;
  101. };
  102. jffs2@2000000 {
  103. reg = <0x02000000 0x10000000>;
  104. };
  105. ramdisk@12000000 {
  106. reg = <0x12000000 0x08000000>;
  107. read-only;
  108. };
  109. kernel@1a000000 {
  110. reg = <0x1a000000 0x04000000>;
  111. };
  112. dtb@1e000000 {
  113. reg = <0x1e000000 0x01000000>;
  114. read-only;
  115. };
  116. empty@1f000000 {
  117. reg = <0x1f000000 0x21000000>;
  118. };
  119. };
  120. nand@4,0 {
  121. compatible = "fsl,elbc-fcm-nand";
  122. reg = <0x4 0x0 0x40000>;
  123. };
  124. nand@5,0 {
  125. compatible = "fsl,elbc-fcm-nand";
  126. reg = <0x5 0x0 0x40000>;
  127. };
  128. nand@6,0 {
  129. compatible = "fsl,elbc-fcm-nand";
  130. reg = <0x6 0x0 0x40000>;
  131. };
  132. };
  133. soc@ffe00000 {
  134. #address-cells = <1>;
  135. #size-cells = <1>;
  136. device_type = "soc";
  137. compatible = "fsl,p2020-immr", "simple-bus";
  138. ranges = <0x0 0 0xffe00000 0x100000>;
  139. bus-frequency = <0>; // Filled out by uboot.
  140. ecm-law@0 {
  141. compatible = "fsl,ecm-law";
  142. reg = <0x0 0x1000>;
  143. fsl,num-laws = <12>;
  144. };
  145. ecm@1000 {
  146. compatible = "fsl,p2020-ecm", "fsl,ecm";
  147. reg = <0x1000 0x1000>;
  148. interrupts = <17 2>;
  149. interrupt-parent = <&mpic>;
  150. };
  151. memory-controller@2000 {
  152. compatible = "fsl,p2020-memory-controller";
  153. reg = <0x2000 0x1000>;
  154. interrupt-parent = <&mpic>;
  155. interrupts = <18 2>;
  156. };
  157. i2c@3000 {
  158. #address-cells = <1>;
  159. #size-cells = <0>;
  160. cell-index = <0>;
  161. compatible = "fsl-i2c";
  162. reg = <0x3000 0x100>;
  163. interrupts = <43 2>;
  164. interrupt-parent = <&mpic>;
  165. dfsrr;
  166. };
  167. i2c@3100 {
  168. #address-cells = <1>;
  169. #size-cells = <0>;
  170. cell-index = <1>;
  171. compatible = "fsl-i2c";
  172. reg = <0x3100 0x100>;
  173. interrupts = <43 2>;
  174. interrupt-parent = <&mpic>;
  175. dfsrr;
  176. };
  177. serial0: serial@4500 {
  178. cell-index = <0>;
  179. device_type = "serial";
  180. compatible = "ns16550";
  181. reg = <0x4500 0x100>;
  182. clock-frequency = <0>;
  183. interrupts = <42 2>;
  184. interrupt-parent = <&mpic>;
  185. };
  186. serial1: serial@4600 {
  187. cell-index = <1>;
  188. device_type = "serial";
  189. compatible = "ns16550";
  190. reg = <0x4600 0x100>;
  191. clock-frequency = <0>;
  192. interrupts = <42 2>;
  193. interrupt-parent = <&mpic>;
  194. };
  195. spi@7000 {
  196. compatible = "fsl,espi";
  197. reg = <0x7000 0x1000>;
  198. interrupts = <59 0x2>;
  199. interrupt-parent = <&mpic>;
  200. };
  201. dma@c300 {
  202. #address-cells = <1>;
  203. #size-cells = <1>;
  204. compatible = "fsl,eloplus-dma";
  205. reg = <0xc300 0x4>;
  206. ranges = <0x0 0xc100 0x200>;
  207. cell-index = <1>;
  208. dma-channel@0 {
  209. compatible = "fsl,eloplus-dma-channel";
  210. reg = <0x0 0x80>;
  211. cell-index = <0>;
  212. interrupt-parent = <&mpic>;
  213. interrupts = <76 2>;
  214. };
  215. dma-channel@80 {
  216. compatible = "fsl,eloplus-dma-channel";
  217. reg = <0x80 0x80>;
  218. cell-index = <1>;
  219. interrupt-parent = <&mpic>;
  220. interrupts = <77 2>;
  221. };
  222. dma-channel@100 {
  223. compatible = "fsl,eloplus-dma-channel";
  224. reg = <0x100 0x80>;
  225. cell-index = <2>;
  226. interrupt-parent = <&mpic>;
  227. interrupts = <78 2>;
  228. };
  229. dma-channel@180 {
  230. compatible = "fsl,eloplus-dma-channel";
  231. reg = <0x180 0x80>;
  232. cell-index = <3>;
  233. interrupt-parent = <&mpic>;
  234. interrupts = <79 2>;
  235. };
  236. };
  237. gpio: gpio-controller@f000 {
  238. #gpio-cells = <2>;
  239. compatible = "fsl,mpc8572-gpio";
  240. reg = <0xf000 0x100>;
  241. interrupts = <47 0x2>;
  242. interrupt-parent = <&mpic>;
  243. gpio-controller;
  244. };
  245. L2: l2-cache-controller@20000 {
  246. compatible = "fsl,p2020-l2-cache-controller";
  247. reg = <0x20000 0x1000>;
  248. cache-line-size = <32>; // 32 bytes
  249. cache-size = <0x80000>; // L2, 512k
  250. interrupt-parent = <&mpic>;
  251. interrupts = <16 2>;
  252. };
  253. dma@21300 {
  254. #address-cells = <1>;
  255. #size-cells = <1>;
  256. compatible = "fsl,eloplus-dma";
  257. reg = <0x21300 0x4>;
  258. ranges = <0x0 0x21100 0x200>;
  259. cell-index = <0>;
  260. dma-channel@0 {
  261. compatible = "fsl,eloplus-dma-channel";
  262. reg = <0x0 0x80>;
  263. cell-index = <0>;
  264. interrupt-parent = <&mpic>;
  265. interrupts = <20 2>;
  266. };
  267. dma-channel@80 {
  268. compatible = "fsl,eloplus-dma-channel";
  269. reg = <0x80 0x80>;
  270. cell-index = <1>;
  271. interrupt-parent = <&mpic>;
  272. interrupts = <21 2>;
  273. };
  274. dma-channel@100 {
  275. compatible = "fsl,eloplus-dma-channel";
  276. reg = <0x100 0x80>;
  277. cell-index = <2>;
  278. interrupt-parent = <&mpic>;
  279. interrupts = <22 2>;
  280. };
  281. dma-channel@180 {
  282. compatible = "fsl,eloplus-dma-channel";
  283. reg = <0x180 0x80>;
  284. cell-index = <3>;
  285. interrupt-parent = <&mpic>;
  286. interrupts = <23 2>;
  287. };
  288. };
  289. usb@22000 {
  290. #address-cells = <1>;
  291. #size-cells = <0>;
  292. compatible = "fsl-usb2-dr";
  293. reg = <0x22000 0x1000>;
  294. interrupt-parent = <&mpic>;
  295. interrupts = <28 0x2>;
  296. phy_type = "ulpi";
  297. };
  298. enet0: ethernet@24000 {
  299. #address-cells = <1>;
  300. #size-cells = <1>;
  301. cell-index = <0>;
  302. device_type = "network";
  303. model = "eTSEC";
  304. compatible = "gianfar";
  305. reg = <0x24000 0x1000>;
  306. ranges = <0x0 0x24000 0x1000>;
  307. local-mac-address = [ 00 00 00 00 00 00 ];
  308. interrupts = <29 2 30 2 34 2>;
  309. interrupt-parent = <&mpic>;
  310. tbi-handle = <&tbi0>;
  311. phy-handle = <&phy0>;
  312. phy-connection-type = "rgmii-id";
  313. mdio@520 {
  314. #address-cells = <1>;
  315. #size-cells = <0>;
  316. compatible = "fsl,gianfar-mdio";
  317. reg = <0x520 0x20>;
  318. phy0: ethernet-phy@0 {
  319. interrupt-parent = <&mpic>;
  320. interrupts = <3 1>;
  321. reg = <0x0>;
  322. };
  323. phy1: ethernet-phy@1 {
  324. interrupt-parent = <&mpic>;
  325. interrupts = <3 1>;
  326. reg = <0x1>;
  327. };
  328. phy2: ethernet-phy@2 {
  329. interrupt-parent = <&mpic>;
  330. interrupts = <3 1>;
  331. reg = <0x2>;
  332. };
  333. tbi0: tbi-phy@11 {
  334. reg = <0x11>;
  335. device_type = "tbi-phy";
  336. };
  337. };
  338. };
  339. enet1: ethernet@25000 {
  340. #address-cells = <1>;
  341. #size-cells = <1>;
  342. cell-index = <1>;
  343. device_type = "network";
  344. model = "eTSEC";
  345. compatible = "gianfar";
  346. reg = <0x25000 0x1000>;
  347. ranges = <0x0 0x25000 0x1000>;
  348. local-mac-address = [ 00 00 00 00 00 00 ];
  349. interrupts = <35 2 36 2 40 2>;
  350. interrupt-parent = <&mpic>;
  351. tbi-handle = <&tbi1>;
  352. phy-handle = <&phy1>;
  353. phy-connection-type = "rgmii-id";
  354. mdio@520 {
  355. #address-cells = <1>;
  356. #size-cells = <0>;
  357. compatible = "fsl,gianfar-tbi";
  358. reg = <0x520 0x20>;
  359. tbi1: tbi-phy@11 {
  360. reg = <0x11>;
  361. device_type = "tbi-phy";
  362. };
  363. };
  364. };
  365. enet2: ethernet@26000 {
  366. #address-cells = <1>;
  367. #size-cells = <1>;
  368. cell-index = <2>;
  369. device_type = "network";
  370. model = "eTSEC";
  371. compatible = "gianfar";
  372. reg = <0x26000 0x1000>;
  373. ranges = <0x0 0x26000 0x1000>;
  374. local-mac-address = [ 00 00 00 00 00 00 ];
  375. interrupts = <31 2 32 2 33 2>;
  376. interrupt-parent = <&mpic>;
  377. tbi-handle = <&tbi2>;
  378. phy-handle = <&phy2>;
  379. phy-connection-type = "rgmii-id";
  380. mdio@520 {
  381. #address-cells = <1>;
  382. #size-cells = <0>;
  383. compatible = "fsl,gianfar-tbi";
  384. reg = <0x520 0x20>;
  385. tbi2: tbi-phy@11 {
  386. reg = <0x11>;
  387. device_type = "tbi-phy";
  388. };
  389. };
  390. };
  391. sdhci@2e000 {
  392. compatible = "fsl,p2020-esdhc", "fsl,esdhc";
  393. reg = <0x2e000 0x1000>;
  394. interrupts = <72 0x2>;
  395. interrupt-parent = <&mpic>;
  396. /* Filled in by U-Boot */
  397. clock-frequency = <0>;
  398. };
  399. crypto@30000 {
  400. compatible = "fsl,sec3.1", "fsl,sec3.0", "fsl,sec2.4",
  401. "fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0";
  402. reg = <0x30000 0x10000>;
  403. interrupts = <45 2 58 2>;
  404. interrupt-parent = <&mpic>;
  405. fsl,num-channels = <4>;
  406. fsl,channel-fifo-len = <24>;
  407. fsl,exec-units-mask = <0xbfe>;
  408. fsl,descriptor-types-mask = <0x3ab0ebf>;
  409. };
  410. mpic: pic@40000 {
  411. interrupt-controller;
  412. #address-cells = <0>;
  413. #interrupt-cells = <2>;
  414. reg = <0x40000 0x40000>;
  415. compatible = "chrp,open-pic";
  416. device_type = "open-pic";
  417. };
  418. msi@41600 {
  419. compatible = "fsl,mpic-msi";
  420. reg = <0x41600 0x80>;
  421. msi-available-ranges = <0 0x100>;
  422. interrupts = <
  423. 0xe0 0
  424. 0xe1 0
  425. 0xe2 0
  426. 0xe3 0
  427. 0xe4 0
  428. 0xe5 0
  429. 0xe6 0
  430. 0xe7 0>;
  431. interrupt-parent = <&mpic>;
  432. };
  433. global-utilities@e0000 { //global utilities block
  434. compatible = "fsl,p2020-guts";
  435. reg = <0xe0000 0x1000>;
  436. fsl,has-rstcr;
  437. };
  438. };
  439. pci0: pcie@ffe08000 {
  440. compatible = "fsl,mpc8548-pcie";
  441. device_type = "pci";
  442. #interrupt-cells = <1>;
  443. #size-cells = <2>;
  444. #address-cells = <3>;
  445. reg = <0 0xffe08000 0 0x1000>;
  446. bus-range = <0 255>;
  447. ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
  448. 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>;
  449. clock-frequency = <33333333>;
  450. interrupt-parent = <&mpic>;
  451. interrupts = <24 2>;
  452. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  453. interrupt-map = <
  454. /* IDSEL 0x0 */
  455. 0000 0x0 0x0 0x1 &mpic 0x8 0x1
  456. 0000 0x0 0x0 0x2 &mpic 0x9 0x1
  457. 0000 0x0 0x0 0x3 &mpic 0xa 0x1
  458. 0000 0x0 0x0 0x4 &mpic 0xb 0x1
  459. >;
  460. pcie@0 {
  461. reg = <0x0 0x0 0x0 0x0 0x0>;
  462. #size-cells = <2>;
  463. #address-cells = <3>;
  464. device_type = "pci";
  465. ranges = <0x2000000 0x0 0x80000000
  466. 0x2000000 0x0 0x80000000
  467. 0x0 0x20000000
  468. 0x1000000 0x0 0x0
  469. 0x1000000 0x0 0x0
  470. 0x0 0x10000>;
  471. };
  472. };
  473. pci1: pcie@ffe09000 {
  474. compatible = "fsl,mpc8548-pcie";
  475. device_type = "pci";
  476. #interrupt-cells = <1>;
  477. #size-cells = <2>;
  478. #address-cells = <3>;
  479. reg = <0 0xffe09000 0 0x1000>;
  480. bus-range = <0 255>;
  481. ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
  482. 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>;
  483. clock-frequency = <33333333>;
  484. interrupt-parent = <&mpic>;
  485. interrupts = <25 2>;
  486. interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
  487. interrupt-map = <
  488. // IDSEL 0x11 func 0 - PCI slot 1
  489. 0x8800 0x0 0x0 0x1 &i8259 0x9 0x2
  490. 0x8800 0x0 0x0 0x2 &i8259 0xa 0x2
  491. // IDSEL 0x11 func 1 - PCI slot 1
  492. 0x8900 0x0 0x0 0x1 &i8259 0x9 0x2
  493. 0x8900 0x0 0x0 0x2 &i8259 0xa 0x2
  494. // IDSEL 0x11 func 2 - PCI slot 1
  495. 0x8a00 0x0 0x0 0x1 &i8259 0x9 0x2
  496. 0x8a00 0x0 0x0 0x2 &i8259 0xa 0x2
  497. // IDSEL 0x11 func 3 - PCI slot 1
  498. 0x8b00 0x0 0x0 0x1 &i8259 0x9 0x2
  499. 0x8b00 0x0 0x0 0x2 &i8259 0xa 0x2
  500. // IDSEL 0x11 func 4 - PCI slot 1
  501. 0x8c00 0x0 0x0 0x1 &i8259 0x9 0x2
  502. 0x8c00 0x0 0x0 0x2 &i8259 0xa 0x2
  503. // IDSEL 0x11 func 5 - PCI slot 1
  504. 0x8d00 0x0 0x0 0x1 &i8259 0x9 0x2
  505. 0x8d00 0x0 0x0 0x2 &i8259 0xa 0x2
  506. // IDSEL 0x11 func 6 - PCI slot 1
  507. 0x8e00 0x0 0x0 0x1 &i8259 0x9 0x2
  508. 0x8e00 0x0 0x0 0x2 &i8259 0xa 0x2
  509. // IDSEL 0x11 func 7 - PCI slot 1
  510. 0x8f00 0x0 0x0 0x1 &i8259 0x9 0x2
  511. 0x8f00 0x0 0x0 0x2 &i8259 0xa 0x2
  512. // IDSEL 0x1d Audio
  513. 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
  514. // IDSEL 0x1e Legacy
  515. 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
  516. 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
  517. // IDSEL 0x1f IDE/SATA
  518. 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
  519. 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
  520. >;
  521. pcie@0 {
  522. reg = <0x0 0x0 0x0 0x0 0x0>;
  523. #size-cells = <2>;
  524. #address-cells = <3>;
  525. device_type = "pci";
  526. ranges = <0x2000000 0x0 0xa0000000
  527. 0x2000000 0x0 0xa0000000
  528. 0x0 0x20000000
  529. 0x1000000 0x0 0x0
  530. 0x1000000 0x0 0x0
  531. 0x0 0x10000>;
  532. uli1575@0 {
  533. reg = <0x0 0x0 0x0 0x0 0x0>;
  534. #size-cells = <2>;
  535. #address-cells = <3>;
  536. ranges = <0x2000000 0x0 0xa0000000
  537. 0x2000000 0x0 0xa0000000
  538. 0x0 0x20000000
  539. 0x1000000 0x0 0x0
  540. 0x1000000 0x0 0x0
  541. 0x0 0x10000>;
  542. isa@1e {
  543. device_type = "isa";
  544. #interrupt-cells = <2>;
  545. #size-cells = <1>;
  546. #address-cells = <2>;
  547. reg = <0xf000 0x0 0x0 0x0 0x0>;
  548. ranges = <0x1 0x0 0x1000000 0x0 0x0
  549. 0x1000>;
  550. interrupt-parent = <&i8259>;
  551. i8259: interrupt-controller@20 {
  552. reg = <0x1 0x20 0x2
  553. 0x1 0xa0 0x2
  554. 0x1 0x4d0 0x2>;
  555. interrupt-controller;
  556. device_type = "interrupt-controller";
  557. #address-cells = <0>;
  558. #interrupt-cells = <2>;
  559. compatible = "chrp,iic";
  560. interrupts = <4 1>;
  561. interrupt-parent = <&mpic>;
  562. };
  563. i8042@60 {
  564. #size-cells = <0>;
  565. #address-cells = <1>;
  566. reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
  567. interrupts = <1 3 12 3>;
  568. interrupt-parent =
  569. <&i8259>;
  570. keyboard@0 {
  571. reg = <0x0>;
  572. compatible = "pnpPNP,303";
  573. };
  574. mouse@1 {
  575. reg = <0x1>;
  576. compatible = "pnpPNP,f03";
  577. };
  578. };
  579. rtc@70 {
  580. compatible = "pnpPNP,b00";
  581. reg = <0x1 0x70 0x2>;
  582. };
  583. gpio@400 {
  584. reg = <0x1 0x400 0x80>;
  585. };
  586. };
  587. };
  588. };
  589. };
  590. pci2: pcie@ffe0a000 {
  591. compatible = "fsl,mpc8548-pcie";
  592. device_type = "pci";
  593. #interrupt-cells = <1>;
  594. #size-cells = <2>;
  595. #address-cells = <3>;
  596. reg = <0 0xffe0a000 0 0x1000>;
  597. bus-range = <0 255>;
  598. ranges = <0x2000000 0x0 0xc0000000 0 0xc0000000 0x0 0x20000000
  599. 0x1000000 0x0 0x00000000 0 0xffc20000 0x0 0x10000>;
  600. clock-frequency = <33333333>;
  601. interrupt-parent = <&mpic>;
  602. interrupts = <26 2>;
  603. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  604. interrupt-map = <
  605. /* IDSEL 0x0 */
  606. 0000 0x0 0x0 0x1 &mpic 0x0 0x1
  607. 0000 0x0 0x0 0x2 &mpic 0x1 0x1
  608. 0000 0x0 0x0 0x3 &mpic 0x2 0x1
  609. 0000 0x0 0x0 0x4 &mpic 0x3 0x1
  610. >;
  611. pcie@0 {
  612. reg = <0x0 0x0 0x0 0x0 0x0>;
  613. #size-cells = <2>;
  614. #address-cells = <3>;
  615. device_type = "pci";
  616. ranges = <0x2000000 0x0 0xc0000000
  617. 0x2000000 0x0 0xc0000000
  618. 0x0 0x20000000
  619. 0x1000000 0x0 0x0
  620. 0x1000000 0x0 0x0
  621. 0x0 0x10000>;
  622. };
  623. };
  624. };