xpedite5330.dts 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2008 Extreme Engineering Solutions, Inc.
  4. * Based on MPC8572DS device tree from Freescale Semiconductor, Inc.
  5. *
  6. * XPedite5330 3U CompactPCI module based on MPC8572E
  7. */
  8. /dts-v1/;
  9. / {
  10. model = "xes,xpedite5330";
  11. compatible = "xes,xpedite5330", "xes,MPC8572";
  12. #address-cells = <2>;
  13. #size-cells = <2>;
  14. form-factor = "3U CompactPCI";
  15. boot-bank = <0x0>; /* 0: Primary flash, 1: Secondary flash */
  16. aliases {
  17. ethernet0 = &enet0;
  18. ethernet1 = &enet1;
  19. serial0 = &serial0;
  20. serial1 = &serial1;
  21. pci0 = &pci0;
  22. pci1 = &pci1;
  23. pci2 = &pci2;
  24. };
  25. pmcslots {
  26. #address-cells = <1>;
  27. #size-cells = <0>;
  28. pmcslot@0 {
  29. cell-index = <0>;
  30. /*
  31. * boolean properties (true if defined):
  32. * monarch;
  33. * module-present;
  34. */
  35. };
  36. };
  37. xmcslots {
  38. #address-cells = <1>;
  39. #size-cells = <0>;
  40. xmcslot@0 {
  41. cell-index = <0>;
  42. /*
  43. * boolean properties (true if defined):
  44. * module-present;
  45. */
  46. };
  47. };
  48. cpci {
  49. /*
  50. * boolean properties (true if defined):
  51. * system-controller;
  52. */
  53. system-controller;
  54. };
  55. cpus {
  56. #address-cells = <1>;
  57. #size-cells = <0>;
  58. PowerPC,8572@0 {
  59. device_type = "cpu";
  60. reg = <0x0>;
  61. d-cache-line-size = <32>; // 32 bytes
  62. i-cache-line-size = <32>; // 32 bytes
  63. d-cache-size = <0x8000>; // L1, 32K
  64. i-cache-size = <0x8000>; // L1, 32K
  65. timebase-frequency = <0>;
  66. bus-frequency = <0>;
  67. clock-frequency = <0>;
  68. next-level-cache = <&L2>;
  69. };
  70. PowerPC,8572@1 {
  71. device_type = "cpu";
  72. reg = <0x1>;
  73. d-cache-line-size = <32>; // 32 bytes
  74. i-cache-line-size = <32>; // 32 bytes
  75. d-cache-size = <0x8000>; // L1, 32K
  76. i-cache-size = <0x8000>; // L1, 32K
  77. timebase-frequency = <0>;
  78. bus-frequency = <0>;
  79. clock-frequency = <0>;
  80. next-level-cache = <&L2>;
  81. };
  82. };
  83. memory {
  84. device_type = "memory";
  85. reg = <0x0 0x0 0x0 0x0>; // Filled in by U-Boot
  86. };
  87. localbus@ef005000 {
  88. #address-cells = <2>;
  89. #size-cells = <1>;
  90. compatible = "fsl,mpc8572-elbc", "fsl,elbc", "simple-bus";
  91. reg = <0 0xef005000 0 0x1000>;
  92. interrupts = <19 2>;
  93. interrupt-parent = <&mpic>;
  94. /* Local bus region mappings */
  95. ranges = <0 0 0 0xf8000000 0x8000000 /* CS0: Boot flash */
  96. 1 0 0 0xf0000000 0x8000000 /* CS1: Alternate flash */
  97. 2 0 0 0xef800000 0x40000 /* CS2: NAND CE1 */
  98. 3 0 0 0xef840000 0x40000>; /* CS3: NAND CE2 */
  99. nor-boot@0,0 {
  100. compatible = "amd,s29gl01gp", "cfi-flash";
  101. bank-width = <2>;
  102. reg = <0 0 0x8000000>; /* 128MB */
  103. #address-cells = <1>;
  104. #size-cells = <1>;
  105. partition@0 {
  106. label = "Primary user space";
  107. reg = <0x00000000 0x6f00000>; /* 111 MB */
  108. };
  109. partition@6f00000 {
  110. label = "Primary kernel";
  111. reg = <0x6f00000 0x1000000>; /* 16 MB */
  112. };
  113. partition@7f00000 {
  114. label = "Primary DTB";
  115. reg = <0x7f00000 0x40000>; /* 256 KB */
  116. };
  117. partition@7f40000 {
  118. label = "Primary U-Boot environment";
  119. reg = <0x7f40000 0x40000>; /* 256 KB */
  120. };
  121. partition@7f80000 {
  122. label = "Primary U-Boot";
  123. reg = <0x7f80000 0x80000>; /* 512 KB */
  124. read-only;
  125. };
  126. };
  127. nor-alternate@1,0 {
  128. compatible = "amd,s29gl01gp", "cfi-flash";
  129. bank-width = <2>;
  130. //reg = <0xf0000000 0x08000000>; /* 128MB */
  131. reg = <1 0 0x8000000>; /* 128MB */
  132. #address-cells = <1>;
  133. #size-cells = <1>;
  134. partition@0 {
  135. label = "Secondary user space";
  136. reg = <0x00000000 0x6f00000>; /* 111 MB */
  137. };
  138. partition@6f00000 {
  139. label = "Secondary kernel";
  140. reg = <0x6f00000 0x1000000>; /* 16 MB */
  141. };
  142. partition@7f00000 {
  143. label = "Secondary DTB";
  144. reg = <0x7f00000 0x40000>; /* 256 KB */
  145. };
  146. partition@7f40000 {
  147. label = "Secondary U-Boot environment";
  148. reg = <0x7f40000 0x40000>; /* 256 KB */
  149. };
  150. partition@7f80000 {
  151. label = "Secondary U-Boot";
  152. reg = <0x7f80000 0x80000>; /* 512 KB */
  153. read-only;
  154. };
  155. };
  156. nand@2,0 {
  157. #address-cells = <1>;
  158. #size-cells = <1>;
  159. /*
  160. * Actual part could be ST Micro NAND08GW3B2A (1 GB),
  161. * Micron MT29F8G08DAA (2x 512 MB), or Micron
  162. * MT29F16G08FAA (2x 1 GB), depending on the build
  163. * configuration
  164. */
  165. compatible = "fsl,mpc8572-fcm-nand",
  166. "fsl,elbc-fcm-nand";
  167. reg = <2 0 0x40000>;
  168. /* U-Boot should fix this up if chip size > 1 GB */
  169. partition@0 {
  170. label = "NAND Filesystem";
  171. reg = <0 0x40000000>;
  172. };
  173. };
  174. };
  175. soc8572@ef000000 {
  176. #address-cells = <1>;
  177. #size-cells = <1>;
  178. device_type = "soc";
  179. compatible = "fsl,mpc8572-immr", "simple-bus";
  180. ranges = <0x0 0 0xef000000 0x100000>;
  181. bus-frequency = <0>; // Filled out by uboot.
  182. ecm-law@0 {
  183. compatible = "fsl,ecm-law";
  184. reg = <0x0 0x1000>;
  185. fsl,num-laws = <12>;
  186. };
  187. ecm@1000 {
  188. compatible = "fsl,mpc8572-ecm", "fsl,ecm";
  189. reg = <0x1000 0x1000>;
  190. interrupts = <17 2>;
  191. interrupt-parent = <&mpic>;
  192. };
  193. memory-controller@2000 {
  194. compatible = "fsl,mpc8572-memory-controller";
  195. reg = <0x2000 0x1000>;
  196. interrupt-parent = <&mpic>;
  197. interrupts = <18 2>;
  198. };
  199. memory-controller@6000 {
  200. compatible = "fsl,mpc8572-memory-controller";
  201. reg = <0x6000 0x1000>;
  202. interrupt-parent = <&mpic>;
  203. interrupts = <18 2>;
  204. };
  205. L2: l2-cache-controller@20000 {
  206. compatible = "fsl,mpc8572-l2-cache-controller";
  207. reg = <0x20000 0x1000>;
  208. cache-line-size = <32>; // 32 bytes
  209. cache-size = <0x100000>; // L2, 1M
  210. interrupt-parent = <&mpic>;
  211. interrupts = <16 2>;
  212. };
  213. i2c@3000 {
  214. #address-cells = <1>;
  215. #size-cells = <0>;
  216. cell-index = <0>;
  217. compatible = "fsl-i2c";
  218. reg = <0x3000 0x100>;
  219. interrupts = <43 2>;
  220. interrupt-parent = <&mpic>;
  221. dfsrr;
  222. temp-sensor@48 {
  223. compatible = "dallas,ds1631", "dallas,ds1621";
  224. reg = <0x48>;
  225. };
  226. temp-sensor@4c {
  227. compatible = "adi,adt7461";
  228. reg = <0x4c>;
  229. };
  230. cpu-supervisor@51 {
  231. compatible = "dallas,ds4510";
  232. reg = <0x51>;
  233. };
  234. eeprom@54 {
  235. compatible = "atmel,at24c128b";
  236. reg = <0x54>;
  237. };
  238. rtc@68 {
  239. compatible = "st,m41t00",
  240. "dallas,ds1338";
  241. reg = <0x68>;
  242. };
  243. pcie-switch@70 {
  244. compatible = "plx,pex8518";
  245. reg = <0x70>;
  246. };
  247. gpio1: gpio@18 {
  248. compatible = "nxp,pca9557";
  249. reg = <0x18>;
  250. #gpio-cells = <2>;
  251. gpio-controller;
  252. polarity = <0x00>;
  253. };
  254. gpio2: gpio@1c {
  255. compatible = "nxp,pca9557";
  256. reg = <0x1c>;
  257. #gpio-cells = <2>;
  258. gpio-controller;
  259. polarity = <0x00>;
  260. };
  261. gpio3: gpio@1e {
  262. compatible = "nxp,pca9557";
  263. reg = <0x1e>;
  264. #gpio-cells = <2>;
  265. gpio-controller;
  266. polarity = <0x00>;
  267. };
  268. gpio4: gpio@1f {
  269. compatible = "nxp,pca9557";
  270. reg = <0x1f>;
  271. #gpio-cells = <2>;
  272. gpio-controller;
  273. polarity = <0x00>;
  274. };
  275. };
  276. i2c@3100 {
  277. #address-cells = <1>;
  278. #size-cells = <0>;
  279. cell-index = <1>;
  280. compatible = "fsl-i2c";
  281. reg = <0x3100 0x100>;
  282. interrupts = <43 2>;
  283. interrupt-parent = <&mpic>;
  284. dfsrr;
  285. };
  286. dma@c300 {
  287. #address-cells = <1>;
  288. #size-cells = <1>;
  289. compatible = "fsl,mpc8572-dma", "fsl,eloplus-dma";
  290. reg = <0xc300 0x4>;
  291. ranges = <0x0 0xc100 0x200>;
  292. cell-index = <1>;
  293. dma-channel@0 {
  294. compatible = "fsl,mpc8572-dma-channel",
  295. "fsl,eloplus-dma-channel";
  296. reg = <0x0 0x80>;
  297. cell-index = <0>;
  298. interrupt-parent = <&mpic>;
  299. interrupts = <76 2>;
  300. };
  301. dma-channel@80 {
  302. compatible = "fsl,mpc8572-dma-channel",
  303. "fsl,eloplus-dma-channel";
  304. reg = <0x80 0x80>;
  305. cell-index = <1>;
  306. interrupt-parent = <&mpic>;
  307. interrupts = <77 2>;
  308. };
  309. dma-channel@100 {
  310. compatible = "fsl,mpc8572-dma-channel",
  311. "fsl,eloplus-dma-channel";
  312. reg = <0x100 0x80>;
  313. cell-index = <2>;
  314. interrupt-parent = <&mpic>;
  315. interrupts = <78 2>;
  316. };
  317. dma-channel@180 {
  318. compatible = "fsl,mpc8572-dma-channel",
  319. "fsl,eloplus-dma-channel";
  320. reg = <0x180 0x80>;
  321. cell-index = <3>;
  322. interrupt-parent = <&mpic>;
  323. interrupts = <79 2>;
  324. };
  325. };
  326. dma@21300 {
  327. #address-cells = <1>;
  328. #size-cells = <1>;
  329. compatible = "fsl,mpc8572-dma", "fsl,eloplus-dma";
  330. reg = <0x21300 0x4>;
  331. ranges = <0x0 0x21100 0x200>;
  332. cell-index = <0>;
  333. dma-channel@0 {
  334. compatible = "fsl,mpc8572-dma-channel",
  335. "fsl,eloplus-dma-channel";
  336. reg = <0x0 0x80>;
  337. cell-index = <0>;
  338. interrupt-parent = <&mpic>;
  339. interrupts = <20 2>;
  340. };
  341. dma-channel@80 {
  342. compatible = "fsl,mpc8572-dma-channel",
  343. "fsl,eloplus-dma-channel";
  344. reg = <0x80 0x80>;
  345. cell-index = <1>;
  346. interrupt-parent = <&mpic>;
  347. interrupts = <21 2>;
  348. };
  349. dma-channel@100 {
  350. compatible = "fsl,mpc8572-dma-channel",
  351. "fsl,eloplus-dma-channel";
  352. reg = <0x100 0x80>;
  353. cell-index = <2>;
  354. interrupt-parent = <&mpic>;
  355. interrupts = <22 2>;
  356. };
  357. dma-channel@180 {
  358. compatible = "fsl,mpc8572-dma-channel",
  359. "fsl,eloplus-dma-channel";
  360. reg = <0x180 0x80>;
  361. cell-index = <3>;
  362. interrupt-parent = <&mpic>;
  363. interrupts = <23 2>;
  364. };
  365. };
  366. /* eTSEC 1 */
  367. enet0: ethernet@24000 {
  368. #address-cells = <1>;
  369. #size-cells = <1>;
  370. cell-index = <0>;
  371. device_type = "network";
  372. model = "eTSEC";
  373. compatible = "gianfar";
  374. reg = <0x24000 0x1000>;
  375. ranges = <0x0 0x24000 0x1000>;
  376. local-mac-address = [ 00 00 00 00 00 00 ];
  377. interrupts = <29 2 30 2 34 2>;
  378. interrupt-parent = <&mpic>;
  379. tbi-handle = <&tbi0>;
  380. phy-handle = <&phy0>;
  381. phy-connection-type = "sgmii";
  382. mdio@520 {
  383. #address-cells = <1>;
  384. #size-cells = <0>;
  385. compatible = "fsl,gianfar-mdio";
  386. reg = <0x520 0x20>;
  387. phy0: ethernet-phy@1 {
  388. interrupt-parent = <&mpic>;
  389. interrupts = <8 1>;
  390. reg = <0x1>;
  391. };
  392. phy1: ethernet-phy@2 {
  393. interrupt-parent = <&mpic>;
  394. interrupts = <8 1>;
  395. reg = <0x2>;
  396. };
  397. tbi0: tbi-phy@11 {
  398. reg = <0x11>;
  399. device_type = "tbi-phy";
  400. };
  401. };
  402. };
  403. /* eTSEC 2 */
  404. enet1: ethernet@25000 {
  405. #address-cells = <1>;
  406. #size-cells = <1>;
  407. cell-index = <1>;
  408. device_type = "network";
  409. model = "eTSEC";
  410. compatible = "gianfar";
  411. reg = <0x25000 0x1000>;
  412. ranges = <0x0 0x25000 0x1000>;
  413. local-mac-address = [ 00 00 00 00 00 00 ];
  414. interrupts = <35 2 36 2 40 2>;
  415. interrupt-parent = <&mpic>;
  416. tbi-handle = <&tbi1>;
  417. phy-handle = <&phy1>;
  418. phy-connection-type = "sgmii";
  419. mdio@520 {
  420. #address-cells = <1>;
  421. #size-cells = <0>;
  422. compatible = "fsl,gianfar-tbi";
  423. reg = <0x520 0x20>;
  424. tbi1: tbi-phy@11 {
  425. reg = <0x11>;
  426. device_type = "tbi-phy";
  427. };
  428. };
  429. };
  430. /* UART0 */
  431. serial0: serial@4500 {
  432. cell-index = <0>;
  433. device_type = "serial";
  434. compatible = "fsl,ns16550", "ns16550";
  435. reg = <0x4500 0x100>;
  436. clock-frequency = <0>;
  437. interrupts = <42 2>;
  438. interrupt-parent = <&mpic>;
  439. };
  440. /* UART1 */
  441. serial1: serial@4600 {
  442. cell-index = <1>;
  443. device_type = "serial";
  444. compatible = "fsl,ns16550", "ns16550";
  445. reg = <0x4600 0x100>;
  446. clock-frequency = <0>;
  447. interrupts = <42 2>;
  448. interrupt-parent = <&mpic>;
  449. };
  450. global-utilities@e0000 { //global utilities block
  451. compatible = "fsl,mpc8572-guts";
  452. reg = <0xe0000 0x1000>;
  453. fsl,has-rstcr;
  454. };
  455. msi@41600 {
  456. compatible = "fsl,mpc8572-msi", "fsl,mpic-msi";
  457. reg = <0x41600 0x80>;
  458. msi-available-ranges = <0 0x100>;
  459. interrupts = <
  460. 0xe0 0
  461. 0xe1 0
  462. 0xe2 0
  463. 0xe3 0
  464. 0xe4 0
  465. 0xe5 0
  466. 0xe6 0
  467. 0xe7 0>;
  468. interrupt-parent = <&mpic>;
  469. };
  470. crypto@30000 {
  471. compatible = "fsl,sec3.0", "fsl,sec2.4", "fsl,sec2.2",
  472. "fsl,sec2.1", "fsl,sec2.0";
  473. reg = <0x30000 0x10000>;
  474. interrupts = <45 2 58 2>;
  475. interrupt-parent = <&mpic>;
  476. fsl,num-channels = <4>;
  477. fsl,channel-fifo-len = <24>;
  478. fsl,exec-units-mask = <0x9fe>;
  479. fsl,descriptor-types-mask = <0x3ab0ebf>;
  480. };
  481. mpic: pic@40000 {
  482. interrupt-controller;
  483. #address-cells = <0>;
  484. #interrupt-cells = <2>;
  485. reg = <0x40000 0x40000>;
  486. compatible = "chrp,open-pic";
  487. device_type = "open-pic";
  488. };
  489. gpio0: gpio@f000 {
  490. compatible = "fsl,mpc8572-gpio";
  491. reg = <0xf000 0x1000>;
  492. interrupts = <47 2>;
  493. interrupt-parent = <&mpic>;
  494. #gpio-cells = <2>;
  495. gpio-controller;
  496. };
  497. gpio-leds {
  498. compatible = "gpio-leds";
  499. heartbeat {
  500. label = "Heartbeat";
  501. gpios = <&gpio0 4 1>;
  502. linux,default-trigger = "heartbeat";
  503. };
  504. yellow {
  505. label = "Yellow";
  506. gpios = <&gpio0 5 1>;
  507. };
  508. red {
  509. label = "Red";
  510. gpios = <&gpio0 6 1>;
  511. };
  512. green {
  513. label = "Green";
  514. gpios = <&gpio0 7 1>;
  515. };
  516. };
  517. /* PME (pattern-matcher) */
  518. pme@10000 {
  519. compatible = "fsl,mpc8572-pme", "pme8572";
  520. reg = <0x10000 0x5000>;
  521. interrupts = <57 2 64 2 65 2 66 2 67 2>;
  522. interrupt-parent = <&mpic>;
  523. };
  524. tlu@2f000 {
  525. compatible = "fsl,mpc8572-tlu", "fsl_tlu";
  526. reg = <0x2f000 0x1000>;
  527. interrupts = <61 2>;
  528. interrupt-parent = <&mpic>;
  529. };
  530. tlu@15000 {
  531. compatible = "fsl,mpc8572-tlu", "fsl_tlu";
  532. reg = <0x15000 0x1000>;
  533. interrupts = <75 2>;
  534. interrupt-parent = <&mpic>;
  535. };
  536. };
  537. /* PCI Express controller 3 - CompactPCI bus via PEX8112 bridge */
  538. pci0: pcie@ef008000 {
  539. compatible = "fsl,mpc8548-pcie";
  540. device_type = "pci";
  541. #interrupt-cells = <1>;
  542. #size-cells = <2>;
  543. #address-cells = <3>;
  544. reg = <0 0xef008000 0 0x1000>;
  545. bus-range = <0 255>;
  546. ranges = <0x2000000 0x0 0xe0000000 0 0xe0000000 0x0 0x10000000
  547. 0x1000000 0x0 0x00000000 0 0xe9000000 0x0 0x10000>;
  548. clock-frequency = <33333333>;
  549. interrupt-parent = <&mpic>;
  550. interrupts = <24 2>;
  551. interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
  552. interrupt-map = <
  553. 0x0 0x0 0x0 0x1 &mpic 0x0 0x1
  554. 0x0 0x0 0x0 0x2 &mpic 0x1 0x1
  555. 0x0 0x0 0x0 0x3 &mpic 0x2 0x1
  556. 0x0 0x0 0x0 0x4 &mpic 0x3 0x1
  557. >;
  558. pcie@0 {
  559. reg = <0x0 0x0 0x0 0x0 0x0>;
  560. #size-cells = <2>;
  561. #address-cells = <3>;
  562. device_type = "pci";
  563. ranges = <0x02000000 0x0 0xe0000000
  564. 0x02000000 0x0 0xe0000000
  565. 0x0 0x10000000
  566. 0x01000000 0x0 0x0
  567. 0x01000000 0x0 0x0
  568. 0x0 0x100000>;
  569. };
  570. };
  571. /* PCI Express controller 2, PMC module via PEX8112 bridge */
  572. pci1: pcie@ef009000 {
  573. compatible = "fsl,mpc8548-pcie";
  574. device_type = "pci";
  575. #interrupt-cells = <1>;
  576. #size-cells = <2>;
  577. #address-cells = <3>;
  578. reg = <0 0xef009000 0 0x1000>;
  579. bus-range = <0 255>;
  580. ranges = <0x2000000 0x0 0xc0000000 0 0xc0000000 0x0 0x10000000
  581. 0x1000000 0x0 0x00000000 0 0xe8800000 0x0 0x10000>;
  582. clock-frequency = <33333333>;
  583. interrupt-parent = <&mpic>;
  584. interrupts = <25 2>;
  585. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  586. interrupt-map = <
  587. /* IDSEL 0x0 */
  588. 0x0 0x0 0x0 0x1 &mpic 0x4 0x1
  589. 0x0 0x0 0x0 0x2 &mpic 0x5 0x1
  590. 0x0 0x0 0x0 0x3 &mpic 0x6 0x1
  591. 0x0 0x0 0x0 0x4 &mpic 0x7 0x1
  592. >;
  593. pcie@0 {
  594. reg = <0x0 0x0 0x0 0x0 0x0>;
  595. #size-cells = <2>;
  596. #address-cells = <3>;
  597. device_type = "pci";
  598. ranges = <0x2000000 0x0 0xc0000000
  599. 0x2000000 0x0 0xc0000000
  600. 0x0 0x10000000
  601. 0x1000000 0x0 0x0
  602. 0x1000000 0x0 0x0
  603. 0x0 0x100000>;
  604. };
  605. };
  606. /* PCI Express controller 1, XMC P15 */
  607. pci2: pcie@ef00a000 {
  608. compatible = "fsl,mpc8548-pcie";
  609. device_type = "pci";
  610. #interrupt-cells = <1>;
  611. #size-cells = <2>;
  612. #address-cells = <3>;
  613. reg = <0 0xef00a000 0 0x1000>;
  614. bus-range = <0 255>;
  615. ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x40000000
  616. 0x1000000 0x0 0x00000000 0 0xe8000000 0x0 0x10000>;
  617. clock-frequency = <33333333>;
  618. interrupt-parent = <&mpic>;
  619. interrupts = <26 2>;
  620. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  621. interrupt-map = <
  622. /* IDSEL 0x0 */
  623. 0x0 0x0 0x0 0x1 &mpic 0x0 0x1
  624. 0x0 0x0 0x0 0x2 &mpic 0x1 0x1
  625. 0x0 0x0 0x0 0x3 &mpic 0x2 0x1
  626. 0x0 0x0 0x0 0x4 &mpic 0x3 0x1
  627. >;
  628. pcie@0 {
  629. reg = <0x0 0x0 0x0 0x0 0x0>;
  630. #size-cells = <2>;
  631. #address-cells = <3>;
  632. device_type = "pci";
  633. ranges = <0x2000000 0x0 0x80000000
  634. 0x2000000 0x0 0x80000000
  635. 0x0 0x40000000
  636. 0x1000000 0x0 0x0
  637. 0x1000000 0x0 0x0
  638. 0x0 0x100000>;
  639. };
  640. };
  641. };