mpc8610_hpcd.dts 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. /*
  2. * MPC8610 HPCD 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 Version 2 as published
  8. * by the Free Software Foundation.
  9. */
  10. /dts-v1/;
  11. / {
  12. model = "MPC8610HPCD";
  13. compatible = "fsl,MPC8610HPCD";
  14. #address-cells = <1>;
  15. #size-cells = <1>;
  16. aliases {
  17. serial0 = &serial0;
  18. serial1 = &serial1;
  19. pci0 = &pci0;
  20. pci1 = &pci1;
  21. pci2 = &pci2;
  22. };
  23. cpus {
  24. #address-cells = <1>;
  25. #size-cells = <0>;
  26. PowerPC,8610@0 {
  27. device_type = "cpu";
  28. reg = <0>;
  29. d-cache-line-size = <32>;
  30. i-cache-line-size = <32>;
  31. d-cache-size = <32768>; // L1
  32. i-cache-size = <32768>; // L1
  33. timebase-frequency = <0>; // From uboot
  34. bus-frequency = <0>; // From uboot
  35. clock-frequency = <0>; // From uboot
  36. };
  37. };
  38. memory {
  39. device_type = "memory";
  40. reg = <0x00000000 0x20000000>; // 512M at 0x0
  41. };
  42. board-control@e8000000 {
  43. compatible = "fsl,fpga-pixis";
  44. reg = <0xe8000000 32>; // pixis at 0xe8000000
  45. };
  46. soc@e0000000 {
  47. #address-cells = <1>;
  48. #size-cells = <1>;
  49. #interrupt-cells = <2>;
  50. device_type = "soc";
  51. compatible = "fsl,mpc8610-immr", "simple-bus";
  52. ranges = <0x0 0xe0000000 0x00100000>;
  53. reg = <0xe0000000 0x1000>;
  54. bus-frequency = <0>;
  55. i2c@3000 {
  56. #address-cells = <1>;
  57. #size-cells = <0>;
  58. cell-index = <0>;
  59. compatible = "fsl-i2c";
  60. reg = <0x3000 0x100>;
  61. interrupts = <43 2>;
  62. interrupt-parent = <&mpic>;
  63. dfsrr;
  64. cs4270:codec@4f {
  65. compatible = "cirrus,cs4270";
  66. reg = <0x4f>;
  67. /* MCLK source is a stand-alone oscillator */
  68. clock-frequency = <12288000>;
  69. };
  70. };
  71. i2c@3100 {
  72. #address-cells = <1>;
  73. #size-cells = <0>;
  74. cell-index = <1>;
  75. compatible = "fsl-i2c";
  76. reg = <0x3100 0x100>;
  77. interrupts = <43 2>;
  78. interrupt-parent = <&mpic>;
  79. dfsrr;
  80. };
  81. serial0: serial@4500 {
  82. cell-index = <0>;
  83. device_type = "serial";
  84. compatible = "ns16550";
  85. reg = <0x4500 0x100>;
  86. clock-frequency = <0>;
  87. interrupts = <42 2>;
  88. interrupt-parent = <&mpic>;
  89. };
  90. serial1: serial@4600 {
  91. cell-index = <1>;
  92. device_type = "serial";
  93. compatible = "ns16550";
  94. reg = <0x4600 0x100>;
  95. clock-frequency = <0>;
  96. interrupts = <42 2>;
  97. interrupt-parent = <&mpic>;
  98. };
  99. display@2c000 {
  100. compatible = "fsl,diu";
  101. reg = <0x2c000 100>;
  102. interrupts = <72 2>;
  103. interrupt-parent = <&mpic>;
  104. };
  105. mpic: interrupt-controller@40000 {
  106. clock-frequency = <0>;
  107. interrupt-controller;
  108. #address-cells = <0>;
  109. #interrupt-cells = <2>;
  110. reg = <0x40000 0x40000>;
  111. compatible = "chrp,open-pic";
  112. device_type = "open-pic";
  113. big-endian;
  114. };
  115. global-utilities@e0000 {
  116. compatible = "fsl,mpc8610-guts";
  117. reg = <0xe0000 0x1000>;
  118. fsl,has-rstcr;
  119. };
  120. i2s@16000 {
  121. compatible = "fsl,mpc8610-ssi";
  122. cell-index = <0>;
  123. reg = <0x16000 0x100>;
  124. interrupt-parent = <&mpic>;
  125. interrupts = <62 2>;
  126. fsl,mode = "i2s-slave";
  127. codec-handle = <&cs4270>;
  128. };
  129. ssi@16100 {
  130. compatible = "fsl,mpc8610-ssi";
  131. cell-index = <1>;
  132. reg = <0x16100 0x100>;
  133. interrupt-parent = <&mpic>;
  134. interrupts = <63 2>;
  135. };
  136. dma@21300 {
  137. #address-cells = <1>;
  138. #size-cells = <1>;
  139. compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma";
  140. cell-index = <0>;
  141. reg = <0x21300 0x4>; /* DMA general status register */
  142. ranges = <0x0 0x21100 0x200>;
  143. dma-channel@0 {
  144. compatible = "fsl,mpc8610-dma-channel",
  145. "fsl,eloplus-dma-channel";
  146. cell-index = <0>;
  147. reg = <0x0 0x80>;
  148. interrupt-parent = <&mpic>;
  149. interrupts = <20 2>;
  150. };
  151. dma-channel@1 {
  152. compatible = "fsl,mpc8610-dma-channel",
  153. "fsl,eloplus-dma-channel";
  154. cell-index = <1>;
  155. reg = <0x80 0x80>;
  156. interrupt-parent = <&mpic>;
  157. interrupts = <21 2>;
  158. };
  159. dma-channel@2 {
  160. compatible = "fsl,mpc8610-dma-channel",
  161. "fsl,eloplus-dma-channel";
  162. cell-index = <2>;
  163. reg = <0x100 0x80>;
  164. interrupt-parent = <&mpic>;
  165. interrupts = <22 2>;
  166. };
  167. dma-channel@3 {
  168. compatible = "fsl,mpc8610-dma-channel",
  169. "fsl,eloplus-dma-channel";
  170. cell-index = <3>;
  171. reg = <0x180 0x80>;
  172. interrupt-parent = <&mpic>;
  173. interrupts = <23 2>;
  174. };
  175. };
  176. dma@c300 {
  177. #address-cells = <1>;
  178. #size-cells = <1>;
  179. compatible = "fsl,mpc8610-dma", "fsl,mpc8540-dma";
  180. cell-index = <1>;
  181. reg = <0xc300 0x4>; /* DMA general status register */
  182. ranges = <0x0 0xc100 0x200>;
  183. dma-channel@0 {
  184. compatible = "fsl,mpc8610-dma-channel",
  185. "fsl,mpc8540-dma-channel";
  186. cell-index = <0>;
  187. reg = <0x0 0x80>;
  188. interrupt-parent = <&mpic>;
  189. interrupts = <60 2>;
  190. };
  191. dma-channel@1 {
  192. compatible = "fsl,mpc8610-dma-channel",
  193. "fsl,mpc8540-dma-channel";
  194. cell-index = <1>;
  195. reg = <0x80 0x80>;
  196. interrupt-parent = <&mpic>;
  197. interrupts = <61 2>;
  198. };
  199. dma-channel@2 {
  200. compatible = "fsl,mpc8610-dma-channel",
  201. "fsl,mpc8540-dma-channel";
  202. cell-index = <2>;
  203. reg = <0x100 0x80>;
  204. interrupt-parent = <&mpic>;
  205. interrupts = <62 2>;
  206. };
  207. dma-channel@3 {
  208. compatible = "fsl,mpc8610-dma-channel",
  209. "fsl,mpc8540-dma-channel";
  210. cell-index = <3>;
  211. reg = <0x180 0x80>;
  212. interrupt-parent = <&mpic>;
  213. interrupts = <63 2>;
  214. };
  215. };
  216. };
  217. pci0: pci@e0008000 {
  218. cell-index = <0>;
  219. compatible = "fsl,mpc8610-pci";
  220. device_type = "pci";
  221. #interrupt-cells = <1>;
  222. #size-cells = <2>;
  223. #address-cells = <3>;
  224. reg = <0xe0008000 0x1000>;
  225. bus-range = <0 0>;
  226. ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x10000000
  227. 0x01000000 0x0 0x00000000 0xe1000000 0x0 0x00100000>;
  228. clock-frequency = <33333333>;
  229. interrupt-parent = <&mpic>;
  230. interrupts = <24 2>;
  231. interrupt-map-mask = <0xf800 0 0 7>;
  232. interrupt-map = <
  233. /* IDSEL 0x11 */
  234. 0x8800 0 0 1 &mpic 4 1
  235. 0x8800 0 0 2 &mpic 5 1
  236. 0x8800 0 0 3 &mpic 6 1
  237. 0x8800 0 0 4 &mpic 7 1
  238. /* IDSEL 0x12 */
  239. 0x9000 0 0 1 &mpic 5 1
  240. 0x9000 0 0 2 &mpic 6 1
  241. 0x9000 0 0 3 &mpic 7 1
  242. 0x9000 0 0 4 &mpic 4 1
  243. >;
  244. };
  245. pci1: pcie@e000a000 {
  246. cell-index = <1>;
  247. compatible = "fsl,mpc8641-pcie";
  248. device_type = "pci";
  249. #interrupt-cells = <1>;
  250. #size-cells = <2>;
  251. #address-cells = <3>;
  252. reg = <0xe000a000 0x1000>;
  253. bus-range = <1 3>;
  254. ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
  255. 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>;
  256. clock-frequency = <33333333>;
  257. interrupt-parent = <&mpic>;
  258. interrupts = <26 2>;
  259. interrupt-map-mask = <0xf800 0 0 7>;
  260. interrupt-map = <
  261. /* IDSEL 0x1b */
  262. 0xd800 0 0 1 &mpic 2 1
  263. /* IDSEL 0x1c*/
  264. 0xe000 0 0 1 &mpic 1 1
  265. 0xe000 0 0 2 &mpic 1 1
  266. 0xe000 0 0 3 &mpic 1 1
  267. 0xe000 0 0 4 &mpic 1 1
  268. /* IDSEL 0x1f */
  269. 0xf800 0 0 1 &mpic 3 0
  270. 0xf800 0 0 2 &mpic 0 1
  271. >;
  272. pcie@0 {
  273. reg = <0 0 0 0 0>;
  274. #size-cells = <2>;
  275. #address-cells = <3>;
  276. device_type = "pci";
  277. ranges = <0x02000000 0x0 0xa0000000
  278. 0x02000000 0x0 0xa0000000
  279. 0x0 0x10000000
  280. 0x01000000 0x0 0x00000000
  281. 0x01000000 0x0 0x00000000
  282. 0x0 0x00100000>;
  283. uli1575@0 {
  284. reg = <0 0 0 0 0>;
  285. #size-cells = <2>;
  286. #address-cells = <3>;
  287. ranges = <0x02000000 0x0 0xa0000000
  288. 0x02000000 0x0 0xa0000000
  289. 0x0 0x10000000
  290. 0x01000000 0x0 0x00000000
  291. 0x01000000 0x0 0x00000000
  292. 0x0 0x00100000>;
  293. };
  294. };
  295. };
  296. pci2: pcie@e0009000 {
  297. #address-cells = <3>;
  298. #size-cells = <2>;
  299. #interrupt-cells = <1>;
  300. device_type = "pci";
  301. compatible = "fsl,mpc8641-pcie";
  302. reg = <0xe0009000 0x00001000>;
  303. ranges = <0x02000000 0 0x90000000 0x90000000 0 0x10000000
  304. 0x01000000 0 0x00000000 0xe2000000 0 0x00100000>;
  305. bus-range = <0 255>;
  306. interrupt-map-mask = <0xf800 0 0 7>;
  307. interrupt-map = <0x0000 0 0 1 &mpic 4 1
  308. 0x0000 0 0 2 &mpic 5 1
  309. 0x0000 0 0 3 &mpic 6 1
  310. 0x0000 0 0 4 &mpic 7 1>;
  311. interrupt-parent = <&mpic>;
  312. interrupts = <25 2>;
  313. clock-frequency = <33333333>;
  314. };
  315. };