mpc8569mds.dts 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  1. /*
  2. * MPC8569E MDS Device Tree Source
  3. *
  4. * Copyright (C) 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 = "MPC8569EMDS";
  14. compatible = "fsl,MPC8569EMDS";
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. aliases {
  18. serial0 = &serial0;
  19. serial1 = &serial1;
  20. ethernet0 = &enet0;
  21. ethernet1 = &enet1;
  22. ethernet2 = &enet2;
  23. ethernet3 = &enet3;
  24. ethernet5 = &enet5;
  25. ethernet7 = &enet7;
  26. pci1 = &pci1;
  27. rapidio0 = &rio0;
  28. };
  29. cpus {
  30. #address-cells = <1>;
  31. #size-cells = <0>;
  32. PowerPC,8569@0 {
  33. device_type = "cpu";
  34. reg = <0x0>;
  35. d-cache-line-size = <32>; // 32 bytes
  36. i-cache-line-size = <32>; // 32 bytes
  37. d-cache-size = <0x8000>; // L1, 32K
  38. i-cache-size = <0x8000>; // L1, 32K
  39. sleep = <&pmc 0x00008000 // core
  40. &pmc 0x00004000>; // timebase
  41. timebase-frequency = <0>;
  42. bus-frequency = <0>;
  43. clock-frequency = <0>;
  44. next-level-cache = <&L2>;
  45. };
  46. };
  47. memory {
  48. device_type = "memory";
  49. };
  50. localbus@e0005000 {
  51. #address-cells = <2>;
  52. #size-cells = <1>;
  53. compatible = "fsl,mpc8569-elbc", "fsl,elbc", "simple-bus";
  54. reg = <0xe0005000 0x1000>;
  55. interrupts = <19 2>;
  56. interrupt-parent = <&mpic>;
  57. sleep = <&pmc 0x08000000>;
  58. ranges = <0x0 0x0 0xfe000000 0x02000000
  59. 0x1 0x0 0xf8000000 0x00008000
  60. 0x2 0x0 0xf0000000 0x04000000
  61. 0x3 0x0 0xfc000000 0x00008000
  62. 0x4 0x0 0xf8008000 0x00008000
  63. 0x5 0x0 0xf8010000 0x00008000>;
  64. nor@0,0 {
  65. #address-cells = <1>;
  66. #size-cells = <1>;
  67. compatible = "cfi-flash";
  68. reg = <0x0 0x0 0x02000000>;
  69. bank-width = <1>;
  70. device-width = <1>;
  71. partition@0 {
  72. label = "ramdisk";
  73. reg = <0x00000000 0x01c00000>;
  74. };
  75. partition@1c00000 {
  76. label = "kernel";
  77. reg = <0x01c00000 0x002e0000>;
  78. };
  79. partiton@1ee0000 {
  80. label = "dtb";
  81. reg = <0x01ee0000 0x00020000>;
  82. };
  83. partition@1f00000 {
  84. label = "firmware";
  85. reg = <0x01f00000 0x00080000>;
  86. read-only;
  87. };
  88. partition@1f80000 {
  89. label = "u-boot";
  90. reg = <0x01f80000 0x00080000>;
  91. read-only;
  92. };
  93. };
  94. bcsr@1,0 {
  95. #address-cells = <1>;
  96. #size-cells = <1>;
  97. compatible = "fsl,mpc8569mds-bcsr";
  98. reg = <1 0 0x8000>;
  99. ranges = <0 1 0 0x8000>;
  100. bcsr17: gpio-controller@11 {
  101. #gpio-cells = <2>;
  102. compatible = "fsl,mpc8569mds-bcsr-gpio";
  103. reg = <0x11 0x1>;
  104. gpio-controller;
  105. };
  106. };
  107. nand@3,0 {
  108. compatible = "fsl,mpc8569-fcm-nand",
  109. "fsl,elbc-fcm-nand";
  110. reg = <3 0 0x8000>;
  111. };
  112. pib@4,0 {
  113. compatible = "fsl,mpc8569mds-pib";
  114. reg = <4 0 0x8000>;
  115. };
  116. pib@5,0 {
  117. compatible = "fsl,mpc8569mds-pib";
  118. reg = <5 0 0x8000>;
  119. };
  120. };
  121. soc@e0000000 {
  122. #address-cells = <1>;
  123. #size-cells = <1>;
  124. device_type = "soc";
  125. compatible = "fsl,mpc8569-immr", "simple-bus";
  126. ranges = <0x0 0xe0000000 0x100000>;
  127. bus-frequency = <0>;
  128. ecm-law@0 {
  129. compatible = "fsl,ecm-law";
  130. reg = <0x0 0x1000>;
  131. fsl,num-laws = <10>;
  132. };
  133. ecm@1000 {
  134. compatible = "fsl,mpc8569-ecm", "fsl,ecm";
  135. reg = <0x1000 0x1000>;
  136. interrupts = <17 2>;
  137. interrupt-parent = <&mpic>;
  138. };
  139. memory-controller@2000 {
  140. compatible = "fsl,mpc8569-memory-controller";
  141. reg = <0x2000 0x1000>;
  142. interrupt-parent = <&mpic>;
  143. interrupts = <18 2>;
  144. };
  145. i2c-sleep-nexus {
  146. #address-cells = <1>;
  147. #size-cells = <1>;
  148. compatible = "simple-bus";
  149. sleep = <&pmc 0x00000004>;
  150. ranges;
  151. i2c@3000 {
  152. #address-cells = <1>;
  153. #size-cells = <0>;
  154. cell-index = <0>;
  155. compatible = "fsl-i2c";
  156. reg = <0x3000 0x100>;
  157. interrupts = <43 2>;
  158. interrupt-parent = <&mpic>;
  159. dfsrr;
  160. rtc@68 {
  161. compatible = "dallas,ds1374";
  162. reg = <0x68>;
  163. interrupts = <3 1>;
  164. interrupt-parent = <&mpic>;
  165. };
  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. };
  178. duart-sleep-nexus {
  179. #address-cells = <1>;
  180. #size-cells = <1>;
  181. compatible = "simple-bus";
  182. sleep = <&pmc 0x00000002>;
  183. ranges;
  184. serial0: serial@4500 {
  185. cell-index = <0>;
  186. device_type = "serial";
  187. compatible = "ns16550";
  188. reg = <0x4500 0x100>;
  189. clock-frequency = <0>;
  190. interrupts = <42 2>;
  191. interrupt-parent = <&mpic>;
  192. };
  193. serial1: serial@4600 {
  194. cell-index = <1>;
  195. device_type = "serial";
  196. compatible = "ns16550";
  197. reg = <0x4600 0x100>;
  198. clock-frequency = <0>;
  199. interrupts = <42 2>;
  200. interrupt-parent = <&mpic>;
  201. };
  202. };
  203. L2: l2-cache-controller@20000 {
  204. compatible = "fsl,mpc8569-l2-cache-controller";
  205. reg = <0x20000 0x1000>;
  206. cache-line-size = <32>; // 32 bytes
  207. cache-size = <0x80000>; // L2, 512K
  208. interrupt-parent = <&mpic>;
  209. interrupts = <16 2>;
  210. };
  211. dma@21300 {
  212. #address-cells = <1>;
  213. #size-cells = <1>;
  214. compatible = "fsl,mpc8569-dma", "fsl,eloplus-dma";
  215. reg = <0x21300 0x4>;
  216. ranges = <0x0 0x21100 0x200>;
  217. cell-index = <0>;
  218. dma-channel@0 {
  219. compatible = "fsl,mpc8569-dma-channel",
  220. "fsl,eloplus-dma-channel";
  221. reg = <0x0 0x80>;
  222. cell-index = <0>;
  223. interrupt-parent = <&mpic>;
  224. interrupts = <20 2>;
  225. };
  226. dma-channel@80 {
  227. compatible = "fsl,mpc8569-dma-channel",
  228. "fsl,eloplus-dma-channel";
  229. reg = <0x80 0x80>;
  230. cell-index = <1>;
  231. interrupt-parent = <&mpic>;
  232. interrupts = <21 2>;
  233. };
  234. dma-channel@100 {
  235. compatible = "fsl,mpc8569-dma-channel",
  236. "fsl,eloplus-dma-channel";
  237. reg = <0x100 0x80>;
  238. cell-index = <2>;
  239. interrupt-parent = <&mpic>;
  240. interrupts = <22 2>;
  241. };
  242. dma-channel@180 {
  243. compatible = "fsl,mpc8569-dma-channel",
  244. "fsl,eloplus-dma-channel";
  245. reg = <0x180 0x80>;
  246. cell-index = <3>;
  247. interrupt-parent = <&mpic>;
  248. interrupts = <23 2>;
  249. };
  250. };
  251. sdhci@2e000 {
  252. compatible = "fsl,mpc8569-esdhc", "fsl,esdhc";
  253. reg = <0x2e000 0x1000>;
  254. interrupts = <72 0x8>;
  255. interrupt-parent = <&mpic>;
  256. sleep = <&pmc 0x00200000>;
  257. /* Filled in by U-Boot */
  258. clock-frequency = <0>;
  259. status = "disabled";
  260. sdhci,1-bit-only;
  261. };
  262. crypto@30000 {
  263. compatible = "fsl,sec3.1", "fsl,sec3.0", "fsl,sec2.4",
  264. "fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0";
  265. reg = <0x30000 0x10000>;
  266. interrupts = <45 2 58 2>;
  267. interrupt-parent = <&mpic>;
  268. fsl,num-channels = <4>;
  269. fsl,channel-fifo-len = <24>;
  270. fsl,exec-units-mask = <0xbfe>;
  271. fsl,descriptor-types-mask = <0x3ab0ebf>;
  272. sleep = <&pmc 0x01000000>;
  273. };
  274. mpic: pic@40000 {
  275. interrupt-controller;
  276. #address-cells = <0>;
  277. #interrupt-cells = <2>;
  278. reg = <0x40000 0x40000>;
  279. compatible = "chrp,open-pic";
  280. device_type = "open-pic";
  281. };
  282. msi@41600 {
  283. compatible = "fsl,mpc8568-msi", "fsl,mpic-msi";
  284. reg = <0x41600 0x80>;
  285. msi-available-ranges = <0 0x100>;
  286. interrupts = <
  287. 0xe0 0
  288. 0xe1 0
  289. 0xe2 0
  290. 0xe3 0
  291. 0xe4 0
  292. 0xe5 0
  293. 0xe6 0
  294. 0xe7 0>;
  295. interrupt-parent = <&mpic>;
  296. };
  297. global-utilities@e0000 {
  298. #address-cells = <1>;
  299. #size-cells = <1>;
  300. compatible = "fsl,mpc8569-guts", "fsl,mpc8548-guts";
  301. reg = <0xe0000 0x1000>;
  302. ranges = <0 0xe0000 0x1000>;
  303. fsl,has-rstcr;
  304. pmc: power@70 {
  305. compatible = "fsl,mpc8569-pmc",
  306. "fsl,mpc8548-pmc";
  307. reg = <0x70 0x20>;
  308. };
  309. };
  310. par_io@e0100 {
  311. #address-cells = <1>;
  312. #size-cells = <1>;
  313. reg = <0xe0100 0x100>;
  314. ranges = <0x0 0xe0100 0x100>;
  315. device_type = "par_io";
  316. num-ports = <7>;
  317. qe_pio_e: gpio-controller@80 {
  318. #gpio-cells = <2>;
  319. compatible = "fsl,mpc8569-qe-pario-bank",
  320. "fsl,mpc8323-qe-pario-bank";
  321. reg = <0x80 0x18>;
  322. gpio-controller;
  323. };
  324. qe_pio_f: gpio-controller@a0 {
  325. #gpio-cells = <2>;
  326. compatible = "fsl,mpc8569-qe-pario-bank",
  327. "fsl,mpc8323-qe-pario-bank";
  328. reg = <0xa0 0x18>;
  329. gpio-controller;
  330. };
  331. pio1: ucc_pin@01 {
  332. pio-map = <
  333. /* port pin dir open_drain assignment has_irq */
  334. 0x2 0x1f 0x1 0x0 0x1 0x0 /* QE_MUX_MDC */
  335. 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */
  336. 0x2 0x0b 0x2 0x0 0x1 0x0 /* CLK12*/
  337. 0x0 0x0 0x1 0x0 0x3 0x0 /* ENET1_TXD0_SER1_TXD0 */
  338. 0x0 0x1 0x1 0x0 0x3 0x0 /* ENET1_TXD1_SER1_TXD1 */
  339. 0x0 0x2 0x1 0x0 0x1 0x0 /* ENET1_TXD2_SER1_TXD2 */
  340. 0x0 0x3 0x1 0x0 0x2 0x0 /* ENET1_TXD3_SER1_TXD3 */
  341. 0x0 0x6 0x2 0x0 0x3 0x0 /* ENET1_RXD0_SER1_RXD0 */
  342. 0x0 0x7 0x2 0x0 0x1 0x0 /* ENET1_RXD1_SER1_RXD1 */
  343. 0x0 0x8 0x2 0x0 0x2 0x0 /* ENET1_RXD2_SER1_RXD2 */
  344. 0x0 0x9 0x2 0x0 0x2 0x0 /* ENET1_RXD3_SER1_RXD3 */
  345. 0x0 0x4 0x1 0x0 0x2 0x0 /* ENET1_TX_EN_SER1_RTS_B */
  346. 0x0 0xc 0x2 0x0 0x3 0x0 /* ENET1_RX_DV_SER1_CTS_B */
  347. 0x2 0x8 0x2 0x0 0x1 0x0 /* ENET1_GRXCLK */
  348. 0x2 0x14 0x1 0x0 0x2 0x0>; /* ENET1_GTXCLK */
  349. };
  350. pio2: ucc_pin@02 {
  351. pio-map = <
  352. /* port pin dir open_drain assignment has_irq */
  353. 0x2 0x1f 0x1 0x0 0x1 0x0 /* QE_MUX_MDC */
  354. 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */
  355. 0x2 0x10 0x2 0x0 0x3 0x0 /* CLK17 */
  356. 0x0 0xe 0x1 0x0 0x2 0x0 /* ENET2_TXD0_SER2_TXD0 */
  357. 0x0 0xf 0x1 0x0 0x2 0x0 /* ENET2_TXD1_SER2_TXD1 */
  358. 0x0 0x10 0x1 0x0 0x1 0x0 /* ENET2_TXD2_SER2_TXD2 */
  359. 0x0 0x11 0x1 0x0 0x1 0x0 /* ENET2_TXD3_SER2_TXD3 */
  360. 0x0 0x14 0x2 0x0 0x2 0x0 /* ENET2_RXD0_SER2_RXD0 */
  361. 0x0 0x15 0x2 0x0 0x1 0x0 /* ENET2_RXD1_SER2_RXD1 */
  362. 0x0 0x16 0x2 0x0 0x1 0x0 /* ENET2_RXD2_SER2_RXD2 */
  363. 0x0 0x17 0x2 0x0 0x1 0x0 /* ENET2_RXD3_SER2_RXD3 */
  364. 0x0 0x12 0x1 0x0 0x2 0x0 /* ENET2_TX_EN_SER2_RTS_B */
  365. 0x0 0x1a 0x2 0x0 0x3 0x0 /* ENET2_RX_DV_SER2_CTS_B */
  366. 0x2 0x3 0x2 0x0 0x1 0x0 /* ENET2_GRXCLK */
  367. 0x2 0x2 0x1 0x0 0x2 0x0>; /* ENET2_GTXCLK */
  368. };
  369. pio3: ucc_pin@03 {
  370. pio-map = <
  371. /* port pin dir open_drain assignment has_irq */
  372. 0x2 0x1f 0x1 0x0 0x1 0x0 /* QE_MUX_MDC */
  373. 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */
  374. 0x2 0x0b 0x2 0x0 0x1 0x0 /* CLK12*/
  375. 0x0 0x1d 0x1 0x0 0x2 0x0 /* ENET3_TXD0_SER3_TXD0 */
  376. 0x0 0x1e 0x1 0x0 0x3 0x0 /* ENET3_TXD1_SER3_TXD1 */
  377. 0x0 0x1f 0x1 0x0 0x2 0x0 /* ENET3_TXD2_SER3_TXD2 */
  378. 0x1 0x0 0x1 0x0 0x3 0x0 /* ENET3_TXD3_SER3_TXD3 */
  379. 0x1 0x3 0x2 0x0 0x3 0x0 /* ENET3_RXD0_SER3_RXD0 */
  380. 0x1 0x4 0x2 0x0 0x1 0x0 /* ENET3_RXD1_SER3_RXD1 */
  381. 0x1 0x5 0x2 0x0 0x2 0x0 /* ENET3_RXD2_SER3_RXD2 */
  382. 0x1 0x6 0x2 0x0 0x3 0x0 /* ENET3_RXD3_SER3_RXD3 */
  383. 0x1 0x1 0x1 0x0 0x1 0x0 /* ENET3_TX_EN_SER3_RTS_B */
  384. 0x1 0x9 0x2 0x0 0x3 0x0 /* ENET3_RX_DV_SER3_CTS_B */
  385. 0x2 0x9 0x2 0x0 0x2 0x0 /* ENET3_GRXCLK */
  386. 0x2 0x19 0x1 0x0 0x2 0x0>; /* ENET3_GTXCLK */
  387. };
  388. pio4: ucc_pin@04 {
  389. pio-map = <
  390. /* port pin dir open_drain assignment has_irq */
  391. 0x2 0x1f 0x1 0x0 0x1 0x0 /* QE_MUX_MDC */
  392. 0x2 0x1e 0x3 0x0 0x2 0x0 /* QE_MUX_MDIO */
  393. 0x2 0x10 0x2 0x0 0x3 0x0 /* CLK17 */
  394. 0x1 0xc 0x1 0x0 0x2 0x0 /* ENET4_TXD0_SER4_TXD0 */
  395. 0x1 0xd 0x1 0x0 0x2 0x0 /* ENET4_TXD1_SER4_TXD1 */
  396. 0x1 0xe 0x1 0x0 0x1 0x0 /* ENET4_TXD2_SER4_TXD2 */
  397. 0x1 0xf 0x1 0x0 0x2 0x0 /* ENET4_TXD3_SER4_TXD3 */
  398. 0x1 0x12 0x2 0x0 0x2 0x0 /* ENET4_RXD0_SER4_RXD0 */
  399. 0x1 0x13 0x2 0x0 0x1 0x0 /* ENET4_RXD1_SER4_RXD1 */
  400. 0x1 0x14 0x2 0x0 0x1 0x0 /* ENET4_RXD2_SER4_RXD2 */
  401. 0x1 0x15 0x2 0x0 0x2 0x0 /* ENET4_RXD3_SER4_RXD3 */
  402. 0x1 0x10 0x1 0x0 0x2 0x0 /* ENET4_TX_EN_SER4_RTS_B */
  403. 0x1 0x18 0x2 0x0 0x3 0x0 /* ENET4_RX_DV_SER4_CTS_B */
  404. 0x2 0x11 0x2 0x0 0x2 0x0 /* ENET4_GRXCLK */
  405. 0x2 0x18 0x1 0x0 0x2 0x0>; /* ENET4_GTXCLK */
  406. };
  407. };
  408. };
  409. qe@e0080000 {
  410. #address-cells = <1>;
  411. #size-cells = <1>;
  412. device_type = "qe";
  413. compatible = "fsl,qe";
  414. ranges = <0x0 0xe0080000 0x40000>;
  415. reg = <0xe0080000 0x480>;
  416. sleep = <&pmc 0x00000800>;
  417. brg-frequency = <0>;
  418. bus-frequency = <0>;
  419. fsl,qe-num-riscs = <4>;
  420. fsl,qe-num-snums = <46>;
  421. qeic: interrupt-controller@80 {
  422. interrupt-controller;
  423. compatible = "fsl,qe-ic";
  424. #address-cells = <0>;
  425. #interrupt-cells = <1>;
  426. reg = <0x80 0x80>;
  427. interrupts = <46 2 46 2>; //high:30 low:30
  428. interrupt-parent = <&mpic>;
  429. };
  430. timer@440 {
  431. compatible = "fsl,mpc8569-qe-gtm",
  432. "fsl,qe-gtm", "fsl,gtm";
  433. reg = <0x440 0x40>;
  434. interrupts = <12 13 14 15>;
  435. interrupt-parent = <&qeic>;
  436. /* Filled in by U-Boot */
  437. clock-frequency = <0>;
  438. };
  439. spi@4c0 {
  440. #address-cells = <1>;
  441. #size-cells = <0>;
  442. compatible = "fsl,mpc8569-qe-spi", "fsl,spi";
  443. reg = <0x4c0 0x40>;
  444. cell-index = <0>;
  445. interrupts = <2>;
  446. interrupt-parent = <&qeic>;
  447. gpios = <&qe_pio_e 30 0>;
  448. mode = "cpu-qe";
  449. serial-flash@0 {
  450. compatible = "stm,m25p40";
  451. reg = <0>;
  452. spi-max-frequency = <25000000>;
  453. };
  454. };
  455. spi@500 {
  456. cell-index = <1>;
  457. compatible = "fsl,spi";
  458. reg = <0x500 0x40>;
  459. interrupts = <1>;
  460. interrupt-parent = <&qeic>;
  461. mode = "cpu";
  462. };
  463. usb@6c0 {
  464. compatible = "fsl,mpc8569-qe-usb",
  465. "fsl,mpc8323-qe-usb";
  466. reg = <0x6c0 0x40 0x8b00 0x100>;
  467. interrupts = <11>;
  468. interrupt-parent = <&qeic>;
  469. fsl,fullspeed-clock = "clk5";
  470. fsl,lowspeed-clock = "brg10";
  471. gpios = <&qe_pio_f 3 0 /* USBOE */
  472. &qe_pio_f 4 0 /* USBTP */
  473. &qe_pio_f 5 0 /* USBTN */
  474. &qe_pio_f 6 0 /* USBRP */
  475. &qe_pio_f 8 0 /* USBRN */
  476. &bcsr17 1 0 /* SPEED */
  477. &bcsr17 2 0>; /* POWER */
  478. };
  479. enet0: ucc@2000 {
  480. device_type = "network";
  481. compatible = "ucc_geth";
  482. cell-index = <1>;
  483. reg = <0x2000 0x200>;
  484. interrupts = <32>;
  485. interrupt-parent = <&qeic>;
  486. local-mac-address = [ 00 00 00 00 00 00 ];
  487. rx-clock-name = "none";
  488. tx-clock-name = "clk12";
  489. pio-handle = <&pio1>;
  490. tbi-handle = <&tbi1>;
  491. phy-handle = <&qe_phy0>;
  492. phy-connection-type = "rgmii-id";
  493. };
  494. mdio@2120 {
  495. #address-cells = <1>;
  496. #size-cells = <0>;
  497. reg = <0x2120 0x18>;
  498. compatible = "fsl,ucc-mdio";
  499. qe_phy0: ethernet-phy@07 {
  500. interrupt-parent = <&mpic>;
  501. interrupts = <1 1>;
  502. reg = <0x7>;
  503. device_type = "ethernet-phy";
  504. };
  505. qe_phy1: ethernet-phy@01 {
  506. interrupt-parent = <&mpic>;
  507. interrupts = <2 1>;
  508. reg = <0x1>;
  509. device_type = "ethernet-phy";
  510. };
  511. qe_phy2: ethernet-phy@02 {
  512. interrupt-parent = <&mpic>;
  513. interrupts = <3 1>;
  514. reg = <0x2>;
  515. device_type = "ethernet-phy";
  516. };
  517. qe_phy3: ethernet-phy@03 {
  518. interrupt-parent = <&mpic>;
  519. interrupts = <4 1>;
  520. reg = <0x3>;
  521. device_type = "ethernet-phy";
  522. };
  523. qe_phy5: ethernet-phy@04 {
  524. interrupt-parent = <&mpic>;
  525. reg = <0x04>;
  526. device_type = "ethernet-phy";
  527. };
  528. qe_phy7: ethernet-phy@06 {
  529. interrupt-parent = <&mpic>;
  530. reg = <0x6>;
  531. device_type = "ethernet-phy";
  532. };
  533. tbi1: tbi-phy@11 {
  534. reg = <0x11>;
  535. device_type = "tbi-phy";
  536. };
  537. };
  538. mdio@3520 {
  539. #address-cells = <1>;
  540. #size-cells = <0>;
  541. reg = <0x3520 0x18>;
  542. compatible = "fsl,ucc-mdio";
  543. tbi6: tbi-phy@15 {
  544. reg = <0x15>;
  545. device_type = "tbi-phy";
  546. };
  547. };
  548. mdio@3720 {
  549. #address-cells = <1>;
  550. #size-cells = <0>;
  551. reg = <0x3720 0x38>;
  552. compatible = "fsl,ucc-mdio";
  553. tbi8: tbi-phy@17 {
  554. reg = <0x17>;
  555. device_type = "tbi-phy";
  556. };
  557. };
  558. enet2: ucc@2200 {
  559. device_type = "network";
  560. compatible = "ucc_geth";
  561. cell-index = <3>;
  562. reg = <0x2200 0x200>;
  563. interrupts = <34>;
  564. interrupt-parent = <&qeic>;
  565. local-mac-address = [ 00 00 00 00 00 00 ];
  566. rx-clock-name = "none";
  567. tx-clock-name = "clk12";
  568. pio-handle = <&pio3>;
  569. tbi-handle = <&tbi3>;
  570. phy-handle = <&qe_phy2>;
  571. phy-connection-type = "rgmii-id";
  572. };
  573. mdio@2320 {
  574. #address-cells = <1>;
  575. #size-cells = <0>;
  576. reg = <0x2320 0x18>;
  577. compatible = "fsl,ucc-mdio";
  578. tbi3: tbi-phy@11 {
  579. reg = <0x11>;
  580. device_type = "tbi-phy";
  581. };
  582. };
  583. enet1: ucc@3000 {
  584. device_type = "network";
  585. compatible = "ucc_geth";
  586. cell-index = <2>;
  587. reg = <0x3000 0x200>;
  588. interrupts = <33>;
  589. interrupt-parent = <&qeic>;
  590. local-mac-address = [ 00 00 00 00 00 00 ];
  591. rx-clock-name = "none";
  592. tx-clock-name = "clk17";
  593. pio-handle = <&pio2>;
  594. tbi-handle = <&tbi2>;
  595. phy-handle = <&qe_phy1>;
  596. phy-connection-type = "rgmii-id";
  597. };
  598. mdio@3120 {
  599. #address-cells = <1>;
  600. #size-cells = <0>;
  601. reg = <0x3120 0x18>;
  602. compatible = "fsl,ucc-mdio";
  603. tbi2: tbi-phy@11 {
  604. reg = <0x11>;
  605. device_type = "tbi-phy";
  606. };
  607. };
  608. enet3: ucc@3200 {
  609. device_type = "network";
  610. compatible = "ucc_geth";
  611. cell-index = <4>;
  612. reg = <0x3200 0x200>;
  613. interrupts = <35>;
  614. interrupt-parent = <&qeic>;
  615. local-mac-address = [ 00 00 00 00 00 00 ];
  616. rx-clock-name = "none";
  617. tx-clock-name = "clk17";
  618. pio-handle = <&pio4>;
  619. tbi-handle = <&tbi4>;
  620. phy-handle = <&qe_phy3>;
  621. phy-connection-type = "rgmii-id";
  622. };
  623. mdio@3320 {
  624. #address-cells = <1>;
  625. #size-cells = <0>;
  626. reg = <0x3320 0x18>;
  627. compatible = "fsl,ucc-mdio";
  628. tbi4: tbi-phy@11 {
  629. reg = <0x11>;
  630. device_type = "tbi-phy";
  631. };
  632. };
  633. enet5: ucc@3400 {
  634. device_type = "network";
  635. compatible = "ucc_geth";
  636. cell-index = <6>;
  637. reg = <0x3400 0x200>;
  638. interrupts = <41>;
  639. interrupt-parent = <&qeic>;
  640. local-mac-address = [ 00 00 00 00 00 00 ];
  641. rx-clock-name = "none";
  642. tx-clock-name = "none";
  643. tbi-handle = <&tbi6>;
  644. phy-handle = <&qe_phy5>;
  645. phy-connection-type = "sgmii";
  646. };
  647. enet7: ucc@3600 {
  648. device_type = "network";
  649. compatible = "ucc_geth";
  650. cell-index = <8>;
  651. reg = <0x3600 0x200>;
  652. interrupts = <43>;
  653. interrupt-parent = <&qeic>;
  654. local-mac-address = [ 00 00 00 00 00 00 ];
  655. rx-clock-name = "none";
  656. tx-clock-name = "none";
  657. tbi-handle = <&tbi8>;
  658. phy-handle = <&qe_phy7>;
  659. phy-connection-type = "sgmii";
  660. };
  661. muram@10000 {
  662. #address-cells = <1>;
  663. #size-cells = <1>;
  664. compatible = "fsl,qe-muram", "fsl,cpm-muram";
  665. ranges = <0x0 0x10000 0x20000>;
  666. data-only@0 {
  667. compatible = "fsl,qe-muram-data",
  668. "fsl,cpm-muram-data";
  669. reg = <0x0 0x20000>;
  670. };
  671. };
  672. };
  673. /* PCI Express */
  674. pci1: pcie@e000a000 {
  675. compatible = "fsl,mpc8548-pcie";
  676. device_type = "pci";
  677. #interrupt-cells = <1>;
  678. #size-cells = <2>;
  679. #address-cells = <3>;
  680. reg = <0xe000a000 0x1000>;
  681. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  682. interrupt-map = <
  683. /* IDSEL 0x0 (PEX) */
  684. 00000 0x0 0x0 0x1 &mpic 0x0 0x1
  685. 00000 0x0 0x0 0x2 &mpic 0x1 0x1
  686. 00000 0x0 0x0 0x3 &mpic 0x2 0x1
  687. 00000 0x0 0x0 0x4 &mpic 0x3 0x1>;
  688. interrupt-parent = <&mpic>;
  689. interrupts = <26 2>;
  690. bus-range = <0 255>;
  691. ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
  692. 0x1000000 0x0 0x00000000 0xe2800000 0x0 0x00800000>;
  693. sleep = <&pmc 0x20000000>;
  694. clock-frequency = <33333333>;
  695. pcie@0 {
  696. reg = <0x0 0x0 0x0 0x0 0x0>;
  697. #size-cells = <2>;
  698. #address-cells = <3>;
  699. device_type = "pci";
  700. ranges = <0x2000000 0x0 0xa0000000
  701. 0x2000000 0x0 0xa0000000
  702. 0x0 0x10000000
  703. 0x1000000 0x0 0x0
  704. 0x1000000 0x0 0x0
  705. 0x0 0x800000>;
  706. };
  707. };
  708. rio0: rapidio@e00c00000 {
  709. #address-cells = <2>;
  710. #size-cells = <2>;
  711. compatible = "fsl,mpc8569-rapidio", "fsl,rapidio-delta";
  712. reg = <0xe00c0000 0x20000>;
  713. ranges = <0x0 0x0 0xc0000000 0x0 0x20000000>;
  714. interrupts = <48 2 /* error */
  715. 49 2 /* bell_outb */
  716. 50 2 /* bell_inb */
  717. 53 2 /* msg1_tx */
  718. 54 2 /* msg1_rx */
  719. 55 2 /* msg2_tx */
  720. 56 2 /* msg2_rx */>;
  721. interrupt-parent = <&mpic>;
  722. sleep = <&pmc 0x00080000>;
  723. };
  724. };