mpc8610_hpcd.dts 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  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. pci2 = &pci2;
  22. };
  23. cpus {
  24. #address-cells = <1>;
  25. #size-cells = <0>;
  26. PowerPC,8610@0 {
  27. device_type = "cpu";
  28. reg = <0>;
  29. d-cache-line-size = <32>;
  30. i-cache-line-size = <32>;
  31. d-cache-size = <32768>; // L1
  32. i-cache-size = <32768>; // L1
  33. timebase-frequency = <0>; // From uboot
  34. bus-frequency = <0>; // From uboot
  35. clock-frequency = <0>; // From uboot
  36. };
  37. };
  38. memory {
  39. device_type = "memory";
  40. reg = <0x00000000 0x20000000>; // 512M at 0x0
  41. };
  42. localbus@e0005000 {
  43. #address-cells = <2>;
  44. #size-cells = <1>;
  45. compatible = "fsl,mpc8610-elbc", "fsl,elbc", "simple-bus";
  46. reg = <0xe0005000 0x1000>;
  47. interrupts = <19 2>;
  48. interrupt-parent = <&mpic>;
  49. ranges = <0 0 0xf8000000 0x08000000
  50. 1 0 0xf0000000 0x08000000
  51. 2 0 0xe8400000 0x00008000
  52. 4 0 0xe8440000 0x00008000
  53. 5 0 0xe8480000 0x00008000
  54. 6 0 0xe84c0000 0x00008000
  55. 3 0 0xe8000000 0x00000020>;
  56. flash@0,0 {
  57. compatible = "cfi-flash";
  58. reg = <0 0 0x8000000>;
  59. bank-width = <2>;
  60. device-width = <1>;
  61. };
  62. flash@1,0 {
  63. compatible = "cfi-flash";
  64. reg = <1 0 0x8000000>;
  65. bank-width = <2>;
  66. device-width = <1>;
  67. };
  68. flash@2,0 {
  69. compatible = "fsl,mpc8610-fcm-nand",
  70. "fsl,elbc-fcm-nand";
  71. reg = <2 0 0x8000>;
  72. };
  73. flash@4,0 {
  74. compatible = "fsl,mpc8610-fcm-nand",
  75. "fsl,elbc-fcm-nand";
  76. reg = <4 0 0x8000>;
  77. };
  78. flash@5,0 {
  79. compatible = "fsl,mpc8610-fcm-nand",
  80. "fsl,elbc-fcm-nand";
  81. reg = <5 0 0x8000>;
  82. };
  83. flash@6,0 {
  84. compatible = "fsl,mpc8610-fcm-nand",
  85. "fsl,elbc-fcm-nand";
  86. reg = <6 0 0x8000>;
  87. };
  88. board-control@3,0 {
  89. compatible = "fsl,fpga-pixis";
  90. reg = <3 0 0x20>;
  91. };
  92. };
  93. soc@e0000000 {
  94. #address-cells = <1>;
  95. #size-cells = <1>;
  96. #interrupt-cells = <2>;
  97. device_type = "soc";
  98. compatible = "fsl,mpc8610-immr", "simple-bus";
  99. ranges = <0x0 0xe0000000 0x00100000>;
  100. reg = <0xe0000000 0x1000>;
  101. bus-frequency = <0>;
  102. i2c@3000 {
  103. #address-cells = <1>;
  104. #size-cells = <0>;
  105. cell-index = <0>;
  106. compatible = "fsl-i2c";
  107. reg = <0x3000 0x100>;
  108. interrupts = <43 2>;
  109. interrupt-parent = <&mpic>;
  110. dfsrr;
  111. cs4270:codec@4f {
  112. compatible = "cirrus,cs4270";
  113. reg = <0x4f>;
  114. /* MCLK source is a stand-alone oscillator */
  115. clock-frequency = <12288000>;
  116. };
  117. };
  118. i2c@3100 {
  119. #address-cells = <1>;
  120. #size-cells = <0>;
  121. cell-index = <1>;
  122. compatible = "fsl-i2c";
  123. reg = <0x3100 0x100>;
  124. interrupts = <43 2>;
  125. interrupt-parent = <&mpic>;
  126. dfsrr;
  127. };
  128. serial0: serial@4500 {
  129. cell-index = <0>;
  130. device_type = "serial";
  131. compatible = "ns16550";
  132. reg = <0x4500 0x100>;
  133. clock-frequency = <0>;
  134. interrupts = <42 2>;
  135. interrupt-parent = <&mpic>;
  136. };
  137. serial1: serial@4600 {
  138. cell-index = <1>;
  139. device_type = "serial";
  140. compatible = "ns16550";
  141. reg = <0x4600 0x100>;
  142. clock-frequency = <0>;
  143. interrupts = <42 2>;
  144. interrupt-parent = <&mpic>;
  145. };
  146. display@2c000 {
  147. compatible = "fsl,diu";
  148. reg = <0x2c000 100>;
  149. interrupts = <72 2>;
  150. interrupt-parent = <&mpic>;
  151. };
  152. mpic: interrupt-controller@40000 {
  153. interrupt-controller;
  154. #address-cells = <0>;
  155. #interrupt-cells = <2>;
  156. reg = <0x40000 0x40000>;
  157. compatible = "chrp,open-pic";
  158. device_type = "open-pic";
  159. };
  160. msi@41600 {
  161. compatible = "fsl,mpc8610-msi", "fsl,mpic-msi";
  162. reg = <0x41600 0x80>;
  163. msi-available-ranges = <0 0x100>;
  164. interrupts = <
  165. 0xe0 0
  166. 0xe1 0
  167. 0xe2 0
  168. 0xe3 0
  169. 0xe4 0
  170. 0xe5 0
  171. 0xe6 0
  172. 0xe7 0>;
  173. interrupt-parent = <&mpic>;
  174. };
  175. global-utilities@e0000 {
  176. compatible = "fsl,mpc8610-guts";
  177. reg = <0xe0000 0x1000>;
  178. fsl,has-rstcr;
  179. };
  180. wdt@e4000 {
  181. compatible = "fsl,mpc8610-wdt";
  182. reg = <0xe4000 0x100>;
  183. };
  184. i2s@16000 {
  185. compatible = "fsl,mpc8610-ssi";
  186. cell-index = <0>;
  187. reg = <0x16000 0x100>;
  188. interrupt-parent = <&mpic>;
  189. interrupts = <62 2>;
  190. fsl,mode = "i2s-slave";
  191. codec-handle = <&cs4270>;
  192. };
  193. ssi@16100 {
  194. compatible = "fsl,mpc8610-ssi";
  195. cell-index = <1>;
  196. reg = <0x16100 0x100>;
  197. interrupt-parent = <&mpic>;
  198. interrupts = <63 2>;
  199. };
  200. dma@21300 {
  201. #address-cells = <1>;
  202. #size-cells = <1>;
  203. compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma";
  204. cell-index = <0>;
  205. reg = <0x21300 0x4>; /* DMA general status register */
  206. ranges = <0x0 0x21100 0x200>;
  207. dma-channel@0 {
  208. compatible = "fsl,mpc8610-dma-channel",
  209. "fsl,eloplus-dma-channel";
  210. cell-index = <0>;
  211. reg = <0x0 0x80>;
  212. interrupt-parent = <&mpic>;
  213. interrupts = <20 2>;
  214. };
  215. dma-channel@1 {
  216. compatible = "fsl,mpc8610-dma-channel",
  217. "fsl,eloplus-dma-channel";
  218. cell-index = <1>;
  219. reg = <0x80 0x80>;
  220. interrupt-parent = <&mpic>;
  221. interrupts = <21 2>;
  222. };
  223. dma-channel@2 {
  224. compatible = "fsl,mpc8610-dma-channel",
  225. "fsl,eloplus-dma-channel";
  226. cell-index = <2>;
  227. reg = <0x100 0x80>;
  228. interrupt-parent = <&mpic>;
  229. interrupts = <22 2>;
  230. };
  231. dma-channel@3 {
  232. compatible = "fsl,mpc8610-dma-channel",
  233. "fsl,eloplus-dma-channel";
  234. cell-index = <3>;
  235. reg = <0x180 0x80>;
  236. interrupt-parent = <&mpic>;
  237. interrupts = <23 2>;
  238. };
  239. };
  240. dma@c300 {
  241. #address-cells = <1>;
  242. #size-cells = <1>;
  243. compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma";
  244. cell-index = <1>;
  245. reg = <0xc300 0x4>; /* DMA general status register */
  246. ranges = <0x0 0xc100 0x200>;
  247. dma-channel@0 {
  248. compatible = "fsl,mpc8610-dma-channel",
  249. "fsl,eloplus-dma-channel";
  250. cell-index = <0>;
  251. reg = <0x0 0x80>;
  252. interrupt-parent = <&mpic>;
  253. interrupts = <76 2>;
  254. };
  255. dma-channel@1 {
  256. compatible = "fsl,mpc8610-dma-channel",
  257. "fsl,eloplus-dma-channel";
  258. cell-index = <1>;
  259. reg = <0x80 0x80>;
  260. interrupt-parent = <&mpic>;
  261. interrupts = <77 2>;
  262. };
  263. dma-channel@2 {
  264. compatible = "fsl,mpc8610-dma-channel",
  265. "fsl,eloplus-dma-channel";
  266. cell-index = <2>;
  267. reg = <0x100 0x80>;
  268. interrupt-parent = <&mpic>;
  269. interrupts = <78 2>;
  270. };
  271. dma-channel@3 {
  272. compatible = "fsl,mpc8610-dma-channel",
  273. "fsl,eloplus-dma-channel";
  274. cell-index = <3>;
  275. reg = <0x180 0x80>;
  276. interrupt-parent = <&mpic>;
  277. interrupts = <79 2>;
  278. };
  279. };
  280. };
  281. pci0: pci@e0008000 {
  282. cell-index = <0>;
  283. compatible = "fsl,mpc8610-pci";
  284. device_type = "pci";
  285. #interrupt-cells = <1>;
  286. #size-cells = <2>;
  287. #address-cells = <3>;
  288. reg = <0xe0008000 0x1000>;
  289. bus-range = <0 0>;
  290. ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x10000000
  291. 0x01000000 0x0 0x00000000 0xe1000000 0x0 0x00100000>;
  292. clock-frequency = <33333333>;
  293. interrupt-parent = <&mpic>;
  294. interrupts = <24 2>;
  295. interrupt-map-mask = <0xf800 0 0 7>;
  296. interrupt-map = <
  297. /* IDSEL 0x11 */
  298. 0x8800 0 0 1 &mpic 4 1
  299. 0x8800 0 0 2 &mpic 5 1
  300. 0x8800 0 0 3 &mpic 6 1
  301. 0x8800 0 0 4 &mpic 7 1
  302. /* IDSEL 0x12 */
  303. 0x9000 0 0 1 &mpic 5 1
  304. 0x9000 0 0 2 &mpic 6 1
  305. 0x9000 0 0 3 &mpic 7 1
  306. 0x9000 0 0 4 &mpic 4 1
  307. >;
  308. };
  309. pci1: pcie@e000a000 {
  310. cell-index = <1>;
  311. compatible = "fsl,mpc8641-pcie";
  312. device_type = "pci";
  313. #interrupt-cells = <1>;
  314. #size-cells = <2>;
  315. #address-cells = <3>;
  316. reg = <0xe000a000 0x1000>;
  317. bus-range = <1 3>;
  318. ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
  319. 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>;
  320. clock-frequency = <33333333>;
  321. interrupt-parent = <&mpic>;
  322. interrupts = <26 2>;
  323. interrupt-map-mask = <0xf800 0 0 7>;
  324. interrupt-map = <
  325. /* IDSEL 0x1b */
  326. 0xd800 0 0 1 &mpic 2 1
  327. /* IDSEL 0x1c*/
  328. 0xe000 0 0 1 &mpic 1 1
  329. 0xe000 0 0 2 &mpic 1 1
  330. 0xe000 0 0 3 &mpic 1 1
  331. 0xe000 0 0 4 &mpic 1 1
  332. /* IDSEL 0x1f */
  333. 0xf800 0 0 1 &mpic 3 2
  334. 0xf800 0 0 2 &mpic 0 1
  335. >;
  336. pcie@0 {
  337. reg = <0 0 0 0 0>;
  338. #size-cells = <2>;
  339. #address-cells = <3>;
  340. device_type = "pci";
  341. ranges = <0x02000000 0x0 0xa0000000
  342. 0x02000000 0x0 0xa0000000
  343. 0x0 0x10000000
  344. 0x01000000 0x0 0x00000000
  345. 0x01000000 0x0 0x00000000
  346. 0x0 0x00100000>;
  347. uli1575@0 {
  348. reg = <0 0 0 0 0>;
  349. #size-cells = <2>;
  350. #address-cells = <3>;
  351. ranges = <0x02000000 0x0 0xa0000000
  352. 0x02000000 0x0 0xa0000000
  353. 0x0 0x10000000
  354. 0x01000000 0x0 0x00000000
  355. 0x01000000 0x0 0x00000000
  356. 0x0 0x00100000>;
  357. isa@1e {
  358. device_type = "isa";
  359. #size-cells = <1>;
  360. #address-cells = <2>;
  361. reg = <0xf000 0 0 0 0>;
  362. ranges = <1 0 0x01000000 0 0
  363. 0x00001000>;
  364. rtc@70 {
  365. compatible = "pnpPNP,b00";
  366. reg = <1 0x70 2>;
  367. };
  368. };
  369. };
  370. };
  371. };
  372. pci2: pcie@e0009000 {
  373. #address-cells = <3>;
  374. #size-cells = <2>;
  375. #interrupt-cells = <1>;
  376. device_type = "pci";
  377. compatible = "fsl,mpc8641-pcie";
  378. reg = <0xe0009000 0x00001000>;
  379. ranges = <0x02000000 0 0x90000000 0x90000000 0 0x10000000
  380. 0x01000000 0 0x00000000 0xe2000000 0 0x00100000>;
  381. bus-range = <0 255>;
  382. interrupt-map-mask = <0xf800 0 0 7>;
  383. interrupt-map = <0x0000 0 0 1 &mpic 4 1
  384. 0x0000 0 0 2 &mpic 5 1
  385. 0x0000 0 0 3 &mpic 6 1
  386. 0x0000 0 0 4 &mpic 7 1>;
  387. interrupt-parent = <&mpic>;
  388. interrupts = <25 2>;
  389. clock-frequency = <33333333>;
  390. };
  391. };