mpc836x_rdk.dts 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. /*
  2. * MPC8360E RDK Device Tree Source
  3. *
  4. * Copyright 2006 Freescale Semiconductor Inc.
  5. * Copyright 2007-2008 MontaVista Software, Inc.
  6. *
  7. * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
  8. *
  9. * This program is free software; you can redistribute it and/or modify it
  10. * under the terms of the GNU General Public License as published by the
  11. * Free Software Foundation; either version 2 of the License, or (at your
  12. * option) any later version.
  13. */
  14. /dts-v1/;
  15. / {
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. compatible = "fsl,mpc8360rdk";
  19. aliases {
  20. serial0 = &serial0;
  21. serial1 = &serial1;
  22. serial2 = &serial2;
  23. serial3 = &serial3;
  24. ethernet0 = &enet0;
  25. ethernet1 = &enet1;
  26. ethernet2 = &enet2;
  27. ethernet3 = &enet3;
  28. pci0 = &pci0;
  29. };
  30. cpus {
  31. #address-cells = <1>;
  32. #size-cells = <0>;
  33. PowerPC,8360@0 {
  34. device_type = "cpu";
  35. reg = <0>;
  36. d-cache-line-size = <32>;
  37. i-cache-line-size = <32>;
  38. d-cache-size = <32768>;
  39. i-cache-size = <32768>;
  40. /* filled by u-boot */
  41. timebase-frequency = <0>;
  42. bus-frequency = <0>;
  43. clock-frequency = <0>;
  44. };
  45. };
  46. memory {
  47. device_type = "memory";
  48. /* filled by u-boot */
  49. reg = <0 0>;
  50. };
  51. soc@e0000000 {
  52. #address-cells = <1>;
  53. #size-cells = <1>;
  54. device_type = "soc";
  55. compatible = "fsl,mpc8360-immr", "fsl,immr", "fsl,soc",
  56. "simple-bus";
  57. ranges = <0 0xe0000000 0x200000>;
  58. reg = <0xe0000000 0x200>;
  59. /* filled by u-boot */
  60. bus-frequency = <0>;
  61. wdt@200 {
  62. compatible = "mpc83xx_wdt";
  63. reg = <0x200 0x100>;
  64. };
  65. i2c@3000 {
  66. #address-cells = <1>;
  67. #size-cells = <0>;
  68. cell-index = <0>;
  69. compatible = "fsl-i2c";
  70. reg = <0x3000 0x100>;
  71. interrupts = <14 8>;
  72. interrupt-parent = <&ipic>;
  73. dfsrr;
  74. };
  75. i2c@3100 {
  76. #address-cells = <1>;
  77. #size-cells = <0>;
  78. cell-index = <1>;
  79. compatible = "fsl-i2c";
  80. reg = <0x3100 0x100>;
  81. interrupts = <16 8>;
  82. interrupt-parent = <&ipic>;
  83. dfsrr;
  84. };
  85. serial0: serial@4500 {
  86. device_type = "serial";
  87. compatible = "ns16550";
  88. reg = <0x4500 0x100>;
  89. interrupts = <9 8>;
  90. interrupt-parent = <&ipic>;
  91. /* filled by u-boot */
  92. clock-frequency = <0>;
  93. };
  94. serial1: serial@4600 {
  95. device_type = "serial";
  96. compatible = "ns16550";
  97. reg = <0x4600 0x100>;
  98. interrupts = <10 8>;
  99. interrupt-parent = <&ipic>;
  100. /* filled by u-boot */
  101. clock-frequency = <0>;
  102. };
  103. dma@82a8 {
  104. #address-cells = <1>;
  105. #size-cells = <1>;
  106. compatible = "fsl,mpc8360-dma", "fsl,elo-dma";
  107. reg = <0x82a8 4>;
  108. ranges = <0 0x8100 0x1a8>;
  109. interrupt-parent = <&ipic>;
  110. interrupts = <71 8>;
  111. cell-index = <0>;
  112. dma-channel@0 {
  113. compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
  114. reg = <0 0x80>;
  115. interrupt-parent = <&ipic>;
  116. interrupts = <71 8>;
  117. };
  118. dma-channel@80 {
  119. compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
  120. reg = <0x80 0x80>;
  121. interrupt-parent = <&ipic>;
  122. interrupts = <71 8>;
  123. };
  124. dma-channel@100 {
  125. compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
  126. reg = <0x100 0x80>;
  127. interrupt-parent = <&ipic>;
  128. interrupts = <71 8>;
  129. };
  130. dma-channel@180 {
  131. compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel";
  132. reg = <0x180 0x28>;
  133. interrupt-parent = <&ipic>;
  134. interrupts = <71 8>;
  135. };
  136. };
  137. crypto@30000 {
  138. compatible = "fsl,sec2.0";
  139. reg = <0x30000 0x10000>;
  140. interrupts = <11 0x8>;
  141. interrupt-parent = <&ipic>;
  142. fsl,num-channels = <4>;
  143. fsl,channel-fifo-len = <24>;
  144. fsl,exec-units-mask = <0x7e>;
  145. fsl,descriptor-types-mask = <0x01010ebf>;
  146. };
  147. ipic: interrupt-controller@700 {
  148. #address-cells = <0>;
  149. #interrupt-cells = <2>;
  150. compatible = "fsl,pq2pro-pic", "fsl,ipic";
  151. interrupt-controller;
  152. reg = <0x700 0x100>;
  153. };
  154. qe_pio_b: gpio-controller@1418 {
  155. #gpio-cells = <2>;
  156. compatible = "fsl,mpc8360-qe-pario-bank",
  157. "fsl,mpc8323-qe-pario-bank";
  158. reg = <0x1418 0x18>;
  159. gpio-controller;
  160. };
  161. qe_pio_e: gpio-controller@1460 {
  162. #gpio-cells = <2>;
  163. compatible = "fsl,mpc8360-qe-pario-bank",
  164. "fsl,mpc8323-qe-pario-bank";
  165. reg = <0x1460 0x18>;
  166. gpio-controller;
  167. };
  168. qe@100000 {
  169. #address-cells = <1>;
  170. #size-cells = <1>;
  171. device_type = "qe";
  172. compatible = "fsl,qe", "simple-bus";
  173. ranges = <0 0x100000 0x100000>;
  174. reg = <0x100000 0x480>;
  175. /* filled by u-boot */
  176. clock-frequency = <0>;
  177. bus-frequency = <0>;
  178. brg-frequency = <0>;
  179. muram@10000 {
  180. #address-cells = <1>;
  181. #size-cells = <1>;
  182. compatible = "fsl,qe-muram", "fsl,cpm-muram";
  183. ranges = <0 0x10000 0xc000>;
  184. data-only@0 {
  185. compatible = "fsl,qe-muram-data",
  186. "fsl,cpm-muram-data";
  187. reg = <0 0xc000>;
  188. };
  189. };
  190. timer@440 {
  191. compatible = "fsl,mpc8360-qe-gtm",
  192. "fsl,qe-gtm", "fsl,gtm";
  193. reg = <0x440 0x40>;
  194. interrupts = <12 13 14 15>;
  195. interrupt-parent = <&qeic>;
  196. /* filled by u-boot */
  197. clock-frequency = <0>;
  198. };
  199. spi@4c0 {
  200. cell-index = <0>;
  201. compatible = "fsl,spi";
  202. reg = <0x4c0 0x40>;
  203. interrupts = <2>;
  204. interrupt-parent = <&qeic>;
  205. mode = "cpu-qe";
  206. };
  207. spi@500 {
  208. cell-index = <1>;
  209. compatible = "fsl,spi";
  210. reg = <0x500 0x40>;
  211. interrupts = <1>;
  212. interrupt-parent = <&qeic>;
  213. mode = "cpu-qe";
  214. };
  215. enet0: ucc@2000 {
  216. device_type = "network";
  217. compatible = "ucc_geth";
  218. cell-index = <1>;
  219. reg = <0x2000 0x200>;
  220. interrupts = <32>;
  221. interrupt-parent = <&qeic>;
  222. rx-clock-name = "none";
  223. tx-clock-name = "clk9";
  224. phy-handle = <&phy2>;
  225. phy-connection-type = "rgmii-rxid";
  226. /* filled by u-boot */
  227. local-mac-address = [ 00 00 00 00 00 00 ];
  228. };
  229. enet1: ucc@3000 {
  230. device_type = "network";
  231. compatible = "ucc_geth";
  232. cell-index = <2>;
  233. reg = <0x3000 0x200>;
  234. interrupts = <33>;
  235. interrupt-parent = <&qeic>;
  236. rx-clock-name = "none";
  237. tx-clock-name = "clk4";
  238. phy-handle = <&phy4>;
  239. phy-connection-type = "rgmii-rxid";
  240. /* filled by u-boot */
  241. local-mac-address = [ 00 00 00 00 00 00 ];
  242. };
  243. enet2: ucc@2600 {
  244. device_type = "network";
  245. compatible = "ucc_geth";
  246. cell-index = <7>;
  247. reg = <0x2600 0x200>;
  248. interrupts = <42>;
  249. interrupt-parent = <&qeic>;
  250. rx-clock-name = "clk20";
  251. tx-clock-name = "clk19";
  252. phy-handle = <&phy1>;
  253. phy-connection-type = "mii";
  254. /* filled by u-boot */
  255. local-mac-address = [ 00 00 00 00 00 00 ];
  256. };
  257. enet3: ucc@3200 {
  258. device_type = "network";
  259. compatible = "ucc_geth";
  260. cell-index = <4>;
  261. reg = <0x3200 0x200>;
  262. interrupts = <35>;
  263. interrupt-parent = <&qeic>;
  264. rx-clock-name = "clk8";
  265. tx-clock-name = "clk7";
  266. phy-handle = <&phy3>;
  267. phy-connection-type = "mii";
  268. /* filled by u-boot */
  269. local-mac-address = [ 00 00 00 00 00 00 ];
  270. };
  271. mdio@2120 {
  272. #address-cells = <1>;
  273. #size-cells = <0>;
  274. compatible = "fsl,ucc-mdio";
  275. reg = <0x2120 0x18>;
  276. phy1: ethernet-phy@1 {
  277. device_type = "ethernet-phy";
  278. compatible = "national,DP83848VV";
  279. reg = <1>;
  280. };
  281. phy2: ethernet-phy@2 {
  282. device_type = "ethernet-phy";
  283. compatible = "broadcom,BCM5481UA2KMLG";
  284. reg = <2>;
  285. };
  286. phy3: ethernet-phy@3 {
  287. device_type = "ethernet-phy";
  288. compatible = "national,DP83848VV";
  289. reg = <3>;
  290. };
  291. phy4: ethernet-phy@4 {
  292. device_type = "ethernet-phy";
  293. compatible = "broadcom,BCM5481UA2KMLG";
  294. reg = <4>;
  295. };
  296. };
  297. serial2: ucc@2400 {
  298. device_type = "serial";
  299. compatible = "ucc_uart";
  300. reg = <0x2400 0x200>;
  301. cell-index = <5>;
  302. port-number = <0>;
  303. rx-clock-name = "brg7";
  304. tx-clock-name = "brg8";
  305. interrupts = <40>;
  306. interrupt-parent = <&qeic>;
  307. soft-uart;
  308. };
  309. serial3: ucc@3400 {
  310. device_type = "serial";
  311. compatible = "ucc_uart";
  312. reg = <0x3400 0x200>;
  313. cell-index = <6>;
  314. port-number = <1>;
  315. rx-clock-name = "brg13";
  316. tx-clock-name = "brg14";
  317. interrupts = <41>;
  318. interrupt-parent = <&qeic>;
  319. soft-uart;
  320. };
  321. qeic: interrupt-controller@80 {
  322. #address-cells = <0>;
  323. #interrupt-cells = <1>;
  324. compatible = "fsl,qe-ic";
  325. interrupt-controller;
  326. reg = <0x80 0x80>;
  327. big-endian;
  328. interrupts = <32 8 33 8>;
  329. interrupt-parent = <&ipic>;
  330. };
  331. };
  332. };
  333. localbus@e0005000 {
  334. #address-cells = <2>;
  335. #size-cells = <1>;
  336. compatible = "fsl,mpc8360-localbus", "fsl,pq2pro-localbus",
  337. "simple-bus";
  338. reg = <0xe0005000 0xd8>;
  339. ranges = <0 0 0xff800000 0x0800000
  340. 1 0 0x60000000 0x0001000
  341. 2 0 0x70000000 0x4000000>;
  342. flash@0,0 {
  343. compatible = "intel,PC28F640P30T85", "cfi-flash";
  344. reg = <0 0 0x800000>;
  345. bank-width = <2>;
  346. device-width = <1>;
  347. };
  348. display@2,0 {
  349. device_type = "display";
  350. compatible = "fujitsu,MB86277", "fujitsu,mint";
  351. reg = <2 0 0x4000000>;
  352. fujitsu,sh3;
  353. little-endian;
  354. /* filled by u-boot */
  355. address = <0>;
  356. depth = <0>;
  357. width = <0>;
  358. height = <0>;
  359. linebytes = <0>;
  360. /* linux,opened; - added by uboot */
  361. };
  362. };
  363. pci0: pci@e0008500 {
  364. #address-cells = <3>;
  365. #size-cells = <2>;
  366. #interrupt-cells = <1>;
  367. device_type = "pci";
  368. compatible = "fsl,mpc8360-pci", "fsl,mpc8349-pci";
  369. reg = <0xe0008500 0x100>;
  370. ranges = <0x02000000 0 0x90000000 0x90000000 0 0x10000000
  371. 0x42000000 0 0x80000000 0x80000000 0 0x10000000
  372. 0x01000000 0 0xe0300000 0xe0300000 0 0x00100000>;
  373. interrupts = <66 8>;
  374. interrupt-parent = <&ipic>;
  375. interrupt-map-mask = <0xf800 0 0 7>;
  376. interrupt-map = </* miniPCI0 IDSEL 0x14 AD20 */
  377. 0xa000 0 0 1 &ipic 18 8
  378. 0xa000 0 0 2 &ipic 19 8
  379. /* PCI1 IDSEL 0x15 AD21 */
  380. 0xa800 0 0 1 &ipic 19 8
  381. 0xa800 0 0 2 &ipic 20 8
  382. 0xa800 0 0 3 &ipic 21 8
  383. 0xa800 0 0 4 &ipic 18 8>;
  384. /* filled by u-boot */
  385. bus-range = <0 0>;
  386. clock-frequency = <0>;
  387. };
  388. };