mpc8610_hpcd.dts 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  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. bus-frequency = <0>;
  101. mcm-law@0 {
  102. compatible = "fsl,mcm-law";
  103. reg = <0x0 0x1000>;
  104. fsl,num-laws = <10>;
  105. };
  106. mcm@1000 {
  107. compatible = "fsl,mpc8610-mcm", "fsl,mcm";
  108. reg = <0x1000 0x1000>;
  109. interrupts = <17 2>;
  110. interrupt-parent = <&mpic>;
  111. };
  112. i2c@3000 {
  113. #address-cells = <1>;
  114. #size-cells = <0>;
  115. cell-index = <0>;
  116. compatible = "fsl-i2c";
  117. reg = <0x3000 0x100>;
  118. interrupts = <43 2>;
  119. interrupt-parent = <&mpic>;
  120. dfsrr;
  121. cs4270:codec@4f {
  122. compatible = "cirrus,cs4270";
  123. reg = <0x4f>;
  124. /* MCLK source is a stand-alone oscillator */
  125. clock-frequency = <12288000>;
  126. };
  127. };
  128. i2c@3100 {
  129. #address-cells = <1>;
  130. #size-cells = <0>;
  131. cell-index = <1>;
  132. compatible = "fsl-i2c";
  133. reg = <0x3100 0x100>;
  134. interrupts = <43 2>;
  135. interrupt-parent = <&mpic>;
  136. dfsrr;
  137. };
  138. serial0: serial@4500 {
  139. cell-index = <0>;
  140. device_type = "serial";
  141. compatible = "ns16550";
  142. reg = <0x4500 0x100>;
  143. clock-frequency = <0>;
  144. interrupts = <42 2>;
  145. interrupt-parent = <&mpic>;
  146. };
  147. serial1: serial@4600 {
  148. cell-index = <1>;
  149. device_type = "serial";
  150. compatible = "ns16550";
  151. reg = <0x4600 0x100>;
  152. clock-frequency = <0>;
  153. interrupts = <42 2>;
  154. interrupt-parent = <&mpic>;
  155. };
  156. display@2c000 {
  157. compatible = "fsl,diu";
  158. reg = <0x2c000 100>;
  159. interrupts = <72 2>;
  160. interrupt-parent = <&mpic>;
  161. };
  162. mpic: interrupt-controller@40000 {
  163. interrupt-controller;
  164. #address-cells = <0>;
  165. #interrupt-cells = <2>;
  166. reg = <0x40000 0x40000>;
  167. compatible = "chrp,open-pic";
  168. device_type = "open-pic";
  169. };
  170. msi@41600 {
  171. compatible = "fsl,mpc8610-msi", "fsl,mpic-msi";
  172. reg = <0x41600 0x80>;
  173. msi-available-ranges = <0 0x100>;
  174. interrupts = <
  175. 0xe0 0
  176. 0xe1 0
  177. 0xe2 0
  178. 0xe3 0
  179. 0xe4 0
  180. 0xe5 0
  181. 0xe6 0
  182. 0xe7 0>;
  183. interrupt-parent = <&mpic>;
  184. };
  185. global-utilities@e0000 {
  186. compatible = "fsl,mpc8610-guts";
  187. reg = <0xe0000 0x1000>;
  188. fsl,has-rstcr;
  189. };
  190. wdt@e4000 {
  191. compatible = "fsl,mpc8610-wdt";
  192. reg = <0xe4000 0x100>;
  193. };
  194. ssi@16000 {
  195. compatible = "fsl,mpc8610-ssi";
  196. cell-index = <0>;
  197. reg = <0x16000 0x100>;
  198. interrupt-parent = <&mpic>;
  199. interrupts = <62 2>;
  200. fsl,mode = "i2s-slave";
  201. codec-handle = <&cs4270>;
  202. fsl,playback-dma = <&dma00>;
  203. fsl,capture-dma = <&dma01>;
  204. fsl,fifo-depth = <8>;
  205. };
  206. ssi@16100 {
  207. compatible = "fsl,mpc8610-ssi";
  208. cell-index = <1>;
  209. reg = <0x16100 0x100>;
  210. interrupt-parent = <&mpic>;
  211. interrupts = <63 2>;
  212. fsl,fifo-depth = <8>;
  213. };
  214. dma@21300 {
  215. #address-cells = <1>;
  216. #size-cells = <1>;
  217. compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma";
  218. cell-index = <0>;
  219. reg = <0x21300 0x4>; /* DMA general status register */
  220. ranges = <0x0 0x21100 0x200>;
  221. dma00: dma-channel@0 {
  222. compatible = "fsl,mpc8610-dma-channel",
  223. "fsl,ssi-dma-channel";
  224. cell-index = <0>;
  225. reg = <0x0 0x80>;
  226. interrupt-parent = <&mpic>;
  227. interrupts = <20 2>;
  228. };
  229. dma01: dma-channel@1 {
  230. compatible = "fsl,mpc8610-dma-channel",
  231. "fsl,ssi-dma-channel";
  232. cell-index = <1>;
  233. reg = <0x80 0x80>;
  234. interrupt-parent = <&mpic>;
  235. interrupts = <21 2>;
  236. };
  237. dma-channel@2 {
  238. compatible = "fsl,mpc8610-dma-channel",
  239. "fsl,eloplus-dma-channel";
  240. cell-index = <2>;
  241. reg = <0x100 0x80>;
  242. interrupt-parent = <&mpic>;
  243. interrupts = <22 2>;
  244. };
  245. dma-channel@3 {
  246. compatible = "fsl,mpc8610-dma-channel",
  247. "fsl,eloplus-dma-channel";
  248. cell-index = <3>;
  249. reg = <0x180 0x80>;
  250. interrupt-parent = <&mpic>;
  251. interrupts = <23 2>;
  252. };
  253. };
  254. dma@c300 {
  255. #address-cells = <1>;
  256. #size-cells = <1>;
  257. compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma";
  258. cell-index = <1>;
  259. reg = <0xc300 0x4>; /* DMA general status register */
  260. ranges = <0x0 0xc100 0x200>;
  261. dma-channel@0 {
  262. compatible = "fsl,mpc8610-dma-channel",
  263. "fsl,eloplus-dma-channel";
  264. cell-index = <0>;
  265. reg = <0x0 0x80>;
  266. interrupt-parent = <&mpic>;
  267. interrupts = <76 2>;
  268. };
  269. dma-channel@1 {
  270. compatible = "fsl,mpc8610-dma-channel",
  271. "fsl,eloplus-dma-channel";
  272. cell-index = <1>;
  273. reg = <0x80 0x80>;
  274. interrupt-parent = <&mpic>;
  275. interrupts = <77 2>;
  276. };
  277. dma-channel@2 {
  278. compatible = "fsl,mpc8610-dma-channel",
  279. "fsl,eloplus-dma-channel";
  280. cell-index = <2>;
  281. reg = <0x100 0x80>;
  282. interrupt-parent = <&mpic>;
  283. interrupts = <78 2>;
  284. };
  285. dma-channel@3 {
  286. compatible = "fsl,mpc8610-dma-channel",
  287. "fsl,eloplus-dma-channel";
  288. cell-index = <3>;
  289. reg = <0x180 0x80>;
  290. interrupt-parent = <&mpic>;
  291. interrupts = <79 2>;
  292. };
  293. };
  294. };
  295. pci0: pci@e0008000 {
  296. compatible = "fsl,mpc8610-pci";
  297. device_type = "pci";
  298. #interrupt-cells = <1>;
  299. #size-cells = <2>;
  300. #address-cells = <3>;
  301. reg = <0xe0008000 0x1000>;
  302. bus-range = <0 0>;
  303. ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x10000000
  304. 0x01000000 0x0 0x00000000 0xe1000000 0x0 0x00100000>;
  305. clock-frequency = <33333333>;
  306. interrupt-parent = <&mpic>;
  307. interrupts = <24 2>;
  308. interrupt-map-mask = <0xf800 0 0 7>;
  309. interrupt-map = <
  310. /* IDSEL 0x11 */
  311. 0x8800 0 0 1 &mpic 4 1
  312. 0x8800 0 0 2 &mpic 5 1
  313. 0x8800 0 0 3 &mpic 6 1
  314. 0x8800 0 0 4 &mpic 7 1
  315. /* IDSEL 0x12 */
  316. 0x9000 0 0 1 &mpic 5 1
  317. 0x9000 0 0 2 &mpic 6 1
  318. 0x9000 0 0 3 &mpic 7 1
  319. 0x9000 0 0 4 &mpic 4 1
  320. >;
  321. };
  322. pci1: pcie@e000a000 {
  323. compatible = "fsl,mpc8641-pcie";
  324. device_type = "pci";
  325. #interrupt-cells = <1>;
  326. #size-cells = <2>;
  327. #address-cells = <3>;
  328. reg = <0xe000a000 0x1000>;
  329. bus-range = <1 3>;
  330. ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
  331. 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>;
  332. clock-frequency = <33333333>;
  333. interrupt-parent = <&mpic>;
  334. interrupts = <26 2>;
  335. interrupt-map-mask = <0xf800 0 0 7>;
  336. interrupt-map = <
  337. /* IDSEL 0x1b */
  338. 0xd800 0 0 1 &mpic 2 1
  339. /* IDSEL 0x1c*/
  340. 0xe000 0 0 1 &mpic 1 1
  341. 0xe000 0 0 2 &mpic 1 1
  342. 0xe000 0 0 3 &mpic 1 1
  343. 0xe000 0 0 4 &mpic 1 1
  344. /* IDSEL 0x1f */
  345. 0xf800 0 0 1 &mpic 3 2
  346. 0xf800 0 0 2 &mpic 0 1
  347. >;
  348. pcie@0 {
  349. reg = <0 0 0 0 0>;
  350. #size-cells = <2>;
  351. #address-cells = <3>;
  352. device_type = "pci";
  353. ranges = <0x02000000 0x0 0xa0000000
  354. 0x02000000 0x0 0xa0000000
  355. 0x0 0x10000000
  356. 0x01000000 0x0 0x00000000
  357. 0x01000000 0x0 0x00000000
  358. 0x0 0x00100000>;
  359. uli1575@0 {
  360. reg = <0 0 0 0 0>;
  361. #size-cells = <2>;
  362. #address-cells = <3>;
  363. ranges = <0x02000000 0x0 0xa0000000
  364. 0x02000000 0x0 0xa0000000
  365. 0x0 0x10000000
  366. 0x01000000 0x0 0x00000000
  367. 0x01000000 0x0 0x00000000
  368. 0x0 0x00100000>;
  369. isa@1e {
  370. device_type = "isa";
  371. #size-cells = <1>;
  372. #address-cells = <2>;
  373. reg = <0xf000 0 0 0 0>;
  374. ranges = <1 0 0x01000000 0 0
  375. 0x00001000>;
  376. rtc@70 {
  377. compatible = "pnpPNP,b00";
  378. reg = <1 0x70 2>;
  379. };
  380. };
  381. };
  382. };
  383. };
  384. pci2: pcie@e0009000 {
  385. #address-cells = <3>;
  386. #size-cells = <2>;
  387. #interrupt-cells = <1>;
  388. device_type = "pci";
  389. compatible = "fsl,mpc8641-pcie";
  390. reg = <0xe0009000 0x00001000>;
  391. ranges = <0x02000000 0 0x90000000 0x90000000 0 0x10000000
  392. 0x01000000 0 0x00000000 0xe2000000 0 0x00100000>;
  393. bus-range = <0 255>;
  394. interrupt-map-mask = <0xf800 0 0 7>;
  395. interrupt-map = <0x0000 0 0 1 &mpic 4 1
  396. 0x0000 0 0 2 &mpic 5 1
  397. 0x0000 0 0 3 &mpic 6 1
  398. 0x0000 0 0 4 &mpic 7 1>;
  399. interrupt-parent = <&mpic>;
  400. interrupts = <25 2>;
  401. clock-frequency = <33333333>;
  402. };
  403. };