vexpress-v2p-ca9.dts 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. /*
  2. * ARM Ltd. Versatile Express
  3. *
  4. * CoreTile Express A9x4
  5. * Cortex-A9 MPCore (V2P-CA9)
  6. *
  7. * HBI-0191B
  8. */
  9. /dts-v1/;
  10. / {
  11. model = "V2P-CA9";
  12. arm,hbi = <0x191>;
  13. arm,vexpress,site = <0xf>;
  14. compatible = "arm,vexpress,v2p-ca9", "arm,vexpress";
  15. interrupt-parent = <&gic>;
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. chosen { };
  19. aliases {
  20. serial0 = &v2m_serial0;
  21. serial1 = &v2m_serial1;
  22. serial2 = &v2m_serial2;
  23. serial3 = &v2m_serial3;
  24. i2c0 = &v2m_i2c_dvi;
  25. i2c1 = &v2m_i2c_pcie;
  26. };
  27. cpus {
  28. #address-cells = <1>;
  29. #size-cells = <0>;
  30. cpu@0 {
  31. device_type = "cpu";
  32. compatible = "arm,cortex-a9";
  33. reg = <0>;
  34. next-level-cache = <&L2>;
  35. };
  36. cpu@1 {
  37. device_type = "cpu";
  38. compatible = "arm,cortex-a9";
  39. reg = <1>;
  40. next-level-cache = <&L2>;
  41. };
  42. cpu@2 {
  43. device_type = "cpu";
  44. compatible = "arm,cortex-a9";
  45. reg = <2>;
  46. next-level-cache = <&L2>;
  47. };
  48. cpu@3 {
  49. device_type = "cpu";
  50. compatible = "arm,cortex-a9";
  51. reg = <3>;
  52. next-level-cache = <&L2>;
  53. };
  54. };
  55. memory@60000000 {
  56. device_type = "memory";
  57. reg = <0x60000000 0x40000000>;
  58. };
  59. clcd@10020000 {
  60. compatible = "arm,pl111", "arm,primecell";
  61. reg = <0x10020000 0x1000>;
  62. interrupts = <0 44 4>;
  63. clocks = <&oscclk1>, <&oscclk2>;
  64. clock-names = "clcdclk", "apb_pclk";
  65. };
  66. memory-controller@100e0000 {
  67. compatible = "arm,pl341", "arm,primecell";
  68. reg = <0x100e0000 0x1000>;
  69. clocks = <&oscclk2>;
  70. clock-names = "apb_pclk";
  71. };
  72. memory-controller@100e1000 {
  73. compatible = "arm,pl354", "arm,primecell";
  74. reg = <0x100e1000 0x1000>;
  75. interrupts = <0 45 4>,
  76. <0 46 4>;
  77. clocks = <&oscclk2>;
  78. clock-names = "apb_pclk";
  79. };
  80. timer@100e4000 {
  81. compatible = "arm,sp804", "arm,primecell";
  82. reg = <0x100e4000 0x1000>;
  83. interrupts = <0 48 4>,
  84. <0 49 4>;
  85. clocks = <&oscclk2>, <&oscclk2>;
  86. clock-names = "timclk", "apb_pclk";
  87. };
  88. watchdog@100e5000 {
  89. compatible = "arm,sp805", "arm,primecell";
  90. reg = <0x100e5000 0x1000>;
  91. interrupts = <0 51 4>;
  92. clocks = <&oscclk2>, <&oscclk2>;
  93. clock-names = "wdogclk", "apb_pclk";
  94. };
  95. scu@1e000000 {
  96. compatible = "arm,cortex-a9-scu";
  97. reg = <0x1e000000 0x58>;
  98. };
  99. timer@1e000600 {
  100. compatible = "arm,cortex-a9-twd-timer";
  101. reg = <0x1e000600 0x20>;
  102. interrupts = <1 13 0xf04>;
  103. };
  104. watchdog@1e000620 {
  105. compatible = "arm,cortex-a9-twd-wdt";
  106. reg = <0x1e000620 0x20>;
  107. interrupts = <1 14 0xf04>;
  108. };
  109. gic: interrupt-controller@1e001000 {
  110. compatible = "arm,cortex-a9-gic";
  111. #interrupt-cells = <3>;
  112. #address-cells = <0>;
  113. interrupt-controller;
  114. reg = <0x1e001000 0x1000>,
  115. <0x1e000100 0x100>;
  116. };
  117. L2: cache-controller@1e00a000 {
  118. compatible = "arm,pl310-cache";
  119. reg = <0x1e00a000 0x1000>;
  120. interrupts = <0 43 4>;
  121. cache-level = <2>;
  122. arm,data-latency = <1 1 1>;
  123. arm,tag-latency = <1 1 1>;
  124. };
  125. pmu {
  126. compatible = "arm,cortex-a9-pmu";
  127. interrupts = <0 60 4>,
  128. <0 61 4>,
  129. <0 62 4>,
  130. <0 63 4>;
  131. };
  132. dcc {
  133. compatible = "arm,vexpress,config-bus";
  134. arm,vexpress,config-bridge = <&v2m_sysreg>;
  135. osc@0 {
  136. /* ACLK clock to the AXI master port on the test chip */
  137. compatible = "arm,vexpress-osc";
  138. arm,vexpress-sysreg,func = <1 0>;
  139. freq-range = <30000000 50000000>;
  140. #clock-cells = <0>;
  141. clock-output-names = "extsaxiclk";
  142. };
  143. oscclk1: osc@1 {
  144. /* Reference clock for the CLCD */
  145. compatible = "arm,vexpress-osc";
  146. arm,vexpress-sysreg,func = <1 1>;
  147. freq-range = <10000000 80000000>;
  148. #clock-cells = <0>;
  149. clock-output-names = "clcdclk";
  150. };
  151. smbclk: oscclk2: osc@2 {
  152. /* Reference clock for the test chip internal PLLs */
  153. compatible = "arm,vexpress-osc";
  154. arm,vexpress-sysreg,func = <1 2>;
  155. freq-range = <33000000 100000000>;
  156. #clock-cells = <0>;
  157. clock-output-names = "tcrefclk";
  158. };
  159. volt@0 {
  160. /* Test Chip internal logic voltage */
  161. compatible = "arm,vexpress-volt";
  162. arm,vexpress-sysreg,func = <2 0>;
  163. regulator-name = "VD10";
  164. regulator-always-on;
  165. label = "VD10";
  166. };
  167. volt@1 {
  168. /* PL310, L2 cache, RAM cell supply (not PL310 logic) */
  169. compatible = "arm,vexpress-volt";
  170. arm,vexpress-sysreg,func = <2 1>;
  171. regulator-name = "VD10_S2";
  172. regulator-always-on;
  173. label = "VD10_S2";
  174. };
  175. volt@2 {
  176. /* Cortex-A9 system supply, Cores, MPEs, SCU and PL310 logic */
  177. compatible = "arm,vexpress-volt";
  178. arm,vexpress-sysreg,func = <2 2>;
  179. regulator-name = "VD10_S3";
  180. regulator-always-on;
  181. label = "VD10_S3";
  182. };
  183. volt@3 {
  184. /* DDR2 SDRAM and Test Chip DDR2 I/O supply */
  185. compatible = "arm,vexpress-volt";
  186. arm,vexpress-sysreg,func = <2 3>;
  187. regulator-name = "VCC1V8";
  188. regulator-always-on;
  189. label = "VCC1V8";
  190. };
  191. volt@4 {
  192. /* DDR2 SDRAM VTT termination voltage */
  193. compatible = "arm,vexpress-volt";
  194. arm,vexpress-sysreg,func = <2 4>;
  195. regulator-name = "DDR2VTT";
  196. regulator-always-on;
  197. label = "DDR2VTT";
  198. };
  199. volt@5 {
  200. /* Local board supply for miscellaneous logic external to the Test Chip */
  201. arm,vexpress-sysreg,func = <2 5>;
  202. compatible = "arm,vexpress-volt";
  203. regulator-name = "VCC3V3";
  204. regulator-always-on;
  205. label = "VCC3V3";
  206. };
  207. amp@0 {
  208. /* PL310, L2 cache, RAM cell supply (not PL310 logic) */
  209. compatible = "arm,vexpress-amp";
  210. arm,vexpress-sysreg,func = <3 0>;
  211. label = "VD10_S2";
  212. };
  213. amp@1 {
  214. /* Cortex-A9 system supply, Cores, MPEs, SCU and PL310 logic */
  215. compatible = "arm,vexpress-amp";
  216. arm,vexpress-sysreg,func = <3 1>;
  217. label = "VD10_S3";
  218. };
  219. power@0 {
  220. /* PL310, L2 cache, RAM cell supply (not PL310 logic) */
  221. compatible = "arm,vexpress-power";
  222. arm,vexpress-sysreg,func = <12 0>;
  223. label = "PVD10_S2";
  224. };
  225. power@1 {
  226. /* Cortex-A9 system supply, Cores, MPEs, SCU and PL310 logic */
  227. compatible = "arm,vexpress-power";
  228. arm,vexpress-sysreg,func = <12 1>;
  229. label = "PVD10_S3";
  230. };
  231. };
  232. smb {
  233. compatible = "simple-bus";
  234. #address-cells = <2>;
  235. #size-cells = <1>;
  236. ranges = <0 0 0x40000000 0x04000000>,
  237. <1 0 0x44000000 0x04000000>,
  238. <2 0 0x48000000 0x04000000>,
  239. <3 0 0x4c000000 0x04000000>,
  240. <7 0 0x10000000 0x00020000>;
  241. #interrupt-cells = <1>;
  242. interrupt-map-mask = <0 0 63>;
  243. interrupt-map = <0 0 0 &gic 0 0 4>,
  244. <0 0 1 &gic 0 1 4>,
  245. <0 0 2 &gic 0 2 4>,
  246. <0 0 3 &gic 0 3 4>,
  247. <0 0 4 &gic 0 4 4>,
  248. <0 0 5 &gic 0 5 4>,
  249. <0 0 6 &gic 0 6 4>,
  250. <0 0 7 &gic 0 7 4>,
  251. <0 0 8 &gic 0 8 4>,
  252. <0 0 9 &gic 0 9 4>,
  253. <0 0 10 &gic 0 10 4>,
  254. <0 0 11 &gic 0 11 4>,
  255. <0 0 12 &gic 0 12 4>,
  256. <0 0 13 &gic 0 13 4>,
  257. <0 0 14 &gic 0 14 4>,
  258. <0 0 15 &gic 0 15 4>,
  259. <0 0 16 &gic 0 16 4>,
  260. <0 0 17 &gic 0 17 4>,
  261. <0 0 18 &gic 0 18 4>,
  262. <0 0 19 &gic 0 19 4>,
  263. <0 0 20 &gic 0 20 4>,
  264. <0 0 21 &gic 0 21 4>,
  265. <0 0 22 &gic 0 22 4>,
  266. <0 0 23 &gic 0 23 4>,
  267. <0 0 24 &gic 0 24 4>,
  268. <0 0 25 &gic 0 25 4>,
  269. <0 0 26 &gic 0 26 4>,
  270. <0 0 27 &gic 0 27 4>,
  271. <0 0 28 &gic 0 28 4>,
  272. <0 0 29 &gic 0 29 4>,
  273. <0 0 30 &gic 0 30 4>,
  274. <0 0 31 &gic 0 31 4>,
  275. <0 0 32 &gic 0 32 4>,
  276. <0 0 33 &gic 0 33 4>,
  277. <0 0 34 &gic 0 34 4>,
  278. <0 0 35 &gic 0 35 4>,
  279. <0 0 36 &gic 0 36 4>,
  280. <0 0 37 &gic 0 37 4>,
  281. <0 0 38 &gic 0 38 4>,
  282. <0 0 39 &gic 0 39 4>,
  283. <0 0 40 &gic 0 40 4>,
  284. <0 0 41 &gic 0 41 4>,
  285. <0 0 42 &gic 0 42 4>;
  286. /include/ "vexpress-v2m.dtsi"
  287. };
  288. };