mpc8569si-post.dtsi 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. /*
  2. * MPC8569 Silicon/SoC Device Tree Source (post include)
  3. *
  4. * Copyright 2011 Freescale Semiconductor Inc.
  5. *
  6. * Redistribution and use in source and binary forms, with or without
  7. * modification, are permitted provided that the following conditions are met:
  8. * * Redistributions of source code must retain the above copyright
  9. * notice, this list of conditions and the following disclaimer.
  10. * * Redistributions in binary form must reproduce the above copyright
  11. * notice, this list of conditions and the following disclaimer in the
  12. * documentation and/or other materials provided with the distribution.
  13. * * Neither the name of Freescale Semiconductor nor the
  14. * names of its contributors may be used to endorse or promote products
  15. * derived from this software without specific prior written permission.
  16. *
  17. *
  18. * ALTERNATIVELY, this software may be distributed under the terms of the
  19. * GNU General Public License ("GPL") as published by the Free Software
  20. * Foundation, either version 2 of that License or (at your option) any
  21. * later version.
  22. *
  23. * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
  24. * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  25. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  26. * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
  27. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  28. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  29. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  30. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  31. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  32. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33. */
  34. &lbc {
  35. #address-cells = <2>;
  36. #size-cells = <1>;
  37. compatible = "fsl,mpc8569-elbc", "fsl,elbc", "simple-bus";
  38. interrupts = <19 2 0 0>;
  39. sleep = <&pmc 0x08000000>;
  40. };
  41. /* controller at 0xa000 */
  42. &pci1 {
  43. compatible = "fsl,mpc8548-pcie";
  44. device_type = "pci";
  45. #size-cells = <2>;
  46. #address-cells = <3>;
  47. bus-range = <0 255>;
  48. clock-frequency = <33333333>;
  49. interrupts = <26 2 0 0>;
  50. sleep = <&pmc 0x20000000>;
  51. pcie@0 {
  52. reg = <0 0 0 0 0>;
  53. #interrupt-cells = <1>;
  54. #size-cells = <2>;
  55. #address-cells = <3>;
  56. device_type = "pci";
  57. interrupts = <26 2 0 0>;
  58. interrupt-map-mask = <0xf800 0 0 7>;
  59. interrupt-map = <
  60. /* IDSEL 0x0 */
  61. 0000 0x0 0x0 0x1 &mpic 0x0 0x1 0x0 0x0
  62. 0000 0x0 0x0 0x2 &mpic 0x1 0x1 0x0 0x0
  63. 0000 0x0 0x0 0x3 &mpic 0x2 0x1 0x0 0x0
  64. 0000 0x0 0x0 0x4 &mpic 0x3 0x1 0x0 0x0
  65. >;
  66. };
  67. };
  68. &rio {
  69. compatible = "fsl,srio";
  70. interrupts = <48 2 0 0>;
  71. #address-cells = <2>;
  72. #size-cells = <2>;
  73. fsl,srio-rmu-handle = <&rmu>;
  74. sleep = <&pmc 0x00080000>;
  75. ranges;
  76. port1 {
  77. #address-cells = <2>;
  78. #size-cells = <2>;
  79. cell-index = <1>;
  80. };
  81. port2 {
  82. #address-cells = <2>;
  83. #size-cells = <2>;
  84. cell-index = <2>;
  85. };
  86. };
  87. &soc {
  88. #address-cells = <1>;
  89. #size-cells = <1>;
  90. device_type = "soc";
  91. compatible = "fsl,mpc8569-immr", "simple-bus";
  92. bus-frequency = <0>; // Filled out by uboot.
  93. ecm-law@0 {
  94. compatible = "fsl,ecm-law";
  95. reg = <0x0 0x1000>;
  96. fsl,num-laws = <10>;
  97. };
  98. ecm@1000 {
  99. compatible = "fsl,mpc8569-ecm", "fsl,ecm";
  100. reg = <0x1000 0x1000>;
  101. interrupts = <17 2 0 0>;
  102. };
  103. memory-controller@2000 {
  104. compatible = "fsl,mpc8569-memory-controller";
  105. reg = <0x2000 0x1000>;
  106. interrupts = <18 2 0 0>;
  107. };
  108. i2c-sleep-nexus {
  109. #address-cells = <1>;
  110. #size-cells = <1>;
  111. compatible = "simple-bus";
  112. sleep = <&pmc 0x00000004>;
  113. ranges;
  114. /include/ "pq3-i2c-0.dtsi"
  115. /include/ "pq3-i2c-1.dtsi"
  116. };
  117. duart-sleep-nexus {
  118. #address-cells = <1>;
  119. #size-cells = <1>;
  120. compatible = "simple-bus";
  121. sleep = <&pmc 0x00000002>;
  122. ranges;
  123. /include/ "pq3-duart-0.dtsi"
  124. };
  125. L2: l2-cache-controller@20000 {
  126. compatible = "fsl,mpc8569-l2-cache-controller";
  127. reg = <0x20000 0x1000>;
  128. cache-line-size = <32>; // 32 bytes
  129. cache-size = <0x80000>; // L2, 512K
  130. interrupts = <16 2 0 0>;
  131. };
  132. /include/ "pq3-dma-0.dtsi"
  133. /include/ "pq3-esdhc-0.dtsi"
  134. sdhc@2e000 {
  135. sleep = <&pmc 0x00200000>;
  136. };
  137. par_io@e0100 {
  138. #address-cells = <1>;
  139. #size-cells = <1>;
  140. reg = <0xe0100 0x100>;
  141. ranges = <0x0 0xe0100 0x100>;
  142. device_type = "par_io";
  143. };
  144. /include/ "pq3-sec3.1-0.dtsi"
  145. crypto@30000 {
  146. sleep = <&pmc 0x01000000>;
  147. };
  148. /include/ "pq3-mpic.dtsi"
  149. /include/ "pq3-rmu-0.dtsi"
  150. rmu@d3000 {
  151. sleep = <&pmc 0x00040000>;
  152. };
  153. global-utilities@e0000 {
  154. #address-cells = <1>;
  155. #size-cells = <1>;
  156. compatible = "fsl,mpc8569-guts", "fsl,mpc8548-guts";
  157. reg = <0xe0000 0x1000>;
  158. ranges = <0 0xe0000 0x1000>;
  159. fsl,has-rstcr;
  160. pmc: power@70 {
  161. compatible = "fsl,mpc8569-pmc",
  162. "fsl,mpc8548-pmc";
  163. reg = <0x70 0x20>;
  164. };
  165. };
  166. };
  167. &qe {
  168. #address-cells = <1>;
  169. #size-cells = <1>;
  170. device_type = "qe";
  171. compatible = "fsl,qe";
  172. sleep = <&pmc 0x00000800>;
  173. brg-frequency = <0>;
  174. bus-frequency = <0>;
  175. fsl,qe-num-riscs = <4>;
  176. fsl,qe-num-snums = <46>;
  177. qeic: interrupt-controller@80 {
  178. interrupt-controller;
  179. compatible = "fsl,qe-ic";
  180. #address-cells = <0>;
  181. #interrupt-cells = <1>;
  182. reg = <0x80 0x80>;
  183. interrupts = <46 2 0 0 46 2 0 0>; //high:30 low:30
  184. interrupt-parent = <&mpic>;
  185. };
  186. timer@440 {
  187. compatible = "fsl,mpc8569-qe-gtm",
  188. "fsl,qe-gtm", "fsl,gtm";
  189. reg = <0x440 0x40>;
  190. interrupts = <12 13 14 15>;
  191. interrupt-parent = <&qeic>;
  192. /* Filled in by U-Boot */
  193. clock-frequency = <0>;
  194. };
  195. spi@4c0 {
  196. #address-cells = <1>;
  197. #size-cells = <0>;
  198. compatible = "fsl,mpc8569-qe-spi", "fsl,spi";
  199. reg = <0x4c0 0x40>;
  200. cell-index = <0>;
  201. interrupts = <2>;
  202. interrupt-parent = <&qeic>;
  203. };
  204. spi@500 {
  205. #address-cells = <1>;
  206. #size-cells = <0>;
  207. cell-index = <1>;
  208. compatible = "fsl,spi";
  209. reg = <0x500 0x40>;
  210. interrupts = <1>;
  211. interrupt-parent = <&qeic>;
  212. };
  213. usb@6c0 {
  214. compatible = "fsl,mpc8569-qe-usb",
  215. "fsl,mpc8323-qe-usb";
  216. reg = <0x6c0 0x40 0x8b00 0x100>;
  217. interrupts = <11>;
  218. interrupt-parent = <&qeic>;
  219. };
  220. ucc@2000 {
  221. cell-index = <1>;
  222. reg = <0x2000 0x200>;
  223. interrupts = <32>;
  224. interrupt-parent = <&qeic>;
  225. };
  226. ucc@2200 {
  227. cell-index = <3>;
  228. reg = <0x2200 0x200>;
  229. interrupts = <34>;
  230. interrupt-parent = <&qeic>;
  231. };
  232. ucc@3000 {
  233. cell-index = <2>;
  234. reg = <0x3000 0x200>;
  235. interrupts = <33>;
  236. interrupt-parent = <&qeic>;
  237. };
  238. ucc@3200 {
  239. cell-index = <4>;
  240. reg = <0x3200 0x200>;
  241. interrupts = <35>;
  242. interrupt-parent = <&qeic>;
  243. };
  244. ucc@3400 {
  245. cell-index = <6>;
  246. reg = <0x3400 0x200>;
  247. interrupts = <41>;
  248. interrupt-parent = <&qeic>;
  249. };
  250. ucc@3600 {
  251. cell-index = <8>;
  252. reg = <0x3600 0x200>;
  253. interrupts = <43>;
  254. interrupt-parent = <&qeic>;
  255. };
  256. muram@10000 {
  257. #address-cells = <1>;
  258. #size-cells = <1>;
  259. compatible = "fsl,qe-muram", "fsl,cpm-muram";
  260. ranges = <0x0 0x10000 0x20000>;
  261. data-only@0 {
  262. compatible = "fsl,qe-muram-data",
  263. "fsl,cpm-muram-data";
  264. reg = <0x0 0x20000>;
  265. };
  266. };
  267. };