mpc8379_rdb.dts 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. /*
  2. * MPC8379E RDB 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 as published by the
  8. * Free Software Foundation; either version 2 of the License, or (at your
  9. * option) any later version.
  10. */
  11. /dts-v1/;
  12. / {
  13. compatible = "fsl,mpc8379rdb";
  14. #address-cells = <1>;
  15. #size-cells = <1>;
  16. aliases {
  17. ethernet0 = &enet0;
  18. ethernet1 = &enet1;
  19. serial0 = &serial0;
  20. serial1 = &serial1;
  21. pci0 = &pci0;
  22. };
  23. cpus {
  24. #address-cells = <1>;
  25. #size-cells = <0>;
  26. PowerPC,8379@0 {
  27. device_type = "cpu";
  28. reg = <0x0>;
  29. d-cache-line-size = <32>;
  30. i-cache-line-size = <32>;
  31. d-cache-size = <32768>;
  32. i-cache-size = <32768>;
  33. timebase-frequency = <0>;
  34. bus-frequency = <0>;
  35. clock-frequency = <0>;
  36. };
  37. };
  38. memory {
  39. device_type = "memory";
  40. reg = <0x00000000 0x10000000>; // 256MB at 0
  41. };
  42. localbus@e0005000 {
  43. #address-cells = <2>;
  44. #size-cells = <1>;
  45. compatible = "fsl,mpc8379-elbc", "fsl,elbc", "simple-bus";
  46. reg = <0xe0005000 0x1000>;
  47. interrupts = <77 0x8>;
  48. interrupt-parent = <&ipic>;
  49. // CS0 and CS1 are swapped when
  50. // booting from nand, but the
  51. // addresses are the same.
  52. ranges = <0x0 0x0 0xfe000000 0x00800000
  53. 0x1 0x0 0xe0600000 0x00008000
  54. 0x2 0x0 0xf0000000 0x00020000
  55. 0x3 0x0 0xfa000000 0x00008000>;
  56. flash@0,0 {
  57. #address-cells = <1>;
  58. #size-cells = <1>;
  59. compatible = "cfi-flash";
  60. reg = <0x0 0x0 0x800000>;
  61. bank-width = <2>;
  62. device-width = <1>;
  63. };
  64. nand@1,0 {
  65. #address-cells = <1>;
  66. #size-cells = <1>;
  67. compatible = "fsl,mpc8379-fcm-nand",
  68. "fsl,elbc-fcm-nand";
  69. reg = <0x1 0x0 0x8000>;
  70. u-boot@0 {
  71. reg = <0x0 0x100000>;
  72. read-only;
  73. };
  74. kernel@100000 {
  75. reg = <0x100000 0x300000>;
  76. };
  77. fs@400000 {
  78. reg = <0x400000 0x1c00000>;
  79. };
  80. };
  81. };
  82. immr@e0000000 {
  83. #address-cells = <1>;
  84. #size-cells = <1>;
  85. device_type = "soc";
  86. compatible = "simple-bus";
  87. ranges = <0x0 0xe0000000 0x00100000>;
  88. reg = <0xe0000000 0x00000200>;
  89. bus-frequency = <0>;
  90. wdt@200 {
  91. device_type = "watchdog";
  92. compatible = "mpc83xx_wdt";
  93. reg = <0x200 0x100>;
  94. };
  95. i2c@3000 {
  96. #address-cells = <1>;
  97. #size-cells = <0>;
  98. cell-index = <0>;
  99. compatible = "fsl-i2c";
  100. reg = <0x3000 0x100>;
  101. interrupts = <14 0x8>;
  102. interrupt-parent = <&ipic>;
  103. dfsrr;
  104. rtc@68 {
  105. device_type = "rtc";
  106. compatible = "dallas,ds1339";
  107. reg = <0x68>;
  108. };
  109. };
  110. i2c@3100 {
  111. #address-cells = <1>;
  112. #size-cells = <0>;
  113. cell-index = <1>;
  114. compatible = "fsl-i2c";
  115. reg = <0x3100 0x100>;
  116. interrupts = <15 0x8>;
  117. interrupt-parent = <&ipic>;
  118. dfsrr;
  119. };
  120. spi@7000 {
  121. cell-index = <0>;
  122. compatible = "fsl,spi";
  123. reg = <0x7000 0x1000>;
  124. interrupts = <16 0x8>;
  125. interrupt-parent = <&ipic>;
  126. mode = "cpu";
  127. };
  128. /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
  129. usb@23000 {
  130. compatible = "fsl-usb2-dr";
  131. reg = <0x23000 0x1000>;
  132. #address-cells = <1>;
  133. #size-cells = <0>;
  134. interrupt-parent = <&ipic>;
  135. interrupts = <38 0x8>;
  136. phy_type = "utmi";
  137. };
  138. mdio@24520 {
  139. #address-cells = <1>;
  140. #size-cells = <0>;
  141. compatible = "fsl,gianfar-mdio";
  142. reg = <0x24520 0x20>;
  143. phy2: ethernet-phy@2 {
  144. interrupt-parent = <&ipic>;
  145. interrupts = <17 0x8>;
  146. reg = <0x2>;
  147. device_type = "ethernet-phy";
  148. };
  149. phy3: ethernet-phy@3 {
  150. interrupt-parent = <&ipic>;
  151. interrupts = <18 0x8>;
  152. reg = <0x3>;
  153. device_type = "ethernet-phy";
  154. };
  155. };
  156. enet0: ethernet@24000 {
  157. cell-index = <0>;
  158. device_type = "network";
  159. model = "eTSEC";
  160. compatible = "gianfar";
  161. reg = <0x24000 0x1000>;
  162. local-mac-address = [ 00 00 00 00 00 00 ];
  163. interrupts = <32 0x8 33 0x8 34 0x8>;
  164. phy-connection-type = "mii";
  165. interrupt-parent = <&ipic>;
  166. phy-handle = <&phy2>;
  167. };
  168. enet1: ethernet@25000 {
  169. cell-index = <1>;
  170. device_type = "network";
  171. model = "eTSEC";
  172. compatible = "gianfar";
  173. reg = <0x25000 0x1000>;
  174. local-mac-address = [ 00 00 00 00 00 00 ];
  175. interrupts = <35 0x8 36 0x8 37 0x8>;
  176. phy-connection-type = "mii";
  177. interrupt-parent = <&ipic>;
  178. phy-handle = <&phy3>;
  179. };
  180. serial0: serial@4500 {
  181. cell-index = <0>;
  182. device_type = "serial";
  183. compatible = "ns16550";
  184. reg = <0x4500 0x100>;
  185. clock-frequency = <0>;
  186. interrupts = <9 0x8>;
  187. interrupt-parent = <&ipic>;
  188. };
  189. serial1: serial@4600 {
  190. cell-index = <1>;
  191. device_type = "serial";
  192. compatible = "ns16550";
  193. reg = <0x4600 0x100>;
  194. clock-frequency = <0>;
  195. interrupts = <10 0x8>;
  196. interrupt-parent = <&ipic>;
  197. };
  198. crypto@30000 {
  199. model = "SEC3";
  200. device_type = "crypto";
  201. compatible = "talitos";
  202. reg = <0x30000 0x10000>;
  203. interrupts = <11 0x8>;
  204. interrupt-parent = <&ipic>;
  205. /* Rev. 3.0 geometry */
  206. num-channels = <4>;
  207. channel-fifo-len = <24>;
  208. exec-units-mask = <0x000001fe>;
  209. descriptor-types-mask = <0x03ab0ebf>;
  210. };
  211. sata@18000 {
  212. compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
  213. reg = <0x18000 0x1000>;
  214. interrupts = <44 0x8>;
  215. interrupt-parent = <&ipic>;
  216. };
  217. sata@19000 {
  218. compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
  219. reg = <0x19000 0x1000>;
  220. interrupts = <45 0x8>;
  221. interrupt-parent = <&ipic>;
  222. };
  223. sata@1a000 {
  224. compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
  225. reg = <0x1a000 0x1000>;
  226. interrupts = <46 0x8>;
  227. interrupt-parent = <&ipic>;
  228. };
  229. sata@1b000 {
  230. compatible = "fsl,mpc8379-sata", "fsl,pq-sata";
  231. reg = <0x1b000 0x1000>;
  232. interrupts = <47 0x8>;
  233. interrupt-parent = <&ipic>;
  234. };
  235. /* IPIC
  236. * interrupts cell = <intr #, sense>
  237. * sense values match linux IORESOURCE_IRQ_* defines:
  238. * sense == 8: Level, low assertion
  239. * sense == 2: Edge, high-to-low change
  240. */
  241. ipic: interrupt-controller@700 {
  242. compatible = "fsl,ipic";
  243. interrupt-controller;
  244. #address-cells = <0>;
  245. #interrupt-cells = <2>;
  246. reg = <0x700 0x100>;
  247. };
  248. };
  249. pci0: pci@e0008500 {
  250. interrupt-map-mask = <0xf800 0 0 7>;
  251. interrupt-map = <
  252. /* IRQ5 = 21 = 0x15, IRQ6 = 0x16, IRQ7 = 23 = 0x17 */
  253. /* IDSEL AD14 IRQ6 inta */
  254. 0x7000 0x0 0x0 0x1 &ipic 22 0x8
  255. /* IDSEL AD15 IRQ5 inta, IRQ6 intb, IRQ7 intd */
  256. 0x7800 0x0 0x0 0x1 &ipic 21 0x8
  257. 0x7800 0x0 0x0 0x2 &ipic 22 0x8
  258. 0x7800 0x0 0x0 0x4 &ipic 23 0x8
  259. /* IDSEL AD28 IRQ7 inta, IRQ5 intb IRQ6 intc*/
  260. 0xE000 0x0 0x0 0x1 &ipic 23 0x8
  261. 0xE000 0x0 0x0 0x2 &ipic 21 0x8
  262. 0xE000 0x0 0x0 0x3 &ipic 22 0x8>;
  263. interrupt-parent = <&ipic>;
  264. interrupts = <66 0x8>;
  265. bus-range = <0x0 0x0>;
  266. ranges = <0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000
  267. 0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000
  268. 0x01000000 0x0 0x00000000 0xe2000000 0x0 0x00100000>;
  269. clock-frequency = <66666666>;
  270. #interrupt-cells = <1>;
  271. #size-cells = <2>;
  272. #address-cells = <3>;
  273. reg = <0xe0008500 0x100>;
  274. compatible = "fsl,mpc8349-pci";
  275. device_type = "pci";
  276. };
  277. };