mpc8610_hpcd.dts 6.9 KB

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