vexpress-v2p-ca9.dts 7.8 KB

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