vexpress-v2p-ca5s.dts 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. /*
  2. * ARM Ltd. Versatile Express
  3. *
  4. * CoreTile Express A5x2
  5. * Cortex-A5 MPCore (V2P-CA5s)
  6. *
  7. * HBI-0225B
  8. */
  9. /dts-v1/;
  10. / {
  11. model = "V2P-CA5s";
  12. arm,hbi = <0x225>;
  13. arm,vexpress,site = <0xf>;
  14. compatible = "arm,vexpress,v2p-ca5s", "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-a5";
  33. reg = <0>;
  34. next-level-cache = <&L2>;
  35. };
  36. cpu@1 {
  37. device_type = "cpu";
  38. compatible = "arm,cortex-a5";
  39. reg = <1>;
  40. next-level-cache = <&L2>;
  41. };
  42. };
  43. memory@80000000 {
  44. device_type = "memory";
  45. reg = <0x80000000 0x40000000>;
  46. };
  47. hdlcd@2a110000 {
  48. compatible = "arm,hdlcd";
  49. reg = <0x2a110000 0x1000>;
  50. interrupts = <0 85 4>;
  51. clocks = <&oscclk3>;
  52. clock-names = "pxlclk";
  53. };
  54. memory-controller@2a150000 {
  55. compatible = "arm,pl341", "arm,primecell";
  56. reg = <0x2a150000 0x1000>;
  57. clocks = <&oscclk1>;
  58. clock-names = "apb_pclk";
  59. };
  60. memory-controller@2a190000 {
  61. compatible = "arm,pl354", "arm,primecell";
  62. reg = <0x2a190000 0x1000>;
  63. interrupts = <0 86 4>,
  64. <0 87 4>;
  65. clocks = <&oscclk1>;
  66. clock-names = "apb_pclk";
  67. };
  68. scu@2c000000 {
  69. compatible = "arm,cortex-a5-scu";
  70. reg = <0x2c000000 0x58>;
  71. };
  72. timer@2c000600 {
  73. compatible = "arm,cortex-a5-twd-timer";
  74. reg = <0x2c000600 0x20>;
  75. interrupts = <1 13 0x304>;
  76. };
  77. watchdog@2c000620 {
  78. compatible = "arm,cortex-a5-twd-wdt";
  79. reg = <0x2c000620 0x20>;
  80. interrupts = <1 14 0x304>;
  81. };
  82. gic: interrupt-controller@2c001000 {
  83. compatible = "arm,cortex-a5-gic", "arm,cortex-a9-gic";
  84. #interrupt-cells = <3>;
  85. #address-cells = <0>;
  86. interrupt-controller;
  87. reg = <0x2c001000 0x1000>,
  88. <0x2c000100 0x100>;
  89. };
  90. L2: cache-controller@2c0f0000 {
  91. compatible = "arm,pl310-cache";
  92. reg = <0x2c0f0000 0x1000>;
  93. interrupts = <0 84 4>;
  94. cache-level = <2>;
  95. };
  96. pmu {
  97. compatible = "arm,cortex-a5-pmu", "arm,cortex-a9-pmu";
  98. interrupts = <0 68 4>,
  99. <0 69 4>;
  100. };
  101. dcc {
  102. compatible = "arm,vexpress,config-bus";
  103. arm,vexpress,config-bridge = <&v2m_sysreg>;
  104. osc@0 {
  105. /* CPU and internal AXI reference clock */
  106. compatible = "arm,vexpress-osc";
  107. arm,vexpress-sysreg,func = <1 0>;
  108. freq-range = <50000000 100000000>;
  109. #clock-cells = <0>;
  110. clock-output-names = "oscclk0";
  111. };
  112. oscclk1: osc@1 {
  113. /* Multiplexed AXI master clock */
  114. compatible = "arm,vexpress-osc";
  115. arm,vexpress-sysreg,func = <1 1>;
  116. freq-range = <5000000 50000000>;
  117. #clock-cells = <0>;
  118. clock-output-names = "oscclk1";
  119. };
  120. osc@2 {
  121. /* DDR2 */
  122. compatible = "arm,vexpress-osc";
  123. arm,vexpress-sysreg,func = <1 2>;
  124. freq-range = <80000000 120000000>;
  125. #clock-cells = <0>;
  126. clock-output-names = "oscclk2";
  127. };
  128. oscclk3: osc@3 {
  129. /* HDLCD */
  130. compatible = "arm,vexpress-osc";
  131. arm,vexpress-sysreg,func = <1 3>;
  132. freq-range = <23750000 165000000>;
  133. #clock-cells = <0>;
  134. clock-output-names = "oscclk3";
  135. };
  136. osc@4 {
  137. /* Test chip gate configuration */
  138. compatible = "arm,vexpress-osc";
  139. arm,vexpress-sysreg,func = <1 4>;
  140. freq-range = <80000000 80000000>;
  141. #clock-cells = <0>;
  142. clock-output-names = "oscclk4";
  143. };
  144. smbclk: osc@5 {
  145. /* SMB clock */
  146. compatible = "arm,vexpress-osc";
  147. arm,vexpress-sysreg,func = <1 5>;
  148. freq-range = <25000000 60000000>;
  149. #clock-cells = <0>;
  150. clock-output-names = "oscclk5";
  151. };
  152. temp@0 {
  153. /* DCC internal operating temperature */
  154. compatible = "arm,vexpress-temp";
  155. arm,vexpress-sysreg,func = <4 0>;
  156. label = "DCC";
  157. };
  158. };
  159. smb {
  160. compatible = "simple-bus";
  161. #address-cells = <2>;
  162. #size-cells = <1>;
  163. ranges = <0 0 0x08000000 0x04000000>,
  164. <1 0 0x14000000 0x04000000>,
  165. <2 0 0x18000000 0x04000000>,
  166. <3 0 0x1c000000 0x04000000>,
  167. <4 0 0x0c000000 0x04000000>,
  168. <5 0 0x10000000 0x04000000>;
  169. #interrupt-cells = <1>;
  170. interrupt-map-mask = <0 0 63>;
  171. interrupt-map = <0 0 0 &gic 0 0 4>,
  172. <0 0 1 &gic 0 1 4>,
  173. <0 0 2 &gic 0 2 4>,
  174. <0 0 3 &gic 0 3 4>,
  175. <0 0 4 &gic 0 4 4>,
  176. <0 0 5 &gic 0 5 4>,
  177. <0 0 6 &gic 0 6 4>,
  178. <0 0 7 &gic 0 7 4>,
  179. <0 0 8 &gic 0 8 4>,
  180. <0 0 9 &gic 0 9 4>,
  181. <0 0 10 &gic 0 10 4>,
  182. <0 0 11 &gic 0 11 4>,
  183. <0 0 12 &gic 0 12 4>,
  184. <0 0 13 &gic 0 13 4>,
  185. <0 0 14 &gic 0 14 4>,
  186. <0 0 15 &gic 0 15 4>,
  187. <0 0 16 &gic 0 16 4>,
  188. <0 0 17 &gic 0 17 4>,
  189. <0 0 18 &gic 0 18 4>,
  190. <0 0 19 &gic 0 19 4>,
  191. <0 0 20 &gic 0 20 4>,
  192. <0 0 21 &gic 0 21 4>,
  193. <0 0 22 &gic 0 22 4>,
  194. <0 0 23 &gic 0 23 4>,
  195. <0 0 24 &gic 0 24 4>,
  196. <0 0 25 &gic 0 25 4>,
  197. <0 0 26 &gic 0 26 4>,
  198. <0 0 27 &gic 0 27 4>,
  199. <0 0 28 &gic 0 28 4>,
  200. <0 0 29 &gic 0 29 4>,
  201. <0 0 30 &gic 0 30 4>,
  202. <0 0 31 &gic 0 31 4>,
  203. <0 0 32 &gic 0 32 4>,
  204. <0 0 33 &gic 0 33 4>,
  205. <0 0 34 &gic 0 34 4>,
  206. <0 0 35 &gic 0 35 4>,
  207. <0 0 36 &gic 0 36 4>,
  208. <0 0 37 &gic 0 37 4>,
  209. <0 0 38 &gic 0 38 4>,
  210. <0 0 39 &gic 0 39 4>,
  211. <0 0 40 &gic 0 40 4>,
  212. <0 0 41 &gic 0 41 4>,
  213. <0 0 42 &gic 0 42 4>;
  214. /include/ "vexpress-v2m-rs1.dtsi"
  215. };
  216. };