mpc8568mds.dts 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. /*
  2. * MPC8568E MDS Device Tree Source
  3. *
  4. * Copyright 2007, 2008 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 = "MPC8568EMDS";
  14. compatible = "MPC8568EMDS", "MPC85xxMDS";
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. aliases {
  18. ethernet0 = &enet0;
  19. ethernet1 = &enet1;
  20. ethernet2 = &enet2;
  21. ethernet3 = &enet3;
  22. serial0 = &serial0;
  23. serial1 = &serial1;
  24. pci0 = &pci0;
  25. pci1 = &pci1;
  26. rapidio0 = &rio0;
  27. };
  28. cpus {
  29. #address-cells = <1>;
  30. #size-cells = <0>;
  31. PowerPC,8568@0 {
  32. device_type = "cpu";
  33. reg = <0x0>;
  34. d-cache-line-size = <32>; // 32 bytes
  35. i-cache-line-size = <32>; // 32 bytes
  36. d-cache-size = <0x8000>; // L1, 32K
  37. i-cache-size = <0x8000>; // L1, 32K
  38. sleep = <&pmc 0x00008000 // core
  39. &pmc 0x00004000>; // timebase
  40. timebase-frequency = <0>;
  41. bus-frequency = <0>;
  42. clock-frequency = <0>;
  43. next-level-cache = <&L2>;
  44. };
  45. };
  46. memory {
  47. device_type = "memory";
  48. reg = <0x0 0x10000000>;
  49. };
  50. localbus@e0005000 {
  51. #address-cells = <2>;
  52. #size-cells = <1>;
  53. compatible = "fsl,mpc8568-localbus", "fsl,pq3-localbus",
  54. "simple-bus";
  55. reg = <0xe0005000 0x1000>;
  56. ranges = <0x0 0x0 0xfe000000 0x02000000
  57. 0x1 0x0 0xf8000000 0x00008000
  58. 0x2 0x0 0xf0000000 0x04000000
  59. 0x4 0x0 0xf8008000 0x00008000
  60. 0x5 0x0 0xf8010000 0x00008000>;
  61. nor@0,0 {
  62. #address-cells = <1>;
  63. #size-cells = <1>;
  64. compatible = "cfi-flash";
  65. reg = <0x0 0x0 0x02000000>;
  66. bank-width = <2>;
  67. device-width = <2>;
  68. };
  69. bcsr@1,0 {
  70. #address-cells = <1>;
  71. #size-cells = <1>;
  72. compatible = "fsl,mpc8568mds-bcsr";
  73. reg = <1 0 0x8000>;
  74. ranges = <0 1 0 0x8000>;
  75. bcsr5: gpio-controller@11 {
  76. #gpio-cells = <2>;
  77. compatible = "fsl,mpc8568mds-bcsr-gpio";
  78. reg = <0x5 0x1>;
  79. gpio-controller;
  80. };
  81. };
  82. pib@4,0 {
  83. compatible = "fsl,mpc8568mds-pib";
  84. reg = <4 0 0x8000>;
  85. };
  86. pib@5,0 {
  87. compatible = "fsl,mpc8568mds-pib";
  88. reg = <5 0 0x8000>;
  89. };
  90. };
  91. soc8568@e0000000 {
  92. #address-cells = <1>;
  93. #size-cells = <1>;
  94. device_type = "soc";
  95. compatible = "simple-bus";
  96. ranges = <0x0 0xe0000000 0x100000>;
  97. bus-frequency = <0>;
  98. ecm-law@0 {
  99. compatible = "fsl,ecm-law";
  100. reg = <0x0 0x1000>;
  101. fsl,num-laws = <10>;
  102. };
  103. ecm@1000 {
  104. compatible = "fsl,mpc8568-ecm", "fsl,ecm";
  105. reg = <0x1000 0x1000>;
  106. interrupts = <17 2>;
  107. interrupt-parent = <&mpic>;
  108. };
  109. memory-controller@2000 {
  110. compatible = "fsl,mpc8568-memory-controller";
  111. reg = <0x2000 0x1000>;
  112. interrupt-parent = <&mpic>;
  113. interrupts = <18 2>;
  114. };
  115. L2: l2-cache-controller@20000 {
  116. compatible = "fsl,mpc8568-l2-cache-controller";
  117. reg = <0x20000 0x1000>;
  118. cache-line-size = <32>; // 32 bytes
  119. cache-size = <0x80000>; // L2, 512K
  120. interrupt-parent = <&mpic>;
  121. interrupts = <16 2>;
  122. };
  123. i2c-sleep-nexus {
  124. #address-cells = <1>;
  125. #size-cells = <1>;
  126. compatible = "simple-bus";
  127. sleep = <&pmc 0x00000004>;
  128. ranges;
  129. i2c@3000 {
  130. #address-cells = <1>;
  131. #size-cells = <0>;
  132. cell-index = <0>;
  133. compatible = "fsl-i2c";
  134. reg = <0x3000 0x100>;
  135. interrupts = <43 2>;
  136. interrupt-parent = <&mpic>;
  137. dfsrr;
  138. rtc@68 {
  139. compatible = "dallas,ds1374";
  140. reg = <0x68>;
  141. interrupts = <3 1>;
  142. interrupt-parent = <&mpic>;
  143. };
  144. };
  145. i2c@3100 {
  146. #address-cells = <1>;
  147. #size-cells = <0>;
  148. cell-index = <1>;
  149. compatible = "fsl-i2c";
  150. reg = <0x3100 0x100>;
  151. interrupts = <43 2>;
  152. interrupt-parent = <&mpic>;
  153. dfsrr;
  154. };
  155. };
  156. dma@21300 {
  157. #address-cells = <1>;
  158. #size-cells = <1>;
  159. compatible = "fsl,mpc8568-dma", "fsl,eloplus-dma";
  160. reg = <0x21300 0x4>;
  161. ranges = <0x0 0x21100 0x200>;
  162. cell-index = <0>;
  163. sleep = <&pmc 0x00000400>;
  164. dma-channel@0 {
  165. compatible = "fsl,mpc8568-dma-channel",
  166. "fsl,eloplus-dma-channel";
  167. reg = <0x0 0x80>;
  168. cell-index = <0>;
  169. interrupt-parent = <&mpic>;
  170. interrupts = <20 2>;
  171. };
  172. dma-channel@80 {
  173. compatible = "fsl,mpc8568-dma-channel",
  174. "fsl,eloplus-dma-channel";
  175. reg = <0x80 0x80>;
  176. cell-index = <1>;
  177. interrupt-parent = <&mpic>;
  178. interrupts = <21 2>;
  179. };
  180. dma-channel@100 {
  181. compatible = "fsl,mpc8568-dma-channel",
  182. "fsl,eloplus-dma-channel";
  183. reg = <0x100 0x80>;
  184. cell-index = <2>;
  185. interrupt-parent = <&mpic>;
  186. interrupts = <22 2>;
  187. };
  188. dma-channel@180 {
  189. compatible = "fsl,mpc8568-dma-channel",
  190. "fsl,eloplus-dma-channel";
  191. reg = <0x180 0x80>;
  192. cell-index = <3>;
  193. interrupt-parent = <&mpic>;
  194. interrupts = <23 2>;
  195. };
  196. };
  197. enet0: ethernet@24000 {
  198. #address-cells = <1>;
  199. #size-cells = <1>;
  200. cell-index = <0>;
  201. device_type = "network";
  202. model = "eTSEC";
  203. compatible = "gianfar";
  204. reg = <0x24000 0x1000>;
  205. ranges = <0x0 0x24000 0x1000>;
  206. local-mac-address = [ 00 00 00 00 00 00 ];
  207. interrupts = <29 2 30 2 34 2>;
  208. interrupt-parent = <&mpic>;
  209. tbi-handle = <&tbi0>;
  210. phy-handle = <&phy2>;
  211. sleep = <&pmc 0x00000080>;
  212. mdio@520 {
  213. #address-cells = <1>;
  214. #size-cells = <0>;
  215. compatible = "fsl,gianfar-mdio";
  216. reg = <0x520 0x20>;
  217. phy0: ethernet-phy@7 {
  218. interrupt-parent = <&mpic>;
  219. interrupts = <1 1>;
  220. reg = <0x7>;
  221. device_type = "ethernet-phy";
  222. };
  223. phy1: ethernet-phy@1 {
  224. interrupt-parent = <&mpic>;
  225. interrupts = <2 1>;
  226. reg = <0x1>;
  227. device_type = "ethernet-phy";
  228. };
  229. phy2: ethernet-phy@2 {
  230. interrupt-parent = <&mpic>;
  231. interrupts = <1 1>;
  232. reg = <0x2>;
  233. device_type = "ethernet-phy";
  234. };
  235. phy3: ethernet-phy@3 {
  236. interrupt-parent = <&mpic>;
  237. interrupts = <2 1>;
  238. reg = <0x3>;
  239. device_type = "ethernet-phy";
  240. };
  241. tbi0: tbi-phy@11 {
  242. reg = <0x11>;
  243. device_type = "tbi-phy";
  244. };
  245. };
  246. };
  247. enet1: ethernet@25000 {
  248. #address-cells = <1>;
  249. #size-cells = <1>;
  250. cell-index = <1>;
  251. device_type = "network";
  252. model = "eTSEC";
  253. compatible = "gianfar";
  254. reg = <0x25000 0x1000>;
  255. ranges = <0x0 0x25000 0x1000>;
  256. local-mac-address = [ 00 00 00 00 00 00 ];
  257. interrupts = <35 2 36 2 40 2>;
  258. interrupt-parent = <&mpic>;
  259. tbi-handle = <&tbi1>;
  260. phy-handle = <&phy3>;
  261. sleep = <&pmc 0x00000040>;
  262. mdio@520 {
  263. #address-cells = <1>;
  264. #size-cells = <0>;
  265. compatible = "fsl,gianfar-tbi";
  266. reg = <0x520 0x20>;
  267. tbi1: tbi-phy@11 {
  268. reg = <0x11>;
  269. device_type = "tbi-phy";
  270. };
  271. };
  272. };
  273. duart-sleep-nexus {
  274. #address-cells = <1>;
  275. #size-cells = <1>;
  276. compatible = "simple-bus";
  277. sleep = <&pmc 0x00000002>;
  278. ranges;
  279. serial0: serial@4500 {
  280. cell-index = <0>;
  281. device_type = "serial";
  282. compatible = "ns16550";
  283. reg = <0x4500 0x100>;
  284. clock-frequency = <0>;
  285. interrupts = <42 2>;
  286. interrupt-parent = <&mpic>;
  287. };
  288. serial1: serial@4600 {
  289. cell-index = <1>;
  290. device_type = "serial";
  291. compatible = "ns16550";
  292. reg = <0x4600 0x100>;
  293. clock-frequency = <0>;
  294. interrupts = <42 2>;
  295. interrupt-parent = <&mpic>;
  296. };
  297. };
  298. global-utilities@e0000 {
  299. #address-cells = <1>;
  300. #size-cells = <1>;
  301. compatible = "fsl,mpc8568-guts", "fsl,mpc8548-guts";
  302. reg = <0xe0000 0x1000>;
  303. ranges = <0 0xe0000 0x1000>;
  304. fsl,has-rstcr;
  305. pmc: power@70 {
  306. compatible = "fsl,mpc8568-pmc",
  307. "fsl,mpc8548-pmc";
  308. reg = <0x70 0x20>;
  309. };
  310. };
  311. crypto@30000 {
  312. compatible = "fsl,sec2.1", "fsl,sec2.0";
  313. reg = <0x30000 0x10000>;
  314. interrupts = <45 2>;
  315. interrupt-parent = <&mpic>;
  316. fsl,num-channels = <4>;
  317. fsl,channel-fifo-len = <24>;
  318. fsl,exec-units-mask = <0xfe>;
  319. fsl,descriptor-types-mask = <0x12b0ebf>;
  320. sleep = <&pmc 0x01000000>;
  321. };
  322. mpic: pic@40000 {
  323. interrupt-controller;
  324. #address-cells = <0>;
  325. #interrupt-cells = <2>;
  326. reg = <0x40000 0x40000>;
  327. compatible = "chrp,open-pic";
  328. device_type = "open-pic";
  329. };
  330. msi@41600 {
  331. compatible = "fsl,mpc8568-msi", "fsl,mpic-msi";
  332. reg = <0x41600 0x80>;
  333. msi-available-ranges = <0 0x100>;
  334. interrupts = <
  335. 0xe0 0
  336. 0xe1 0
  337. 0xe2 0
  338. 0xe3 0
  339. 0xe4 0
  340. 0xe5 0
  341. 0xe6 0
  342. 0xe7 0>;
  343. interrupt-parent = <&mpic>;
  344. };
  345. par_io@e0100 {
  346. reg = <0xe0100 0x100>;
  347. device_type = "par_io";
  348. num-ports = <7>;
  349. pio1: ucc_pin@01 {
  350. pio-map = <
  351. /* port pin dir open_drain assignment has_irq */
  352. 0x4 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
  353. 0x4 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
  354. 0x4 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
  355. 0x4 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
  356. 0x4 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
  357. 0x4 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
  358. 0x4 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
  359. 0x4 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
  360. 0x4 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
  361. 0x4 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
  362. 0x4 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
  363. 0x4 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
  364. 0x4 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
  365. 0x4 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
  366. 0x4 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
  367. 0x4 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
  368. 0x4 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
  369. 0x4 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
  370. 0x4 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
  371. 0x4 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
  372. 0x4 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
  373. 0x4 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
  374. 0x1 0x1f 0x2 0x0 0x3 0x0>; /* GTX125 */
  375. };
  376. pio2: ucc_pin@02 {
  377. pio-map = <
  378. /* port pin dir open_drain assignment has_irq */
  379. 0x5 0xa 0x1 0x0 0x2 0x0 /* TxD0 */
  380. 0x5 0x9 0x1 0x0 0x2 0x0 /* TxD1 */
  381. 0x5 0x8 0x1 0x0 0x2 0x0 /* TxD2 */
  382. 0x5 0x7 0x1 0x0 0x2 0x0 /* TxD3 */
  383. 0x5 0x17 0x1 0x0 0x2 0x0 /* TxD4 */
  384. 0x5 0x16 0x1 0x0 0x2 0x0 /* TxD5 */
  385. 0x5 0x15 0x1 0x0 0x2 0x0 /* TxD6 */
  386. 0x5 0x14 0x1 0x0 0x2 0x0 /* TxD7 */
  387. 0x5 0xf 0x2 0x0 0x2 0x0 /* RxD0 */
  388. 0x5 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
  389. 0x5 0xd 0x2 0x0 0x2 0x0 /* RxD2 */
  390. 0x5 0xc 0x2 0x0 0x2 0x0 /* RxD3 */
  391. 0x5 0x1d 0x2 0x0 0x2 0x0 /* RxD4 */
  392. 0x5 0x1c 0x2 0x0 0x2 0x0 /* RxD5 */
  393. 0x5 0x1b 0x2 0x0 0x2 0x0 /* RxD6 */
  394. 0x5 0x1a 0x2 0x0 0x2 0x0 /* RxD7 */
  395. 0x5 0xb 0x1 0x0 0x2 0x0 /* TX_EN */
  396. 0x5 0x18 0x1 0x0 0x2 0x0 /* TX_ER */
  397. 0x5 0x10 0x2 0x0 0x2 0x0 /* RX_DV */
  398. 0x5 0x1e 0x2 0x0 0x2 0x0 /* RX_ER */
  399. 0x5 0x11 0x2 0x0 0x2 0x0 /* RX_CLK */
  400. 0x5 0x13 0x1 0x0 0x2 0x0 /* GTX_CLK */
  401. 0x1 0x1f 0x2 0x0 0x3 0x0 /* GTX125 */
  402. 0x4 0x6 0x3 0x0 0x2 0x0 /* MDIO */
  403. 0x4 0x5 0x1 0x0 0x2 0x0>; /* MDC */
  404. };
  405. };
  406. };
  407. qe@e0080000 {
  408. #address-cells = <1>;
  409. #size-cells = <1>;
  410. device_type = "qe";
  411. compatible = "fsl,qe";
  412. ranges = <0x0 0xe0080000 0x40000>;
  413. reg = <0xe0080000 0x480>;
  414. sleep = <&pmc 0x00000800>;
  415. brg-frequency = <0>;
  416. bus-frequency = <396000000>;
  417. fsl,qe-num-riscs = <2>;
  418. fsl,qe-num-snums = <28>;
  419. muram@10000 {
  420. #address-cells = <1>;
  421. #size-cells = <1>;
  422. compatible = "fsl,qe-muram", "fsl,cpm-muram";
  423. ranges = <0x0 0x10000 0x10000>;
  424. data-only@0 {
  425. compatible = "fsl,qe-muram-data",
  426. "fsl,cpm-muram-data";
  427. reg = <0x0 0x10000>;
  428. };
  429. };
  430. spi@4c0 {
  431. cell-index = <0>;
  432. compatible = "fsl,spi";
  433. reg = <0x4c0 0x40>;
  434. interrupts = <2>;
  435. interrupt-parent = <&qeic>;
  436. mode = "cpu";
  437. };
  438. spi@500 {
  439. cell-index = <1>;
  440. compatible = "fsl,spi";
  441. reg = <0x500 0x40>;
  442. interrupts = <1>;
  443. interrupt-parent = <&qeic>;
  444. mode = "cpu";
  445. };
  446. enet2: ucc@2000 {
  447. device_type = "network";
  448. compatible = "ucc_geth";
  449. cell-index = <1>;
  450. reg = <0x2000 0x200>;
  451. interrupts = <32>;
  452. interrupt-parent = <&qeic>;
  453. local-mac-address = [ 00 00 00 00 00 00 ];
  454. rx-clock-name = "none";
  455. tx-clock-name = "clk16";
  456. pio-handle = <&pio1>;
  457. phy-handle = <&phy0>;
  458. phy-connection-type = "rgmii-id";
  459. };
  460. enet3: ucc@3000 {
  461. device_type = "network";
  462. compatible = "ucc_geth";
  463. cell-index = <2>;
  464. reg = <0x3000 0x200>;
  465. interrupts = <33>;
  466. interrupt-parent = <&qeic>;
  467. local-mac-address = [ 00 00 00 00 00 00 ];
  468. rx-clock-name = "none";
  469. tx-clock-name = "clk16";
  470. pio-handle = <&pio2>;
  471. phy-handle = <&phy1>;
  472. phy-connection-type = "rgmii-id";
  473. };
  474. mdio@2120 {
  475. #address-cells = <1>;
  476. #size-cells = <0>;
  477. reg = <0x2120 0x18>;
  478. compatible = "fsl,ucc-mdio";
  479. /* These are the same PHYs as on
  480. * gianfar's MDIO bus */
  481. qe_phy0: ethernet-phy@07 {
  482. interrupt-parent = <&mpic>;
  483. interrupts = <1 1>;
  484. reg = <0x7>;
  485. device_type = "ethernet-phy";
  486. };
  487. qe_phy1: ethernet-phy@01 {
  488. interrupt-parent = <&mpic>;
  489. interrupts = <2 1>;
  490. reg = <0x1>;
  491. device_type = "ethernet-phy";
  492. };
  493. qe_phy2: ethernet-phy@02 {
  494. interrupt-parent = <&mpic>;
  495. interrupts = <1 1>;
  496. reg = <0x2>;
  497. device_type = "ethernet-phy";
  498. };
  499. qe_phy3: ethernet-phy@03 {
  500. interrupt-parent = <&mpic>;
  501. interrupts = <2 1>;
  502. reg = <0x3>;
  503. device_type = "ethernet-phy";
  504. };
  505. };
  506. qeic: interrupt-controller@80 {
  507. interrupt-controller;
  508. compatible = "fsl,qe-ic";
  509. #address-cells = <0>;
  510. #interrupt-cells = <1>;
  511. reg = <0x80 0x80>;
  512. big-endian;
  513. interrupts = <46 2 46 2>; //high:30 low:30
  514. interrupt-parent = <&mpic>;
  515. };
  516. };
  517. pci0: pci@e0008000 {
  518. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  519. interrupt-map = <
  520. /* IDSEL 0x12 AD18 */
  521. 0x9000 0x0 0x0 0x1 &mpic 0x5 0x1
  522. 0x9000 0x0 0x0 0x2 &mpic 0x6 0x1
  523. 0x9000 0x0 0x0 0x3 &mpic 0x7 0x1
  524. 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1
  525. /* IDSEL 0x13 AD19 */
  526. 0x9800 0x0 0x0 0x1 &mpic 0x6 0x1
  527. 0x9800 0x0 0x0 0x2 &mpic 0x7 0x1
  528. 0x9800 0x0 0x0 0x3 &mpic 0x4 0x1
  529. 0x9800 0x0 0x0 0x4 &mpic 0x5 0x1>;
  530. interrupt-parent = <&mpic>;
  531. interrupts = <24 2>;
  532. bus-range = <0 255>;
  533. ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
  534. 0x1000000 0x0 0x0 0xe2000000 0x0 0x800000>;
  535. sleep = <&pmc 0x80000000>;
  536. clock-frequency = <66666666>;
  537. #interrupt-cells = <1>;
  538. #size-cells = <2>;
  539. #address-cells = <3>;
  540. reg = <0xe0008000 0x1000>;
  541. compatible = "fsl,mpc8540-pci";
  542. device_type = "pci";
  543. };
  544. /* PCI Express */
  545. pci1: pcie@e000a000 {
  546. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  547. interrupt-map = <
  548. /* IDSEL 0x0 (PEX) */
  549. 00000 0x0 0x0 0x1 &mpic 0x0 0x1
  550. 00000 0x0 0x0 0x2 &mpic 0x1 0x1
  551. 00000 0x0 0x0 0x3 &mpic 0x2 0x1
  552. 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
  553. interrupt-parent = <&mpic>;
  554. interrupts = <26 2>;
  555. bus-range = <0 255>;
  556. ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
  557. 0x1000000 0x0 0x0 0xe2800000 0x0 0x800000>;
  558. sleep = <&pmc 0x20000000>;
  559. clock-frequency = <33333333>;
  560. #interrupt-cells = <1>;
  561. #size-cells = <2>;
  562. #address-cells = <3>;
  563. reg = <0xe000a000 0x1000>;
  564. compatible = "fsl,mpc8548-pcie";
  565. device_type = "pci";
  566. pcie@0 {
  567. reg = <0x0 0x0 0x0 0x0 0x0>;
  568. #size-cells = <2>;
  569. #address-cells = <3>;
  570. device_type = "pci";
  571. ranges = <0x2000000 0x0 0xa0000000
  572. 0x2000000 0x0 0xa0000000
  573. 0x0 0x10000000
  574. 0x1000000 0x0 0x0
  575. 0x1000000 0x0 0x0
  576. 0x0 0x800000>;
  577. };
  578. };
  579. rio0: rapidio@e00c00000 {
  580. #address-cells = <2>;
  581. #size-cells = <2>;
  582. compatible = "fsl,mpc8568-rapidio", "fsl,rapidio-delta";
  583. reg = <0xe00c0000 0x20000>;
  584. ranges = <0x0 0x0 0xc0000000 0x0 0x20000000>;
  585. interrupts = <48 2 /* error */
  586. 49 2 /* bell_outb */
  587. 50 2 /* bell_inb */
  588. 53 2 /* msg1_tx */
  589. 54 2 /* msg1_rx */
  590. 55 2 /* msg2_tx */
  591. 56 2 /* msg2_rx */>;
  592. interrupt-parent = <&mpic>;
  593. sleep = <&pmc 0x00080000 /* controller */
  594. &pmc 0x00040000>; /* message unit */
  595. };
  596. leds {
  597. compatible = "gpio-leds";
  598. green {
  599. gpios = <&bcsr5 1 0>;
  600. };
  601. amber {
  602. gpios = <&bcsr5 2 0>;
  603. };
  604. red {
  605. gpios = <&bcsr5 3 0>;
  606. };
  607. };
  608. };