mpc8544ds.dts 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. /*
  2. * MPC8544 DS 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 = "MPC8544DS";
  14. compatible = "MPC8544DS", "MPC85xxDS";
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. aliases {
  18. ethernet0 = &enet0;
  19. ethernet1 = &enet1;
  20. serial0 = &serial0;
  21. serial1 = &serial1;
  22. pci0 = &pci0;
  23. pci1 = &pci1;
  24. pci2 = &pci2;
  25. pci3 = &pci3;
  26. };
  27. cpus {
  28. #address-cells = <1>;
  29. #size-cells = <0>;
  30. PowerPC,8544@0 {
  31. device_type = "cpu";
  32. reg = <0x0>;
  33. d-cache-line-size = <32>; // 32 bytes
  34. i-cache-line-size = <32>; // 32 bytes
  35. d-cache-size = <0x8000>; // L1, 32K
  36. i-cache-size = <0x8000>; // L1, 32K
  37. timebase-frequency = <0>;
  38. bus-frequency = <0>;
  39. clock-frequency = <0>;
  40. next-level-cache = <&L2>;
  41. };
  42. };
  43. memory {
  44. device_type = "memory";
  45. reg = <0x0 0x0>; // Filled by U-Boot
  46. };
  47. soc8544@e0000000 {
  48. #address-cells = <1>;
  49. #size-cells = <1>;
  50. device_type = "soc";
  51. compatible = "simple-bus";
  52. ranges = <0x0 0xe0000000 0x100000>;
  53. bus-frequency = <0>; // Filled out by uboot.
  54. ecm-law@0 {
  55. compatible = "fsl,ecm-law";
  56. reg = <0x0 0x1000>;
  57. fsl,num-laws = <10>;
  58. };
  59. ecm@1000 {
  60. compatible = "fsl,mpc8544-ecm", "fsl,ecm";
  61. reg = <0x1000 0x1000>;
  62. interrupts = <17 2>;
  63. interrupt-parent = <&mpic>;
  64. };
  65. memory-controller@2000 {
  66. compatible = "fsl,mpc8544-memory-controller";
  67. reg = <0x2000 0x1000>;
  68. interrupt-parent = <&mpic>;
  69. interrupts = <18 2>;
  70. };
  71. L2: l2-cache-controller@20000 {
  72. compatible = "fsl,mpc8544-l2-cache-controller";
  73. reg = <0x20000 0x1000>;
  74. cache-line-size = <32>; // 32 bytes
  75. cache-size = <0x40000>; // L2, 256K
  76. interrupt-parent = <&mpic>;
  77. interrupts = <16 2>;
  78. };
  79. i2c@3000 {
  80. #address-cells = <1>;
  81. #size-cells = <0>;
  82. cell-index = <0>;
  83. compatible = "fsl-i2c";
  84. reg = <0x3000 0x100>;
  85. interrupts = <43 2>;
  86. interrupt-parent = <&mpic>;
  87. dfsrr;
  88. };
  89. i2c@3100 {
  90. #address-cells = <1>;
  91. #size-cells = <0>;
  92. cell-index = <1>;
  93. compatible = "fsl-i2c";
  94. reg = <0x3100 0x100>;
  95. interrupts = <43 2>;
  96. interrupt-parent = <&mpic>;
  97. dfsrr;
  98. };
  99. dma@21300 {
  100. #address-cells = <1>;
  101. #size-cells = <1>;
  102. compatible = "fsl,mpc8544-dma", "fsl,eloplus-dma";
  103. reg = <0x21300 0x4>;
  104. ranges = <0x0 0x21100 0x200>;
  105. cell-index = <0>;
  106. dma-channel@0 {
  107. compatible = "fsl,mpc8544-dma-channel",
  108. "fsl,eloplus-dma-channel";
  109. reg = <0x0 0x80>;
  110. cell-index = <0>;
  111. interrupt-parent = <&mpic>;
  112. interrupts = <20 2>;
  113. };
  114. dma-channel@80 {
  115. compatible = "fsl,mpc8544-dma-channel",
  116. "fsl,eloplus-dma-channel";
  117. reg = <0x80 0x80>;
  118. cell-index = <1>;
  119. interrupt-parent = <&mpic>;
  120. interrupts = <21 2>;
  121. };
  122. dma-channel@100 {
  123. compatible = "fsl,mpc8544-dma-channel",
  124. "fsl,eloplus-dma-channel";
  125. reg = <0x100 0x80>;
  126. cell-index = <2>;
  127. interrupt-parent = <&mpic>;
  128. interrupts = <22 2>;
  129. };
  130. dma-channel@180 {
  131. compatible = "fsl,mpc8544-dma-channel",
  132. "fsl,eloplus-dma-channel";
  133. reg = <0x180 0x80>;
  134. cell-index = <3>;
  135. interrupt-parent = <&mpic>;
  136. interrupts = <23 2>;
  137. };
  138. };
  139. enet0: ethernet@24000 {
  140. #address-cells = <1>;
  141. #size-cells = <1>;
  142. cell-index = <0>;
  143. device_type = "network";
  144. model = "TSEC";
  145. compatible = "gianfar";
  146. reg = <0x24000 0x1000>;
  147. ranges = <0x0 0x24000 0x1000>;
  148. local-mac-address = [ 00 00 00 00 00 00 ];
  149. interrupts = <29 2 30 2 34 2>;
  150. interrupt-parent = <&mpic>;
  151. phy-handle = <&phy0>;
  152. tbi-handle = <&tbi0>;
  153. phy-connection-type = "rgmii-id";
  154. mdio@520 {
  155. #address-cells = <1>;
  156. #size-cells = <0>;
  157. compatible = "fsl,gianfar-mdio";
  158. reg = <0x520 0x20>;
  159. phy0: ethernet-phy@0 {
  160. interrupt-parent = <&mpic>;
  161. interrupts = <10 1>;
  162. reg = <0x0>;
  163. device_type = "ethernet-phy";
  164. };
  165. phy1: ethernet-phy@1 {
  166. interrupt-parent = <&mpic>;
  167. interrupts = <10 1>;
  168. reg = <0x1>;
  169. device_type = "ethernet-phy";
  170. };
  171. tbi0: tbi-phy@11 {
  172. reg = <0x11>;
  173. device_type = "tbi-phy";
  174. };
  175. };
  176. };
  177. enet1: ethernet@26000 {
  178. #address-cells = <1>;
  179. #size-cells = <1>;
  180. cell-index = <1>;
  181. device_type = "network";
  182. model = "TSEC";
  183. compatible = "gianfar";
  184. reg = <0x26000 0x1000>;
  185. ranges = <0x0 0x26000 0x1000>;
  186. local-mac-address = [ 00 00 00 00 00 00 ];
  187. interrupts = <31 2 32 2 33 2>;
  188. interrupt-parent = <&mpic>;
  189. phy-handle = <&phy1>;
  190. tbi-handle = <&tbi1>;
  191. phy-connection-type = "rgmii-id";
  192. mdio@520 {
  193. #address-cells = <1>;
  194. #size-cells = <0>;
  195. compatible = "fsl,gianfar-tbi";
  196. reg = <0x520 0x20>;
  197. tbi1: tbi-phy@11 {
  198. reg = <0x11>;
  199. device_type = "tbi-phy";
  200. };
  201. };
  202. };
  203. serial0: serial@4500 {
  204. cell-index = <0>;
  205. device_type = "serial";
  206. compatible = "ns16550";
  207. reg = <0x4500 0x100>;
  208. clock-frequency = <0>;
  209. interrupts = <42 2>;
  210. interrupt-parent = <&mpic>;
  211. };
  212. serial1: serial@4600 {
  213. cell-index = <1>;
  214. device_type = "serial";
  215. compatible = "ns16550";
  216. reg = <0x4600 0x100>;
  217. clock-frequency = <0>;
  218. interrupts = <42 2>;
  219. interrupt-parent = <&mpic>;
  220. };
  221. global-utilities@e0000 { //global utilities block
  222. compatible = "fsl,mpc8548-guts";
  223. reg = <0xe0000 0x1000>;
  224. fsl,has-rstcr;
  225. };
  226. crypto@30000 {
  227. compatible = "fsl,sec2.1", "fsl,sec2.0";
  228. reg = <0x30000 0x10000>;
  229. interrupts = <45 2>;
  230. interrupt-parent = <&mpic>;
  231. fsl,num-channels = <4>;
  232. fsl,channel-fifo-len = <24>;
  233. fsl,exec-units-mask = <0xfe>;
  234. fsl,descriptor-types-mask = <0x12b0ebf>;
  235. };
  236. mpic: pic@40000 {
  237. interrupt-controller;
  238. #address-cells = <0>;
  239. #interrupt-cells = <2>;
  240. reg = <0x40000 0x40000>;
  241. compatible = "chrp,open-pic";
  242. device_type = "open-pic";
  243. };
  244. msi@41600 {
  245. compatible = "fsl,mpc8544-msi", "fsl,mpic-msi";
  246. reg = <0x41600 0x80>;
  247. msi-available-ranges = <0 0x100>;
  248. interrupts = <
  249. 0xe0 0
  250. 0xe1 0
  251. 0xe2 0
  252. 0xe3 0
  253. 0xe4 0
  254. 0xe5 0
  255. 0xe6 0
  256. 0xe7 0>;
  257. interrupt-parent = <&mpic>;
  258. };
  259. };
  260. pci0: pci@e0008000 {
  261. compatible = "fsl,mpc8540-pci";
  262. device_type = "pci";
  263. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  264. interrupt-map = <
  265. /* IDSEL 0x11 J17 Slot 1 */
  266. 0x8800 0x0 0x0 0x1 &mpic 0x2 0x1
  267. 0x8800 0x0 0x0 0x2 &mpic 0x3 0x1
  268. 0x8800 0x0 0x0 0x3 &mpic 0x4 0x1
  269. 0x8800 0x0 0x0 0x4 &mpic 0x1 0x1
  270. /* IDSEL 0x12 J16 Slot 2 */
  271. 0x9000 0x0 0x0 0x1 &mpic 0x3 0x1
  272. 0x9000 0x0 0x0 0x2 &mpic 0x4 0x1
  273. 0x9000 0x0 0x0 0x3 &mpic 0x2 0x1
  274. 0x9000 0x0 0x0 0x4 &mpic 0x1 0x1>;
  275. interrupt-parent = <&mpic>;
  276. interrupts = <24 2>;
  277. bus-range = <0 255>;
  278. ranges = <0x2000000 0x0 0xc0000000 0xc0000000 0x0 0x20000000
  279. 0x1000000 0x0 0x0 0xe1000000 0x0 0x10000>;
  280. clock-frequency = <66666666>;
  281. #interrupt-cells = <1>;
  282. #size-cells = <2>;
  283. #address-cells = <3>;
  284. reg = <0xe0008000 0x1000>;
  285. };
  286. pci1: pcie@e0009000 {
  287. compatible = "fsl,mpc8548-pcie";
  288. device_type = "pci";
  289. #interrupt-cells = <1>;
  290. #size-cells = <2>;
  291. #address-cells = <3>;
  292. reg = <0xe0009000 0x1000>;
  293. bus-range = <0 255>;
  294. ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000
  295. 0x1000000 0x0 0x0 0xe1010000 0x0 0x10000>;
  296. clock-frequency = <33333333>;
  297. interrupt-parent = <&mpic>;
  298. interrupts = <25 2>;
  299. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  300. interrupt-map = <
  301. /* IDSEL 0x0 */
  302. 0000 0x0 0x0 0x1 &mpic 0x4 0x1
  303. 0000 0x0 0x0 0x2 &mpic 0x5 0x1
  304. 0000 0x0 0x0 0x3 &mpic 0x6 0x1
  305. 0000 0x0 0x0 0x4 &mpic 0x7 0x1
  306. >;
  307. pcie@0 {
  308. reg = <0x0 0x0 0x0 0x0 0x0>;
  309. #size-cells = <2>;
  310. #address-cells = <3>;
  311. device_type = "pci";
  312. ranges = <0x2000000 0x0 0x80000000
  313. 0x2000000 0x0 0x80000000
  314. 0x0 0x20000000
  315. 0x1000000 0x0 0x0
  316. 0x1000000 0x0 0x0
  317. 0x0 0x10000>;
  318. };
  319. };
  320. pci2: pcie@e000a000 {
  321. compatible = "fsl,mpc8548-pcie";
  322. device_type = "pci";
  323. #interrupt-cells = <1>;
  324. #size-cells = <2>;
  325. #address-cells = <3>;
  326. reg = <0xe000a000 0x1000>;
  327. bus-range = <0 255>;
  328. ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
  329. 0x1000000 0x0 0x0 0xe1020000 0x0 0x10000>;
  330. clock-frequency = <33333333>;
  331. interrupt-parent = <&mpic>;
  332. interrupts = <26 2>;
  333. interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
  334. interrupt-map = <
  335. /* IDSEL 0x0 */
  336. 0000 0x0 0x0 0x1 &mpic 0x0 0x1
  337. 0000 0x0 0x0 0x2 &mpic 0x1 0x1
  338. 0000 0x0 0x0 0x3 &mpic 0x2 0x1
  339. 0000 0x0 0x0 0x4 &mpic 0x3 0x1
  340. >;
  341. pcie@0 {
  342. reg = <0x0 0x0 0x0 0x0 0x0>;
  343. #size-cells = <2>;
  344. #address-cells = <3>;
  345. device_type = "pci";
  346. ranges = <0x2000000 0x0 0xa0000000
  347. 0x2000000 0x0 0xa0000000
  348. 0x0 0x10000000
  349. 0x1000000 0x0 0x0
  350. 0x1000000 0x0 0x0
  351. 0x0 0x10000>;
  352. };
  353. };
  354. pci3: pcie@e000b000 {
  355. compatible = "fsl,mpc8548-pcie";
  356. device_type = "pci";
  357. #interrupt-cells = <1>;
  358. #size-cells = <2>;
  359. #address-cells = <3>;
  360. reg = <0xe000b000 0x1000>;
  361. bus-range = <0 255>;
  362. ranges = <0x2000000 0x0 0xb0000000 0xb0000000 0x0 0x100000
  363. 0x1000000 0x0 0x0 0xb0100000 0x0 0x100000>;
  364. clock-frequency = <33333333>;
  365. interrupt-parent = <&mpic>;
  366. interrupts = <27 2>;
  367. interrupt-map-mask = <0xff00 0x0 0x0 0x1>;
  368. interrupt-map = <
  369. // IDSEL 0x1c USB
  370. 0xe000 0x0 0x0 0x1 &i8259 0xc 0x2
  371. 0xe100 0x0 0x0 0x2 &i8259 0x9 0x2
  372. 0xe200 0x0 0x0 0x3 &i8259 0xa 0x2
  373. 0xe300 0x0 0x0 0x4 &i8259 0xb 0x2
  374. // IDSEL 0x1d Audio
  375. 0xe800 0x0 0x0 0x1 &i8259 0x6 0x2
  376. // IDSEL 0x1e Legacy
  377. 0xf000 0x0 0x0 0x1 &i8259 0x7 0x2
  378. 0xf100 0x0 0x0 0x1 &i8259 0x7 0x2
  379. // IDSEL 0x1f IDE/SATA
  380. 0xf800 0x0 0x0 0x1 &i8259 0xe 0x2
  381. 0xf900 0x0 0x0 0x1 &i8259 0x5 0x2
  382. >;
  383. pcie@0 {
  384. reg = <0x0 0x0 0x0 0x0 0x0>;
  385. #size-cells = <2>;
  386. #address-cells = <3>;
  387. device_type = "pci";
  388. ranges = <0x2000000 0x0 0xb0000000
  389. 0x2000000 0x0 0xb0000000
  390. 0x0 0x100000
  391. 0x1000000 0x0 0x0
  392. 0x1000000 0x0 0x0
  393. 0x0 0x100000>;
  394. uli1575@0 {
  395. reg = <0x0 0x0 0x0 0x0 0x0>;
  396. #size-cells = <2>;
  397. #address-cells = <3>;
  398. ranges = <0x2000000 0x0 0xb0000000
  399. 0x2000000 0x0 0xb0000000
  400. 0x0 0x100000
  401. 0x1000000 0x0 0x0
  402. 0x1000000 0x0 0x0
  403. 0x0 0x100000>;
  404. isa@1e {
  405. device_type = "isa";
  406. #interrupt-cells = <2>;
  407. #size-cells = <1>;
  408. #address-cells = <2>;
  409. reg = <0xf000 0x0 0x0 0x0 0x0>;
  410. ranges = <0x1 0x0
  411. 0x1000000 0x0 0x0
  412. 0x1000>;
  413. interrupt-parent = <&i8259>;
  414. i8259: interrupt-controller@20 {
  415. reg = <0x1 0x20 0x2
  416. 0x1 0xa0 0x2
  417. 0x1 0x4d0 0x2>;
  418. interrupt-controller;
  419. device_type = "interrupt-controller";
  420. #address-cells = <0>;
  421. #interrupt-cells = <2>;
  422. compatible = "chrp,iic";
  423. interrupts = <9 2>;
  424. interrupt-parent = <&mpic>;
  425. };
  426. i8042@60 {
  427. #size-cells = <0>;
  428. #address-cells = <1>;
  429. reg = <0x1 0x60 0x1 0x1 0x64 0x1>;
  430. interrupts = <1 3 12 3>;
  431. interrupt-parent = <&i8259>;
  432. keyboard@0 {
  433. reg = <0x0>;
  434. compatible = "pnpPNP,303";
  435. };
  436. mouse@1 {
  437. reg = <0x1>;
  438. compatible = "pnpPNP,f03";
  439. };
  440. };
  441. rtc@70 {
  442. compatible = "pnpPNP,b00";
  443. reg = <0x1 0x70 0x2>;
  444. };
  445. gpio@400 {
  446. reg = <0x1 0x400 0x80>;
  447. };
  448. };
  449. };
  450. };
  451. };
  452. };