mpc8349emitx.dts 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. /*
  2. * MPC8349E-mITX Device Tree Source
  3. *
  4. * Copyright 2006 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. / {
  12. model = "MPC8349EMITX";
  13. compatible = "MPC8349EMITX", "MPC834xMITX", "MPC83xxMITX";
  14. #address-cells = <1>;
  15. #size-cells = <1>;
  16. cpus {
  17. #address-cells = <1>;
  18. #size-cells = <0>;
  19. PowerPC,8349@0 {
  20. device_type = "cpu";
  21. reg = <0>;
  22. d-cache-line-size = <20>;
  23. i-cache-line-size = <20>;
  24. d-cache-size = <8000>;
  25. i-cache-size = <8000>;
  26. timebase-frequency = <0>; // from bootloader
  27. bus-frequency = <0>; // from bootloader
  28. clock-frequency = <0>; // from bootloader
  29. };
  30. };
  31. memory {
  32. device_type = "memory";
  33. reg = <00000000 10000000>;
  34. };
  35. soc8349@e0000000 {
  36. #address-cells = <1>;
  37. #size-cells = <1>;
  38. device_type = "soc";
  39. ranges = <0 e0000000 00100000>;
  40. reg = <e0000000 00000200>;
  41. bus-frequency = <0>; // from bootloader
  42. wdt@200 {
  43. device_type = "watchdog";
  44. compatible = "mpc83xx_wdt";
  45. reg = <200 100>;
  46. };
  47. i2c@3000 {
  48. device_type = "i2c";
  49. compatible = "fsl-i2c";
  50. reg = <3000 100>;
  51. interrupts = <e 8>;
  52. interrupt-parent = < &ipic >;
  53. dfsrr;
  54. };
  55. i2c@3100 {
  56. device_type = "i2c";
  57. compatible = "fsl-i2c";
  58. reg = <3100 100>;
  59. interrupts = <f 8>;
  60. interrupt-parent = < &ipic >;
  61. dfsrr;
  62. };
  63. spi@7000 {
  64. device_type = "spi";
  65. compatible = "fsl_spi";
  66. reg = <7000 1000>;
  67. interrupts = <10 8>;
  68. interrupt-parent = < &ipic >;
  69. mode = "cpu";
  70. };
  71. usb@22000 {
  72. device_type = "usb";
  73. compatible = "fsl-usb2-mph";
  74. reg = <22000 1000>;
  75. #address-cells = <1>;
  76. #size-cells = <0>;
  77. interrupt-parent = < &ipic >;
  78. interrupts = <27 8>;
  79. phy_type = "ulpi";
  80. port1;
  81. };
  82. usb@23000 {
  83. device_type = "usb";
  84. compatible = "fsl-usb2-dr";
  85. reg = <23000 1000>;
  86. #address-cells = <1>;
  87. #size-cells = <0>;
  88. interrupt-parent = < &ipic >;
  89. interrupts = <26 8>;
  90. dr_mode = "peripheral";
  91. phy_type = "ulpi";
  92. };
  93. mdio@24520 {
  94. device_type = "mdio";
  95. compatible = "gianfar";
  96. reg = <24520 20>;
  97. #address-cells = <1>;
  98. #size-cells = <0>;
  99. /* Vitesse 8201 */
  100. phy1c: ethernet-phy@1c {
  101. interrupt-parent = < &ipic >;
  102. interrupts = <12 8>;
  103. reg = <1c>;
  104. device_type = "ethernet-phy";
  105. };
  106. /* Vitesse 7385 */
  107. phy1f: ethernet-phy@1f {
  108. interrupt-parent = < &ipic >;
  109. interrupts = <12 8>;
  110. reg = <1f>;
  111. device_type = "ethernet-phy";
  112. };
  113. };
  114. ethernet@24000 {
  115. device_type = "network";
  116. model = "TSEC";
  117. compatible = "gianfar";
  118. reg = <24000 1000>;
  119. /*
  120. * address is deprecated and will be removed
  121. * in 2.6.25. Only recent versions of
  122. * U-Boot support local-mac-address, however.
  123. */
  124. address = [ 00 00 00 00 00 00 ];
  125. local-mac-address = [ 00 00 00 00 00 00 ];
  126. interrupts = <20 8 21 8 22 8>;
  127. interrupt-parent = < &ipic >;
  128. phy-handle = < &phy1c >;
  129. linux,network-index = <0>;
  130. };
  131. ethernet@25000 {
  132. #address-cells = <1>;
  133. #size-cells = <0>;
  134. device_type = "network";
  135. model = "TSEC";
  136. compatible = "gianfar";
  137. reg = <25000 1000>;
  138. /*
  139. * address is deprecated and will be removed
  140. * in 2.6.25. Only recent versions of
  141. * U-Boot support local-mac-address, however.
  142. */
  143. address = [ 00 00 00 00 00 00 ];
  144. local-mac-address = [ 00 00 00 00 00 00 ];
  145. interrupts = <23 8 24 8 25 8>;
  146. interrupt-parent = < &ipic >;
  147. phy-handle = < &phy1f >;
  148. linux,network-index = <1>;
  149. };
  150. serial@4500 {
  151. device_type = "serial";
  152. compatible = "ns16550";
  153. reg = <4500 100>;
  154. clock-frequency = <0>; // from bootloader
  155. interrupts = <9 8>;
  156. interrupt-parent = < &ipic >;
  157. };
  158. serial@4600 {
  159. device_type = "serial";
  160. compatible = "ns16550";
  161. reg = <4600 100>;
  162. clock-frequency = <0>; // from bootloader
  163. interrupts = <a 8>;
  164. interrupt-parent = < &ipic >;
  165. };
  166. crypto@30000 {
  167. device_type = "crypto";
  168. model = "SEC2";
  169. compatible = "talitos";
  170. reg = <30000 10000>;
  171. interrupts = <b 8>;
  172. interrupt-parent = < &ipic >;
  173. num-channels = <4>;
  174. channel-fifo-len = <18>;
  175. exec-units-mask = <0000007e>;
  176. descriptor-types-mask = <01010ebf>;
  177. };
  178. ipic: pic@700 {
  179. interrupt-controller;
  180. #address-cells = <0>;
  181. #interrupt-cells = <2>;
  182. reg = <700 100>;
  183. device_type = "ipic";
  184. };
  185. };
  186. pci@e0008500 {
  187. interrupt-map-mask = <f800 0 0 7>;
  188. interrupt-map = <
  189. /* IDSEL 0x10 - SATA */
  190. 8000 0 0 1 &ipic 16 8 /* SATA_INTA */
  191. >;
  192. interrupt-parent = < &ipic >;
  193. interrupts = <42 8>;
  194. bus-range = <0 0>;
  195. ranges = <42000000 0 80000000 80000000 0 10000000
  196. 02000000 0 90000000 90000000 0 10000000
  197. 01000000 0 00000000 e2000000 0 01000000>;
  198. clock-frequency = <3f940aa>;
  199. #interrupt-cells = <1>;
  200. #size-cells = <2>;
  201. #address-cells = <3>;
  202. reg = <e0008500 100>;
  203. compatible = "fsl,mpc8349-pci";
  204. device_type = "pci";
  205. };
  206. pci@e0008600 {
  207. interrupt-map-mask = <f800 0 0 7>;
  208. interrupt-map = <
  209. /* IDSEL 0x0E - MiniPCI Slot */
  210. 7000 0 0 1 &ipic 15 8 /* PCI_INTA */
  211. /* IDSEL 0x0F - PCI Slot */
  212. 7800 0 0 1 &ipic 14 8 /* PCI_INTA */
  213. 7800 0 0 2 &ipic 15 8 /* PCI_INTB */
  214. >;
  215. interrupt-parent = < &ipic >;
  216. interrupts = <43 8>;
  217. bus-range = <0 0>;
  218. ranges = <42000000 0 a0000000 a0000000 0 10000000
  219. 02000000 0 b0000000 b0000000 0 10000000
  220. 01000000 0 00000000 e3000000 0 01000000>;
  221. clock-frequency = <3f940aa>;
  222. #interrupt-cells = <1>;
  223. #size-cells = <2>;
  224. #address-cells = <3>;
  225. reg = <e0008600 100>;
  226. compatible = "fsl,mpc8349-pci";
  227. device_type = "pci";
  228. };
  229. };