mpc8610_hpcd.dts 7.2 KB

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