vexpress-v2p-ca9.dts 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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. status = "disabled";
  88. };
  89. watchdog@100e5000 {
  90. compatible = "arm,sp805", "arm,primecell";
  91. reg = <0x100e5000 0x1000>;
  92. interrupts = <0 51 4>;
  93. clocks = <&oscclk2>, <&oscclk2>;
  94. clock-names = "wdogclk", "apb_pclk";
  95. };
  96. scu@1e000000 {
  97. compatible = "arm,cortex-a9-scu";
  98. reg = <0x1e000000 0x58>;
  99. };
  100. timer@1e000600 {
  101. compatible = "arm,cortex-a9-twd-timer";
  102. reg = <0x1e000600 0x20>;
  103. interrupts = <1 13 0xf04>;
  104. };
  105. watchdog@1e000620 {
  106. compatible = "arm,cortex-a9-twd-wdt";
  107. reg = <0x1e000620 0x20>;
  108. interrupts = <1 14 0xf04>;
  109. };
  110. gic: interrupt-controller@1e001000 {
  111. compatible = "arm,cortex-a9-gic";
  112. #interrupt-cells = <3>;
  113. #address-cells = <0>;
  114. interrupt-controller;
  115. reg = <0x1e001000 0x1000>,
  116. <0x1e000100 0x100>;
  117. };
  118. L2: cache-controller@1e00a000 {
  119. compatible = "arm,pl310-cache";
  120. reg = <0x1e00a000 0x1000>;
  121. interrupts = <0 43 4>;
  122. cache-level = <2>;
  123. arm,data-latency = <1 1 1>;
  124. arm,tag-latency = <1 1 1>;
  125. };
  126. pmu {
  127. compatible = "arm,cortex-a9-pmu";
  128. interrupts = <0 60 4>,
  129. <0 61 4>,
  130. <0 62 4>,
  131. <0 63 4>;
  132. };
  133. dcc {
  134. compatible = "arm,vexpress,config-bus";
  135. arm,vexpress,config-bridge = <&v2m_sysreg>;
  136. osc@0 {
  137. /* ACLK clock to the AXI master port on the test chip */
  138. compatible = "arm,vexpress-osc";
  139. arm,vexpress-sysreg,func = <1 0>;
  140. freq-range = <30000000 50000000>;
  141. #clock-cells = <0>;
  142. clock-output-names = "extsaxiclk";
  143. };
  144. oscclk1: osc@1 {
  145. /* Reference clock for the CLCD */
  146. compatible = "arm,vexpress-osc";
  147. arm,vexpress-sysreg,func = <1 1>;
  148. freq-range = <10000000 80000000>;
  149. #clock-cells = <0>;
  150. clock-output-names = "clcdclk";
  151. };
  152. smbclk: oscclk2: osc@2 {
  153. /* Reference clock for the test chip internal PLLs */
  154. compatible = "arm,vexpress-osc";
  155. arm,vexpress-sysreg,func = <1 2>;
  156. freq-range = <33000000 100000000>;
  157. #clock-cells = <0>;
  158. clock-output-names = "tcrefclk";
  159. };
  160. volt@0 {
  161. /* Test Chip internal logic voltage */
  162. compatible = "arm,vexpress-volt";
  163. arm,vexpress-sysreg,func = <2 0>;
  164. regulator-name = "VD10";
  165. regulator-always-on;
  166. label = "VD10";
  167. };
  168. volt@1 {
  169. /* PL310, L2 cache, RAM cell supply (not PL310 logic) */
  170. compatible = "arm,vexpress-volt";
  171. arm,vexpress-sysreg,func = <2 1>;
  172. regulator-name = "VD10_S2";
  173. regulator-always-on;
  174. label = "VD10_S2";
  175. };
  176. volt@2 {
  177. /* Cortex-A9 system supply, Cores, MPEs, SCU and PL310 logic */
  178. compatible = "arm,vexpress-volt";
  179. arm,vexpress-sysreg,func = <2 2>;
  180. regulator-name = "VD10_S3";
  181. regulator-always-on;
  182. label = "VD10_S3";
  183. };
  184. volt@3 {
  185. /* DDR2 SDRAM and Test Chip DDR2 I/O supply */
  186. compatible = "arm,vexpress-volt";
  187. arm,vexpress-sysreg,func = <2 3>;
  188. regulator-name = "VCC1V8";
  189. regulator-always-on;
  190. label = "VCC1V8";
  191. };
  192. volt@4 {
  193. /* DDR2 SDRAM VTT termination voltage */
  194. compatible = "arm,vexpress-volt";
  195. arm,vexpress-sysreg,func = <2 4>;
  196. regulator-name = "DDR2VTT";
  197. regulator-always-on;
  198. label = "DDR2VTT";
  199. };
  200. volt@5 {
  201. /* Local board supply for miscellaneous logic external to the Test Chip */
  202. arm,vexpress-sysreg,func = <2 5>;
  203. compatible = "arm,vexpress-volt";
  204. regulator-name = "VCC3V3";
  205. regulator-always-on;
  206. label = "VCC3V3";
  207. };
  208. amp@0 {
  209. /* PL310, L2 cache, RAM cell supply (not PL310 logic) */
  210. compatible = "arm,vexpress-amp";
  211. arm,vexpress-sysreg,func = <3 0>;
  212. label = "VD10_S2";
  213. };
  214. amp@1 {
  215. /* Cortex-A9 system supply, Cores, MPEs, SCU and PL310 logic */
  216. compatible = "arm,vexpress-amp";
  217. arm,vexpress-sysreg,func = <3 1>;
  218. label = "VD10_S3";
  219. };
  220. power@0 {
  221. /* PL310, L2 cache, RAM cell supply (not PL310 logic) */
  222. compatible = "arm,vexpress-power";
  223. arm,vexpress-sysreg,func = <12 0>;
  224. label = "PVD10_S2";
  225. };
  226. power@1 {
  227. /* Cortex-A9 system supply, Cores, MPEs, SCU and PL310 logic */
  228. compatible = "arm,vexpress-power";
  229. arm,vexpress-sysreg,func = <12 1>;
  230. label = "PVD10_S3";
  231. };
  232. };
  233. smb {
  234. compatible = "simple-bus";
  235. #address-cells = <2>;
  236. #size-cells = <1>;
  237. ranges = <0 0 0x40000000 0x04000000>,
  238. <1 0 0x44000000 0x04000000>,
  239. <2 0 0x48000000 0x04000000>,
  240. <3 0 0x4c000000 0x04000000>,
  241. <7 0 0x10000000 0x00020000>;
  242. #interrupt-cells = <1>;
  243. interrupt-map-mask = <0 0 63>;
  244. interrupt-map = <0 0 0 &gic 0 0 4>,
  245. <0 0 1 &gic 0 1 4>,
  246. <0 0 2 &gic 0 2 4>,
  247. <0 0 3 &gic 0 3 4>,
  248. <0 0 4 &gic 0 4 4>,
  249. <0 0 5 &gic 0 5 4>,
  250. <0 0 6 &gic 0 6 4>,
  251. <0 0 7 &gic 0 7 4>,
  252. <0 0 8 &gic 0 8 4>,
  253. <0 0 9 &gic 0 9 4>,
  254. <0 0 10 &gic 0 10 4>,
  255. <0 0 11 &gic 0 11 4>,
  256. <0 0 12 &gic 0 12 4>,
  257. <0 0 13 &gic 0 13 4>,
  258. <0 0 14 &gic 0 14 4>,
  259. <0 0 15 &gic 0 15 4>,
  260. <0 0 16 &gic 0 16 4>,
  261. <0 0 17 &gic 0 17 4>,
  262. <0 0 18 &gic 0 18 4>,
  263. <0 0 19 &gic 0 19 4>,
  264. <0 0 20 &gic 0 20 4>,
  265. <0 0 21 &gic 0 21 4>,
  266. <0 0 22 &gic 0 22 4>,
  267. <0 0 23 &gic 0 23 4>,
  268. <0 0 24 &gic 0 24 4>,
  269. <0 0 25 &gic 0 25 4>,
  270. <0 0 26 &gic 0 26 4>,
  271. <0 0 27 &gic 0 27 4>,
  272. <0 0 28 &gic 0 28 4>,
  273. <0 0 29 &gic 0 29 4>,
  274. <0 0 30 &gic 0 30 4>,
  275. <0 0 31 &gic 0 31 4>,
  276. <0 0 32 &gic 0 32 4>,
  277. <0 0 33 &gic 0 33 4>,
  278. <0 0 34 &gic 0 34 4>,
  279. <0 0 35 &gic 0 35 4>,
  280. <0 0 36 &gic 0 36 4>,
  281. <0 0 37 &gic 0 37 4>,
  282. <0 0 38 &gic 0 38 4>,
  283. <0 0 39 &gic 0 39 4>,
  284. <0 0 40 &gic 0 40 4>,
  285. <0 0 41 &gic 0 41 4>,
  286. <0 0 42 &gic 0 42 4>;
  287. /include/ "vexpress-v2m.dtsi"
  288. };
  289. };