highbank.dts 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. /*
  2. * Copyright 2011 Calxeda, Inc.
  3. *
  4. * This program is free software; you can redistribute it and/or modify it
  5. * under the terms and conditions of the GNU General Public License,
  6. * version 2, as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope it will be useful, but WITHOUT
  9. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  11. * more details.
  12. *
  13. * You should have received a copy of the GNU General Public License along with
  14. * this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. /dts-v1/;
  17. /* First 4KB has pen for secondary cores. */
  18. /memreserve/ 0x00000000 0x0001000;
  19. / {
  20. model = "Calxeda Highbank";
  21. compatible = "calxeda,highbank";
  22. #address-cells = <1>;
  23. #size-cells = <1>;
  24. cpus {
  25. #address-cells = <1>;
  26. #size-cells = <0>;
  27. cpu@0 {
  28. compatible = "arm,cortex-a9";
  29. reg = <0>;
  30. next-level-cache = <&L2>;
  31. };
  32. cpu@1 {
  33. compatible = "arm,cortex-a9";
  34. reg = <1>;
  35. next-level-cache = <&L2>;
  36. };
  37. cpu@2 {
  38. compatible = "arm,cortex-a9";
  39. reg = <2>;
  40. next-level-cache = <&L2>;
  41. };
  42. cpu@3 {
  43. compatible = "arm,cortex-a9";
  44. reg = <3>;
  45. next-level-cache = <&L2>;
  46. };
  47. };
  48. memory {
  49. name = "memory";
  50. device_type = "memory";
  51. reg = <0x00000000 0xff900000>;
  52. };
  53. chosen {
  54. bootargs = "console=ttyAMA0";
  55. };
  56. soc {
  57. #address-cells = <1>;
  58. #size-cells = <1>;
  59. compatible = "simple-bus";
  60. interrupt-parent = <&intc>;
  61. ranges;
  62. timer@fff10600 {
  63. compatible = "arm,cortex-a9-twd-timer";
  64. reg = <0xfff10600 0x20>;
  65. interrupts = <1 13 0xf01>;
  66. };
  67. watchdog@fff10620 {
  68. compatible = "arm,cortex-a9-twd-wdt";
  69. reg = <0xfff10620 0x20>;
  70. interrupts = <1 14 0xf01>;
  71. };
  72. intc: interrupt-controller@fff11000 {
  73. compatible = "arm,cortex-a9-gic";
  74. #interrupt-cells = <3>;
  75. #size-cells = <0>;
  76. #address-cells = <1>;
  77. interrupt-controller;
  78. interrupt-parent;
  79. reg = <0xfff11000 0x1000>,
  80. <0xfff10100 0x100>;
  81. };
  82. L2: l2-cache {
  83. compatible = "arm,pl310-cache";
  84. reg = <0xfff12000 0x1000>;
  85. interrupts = <0 70 4>;
  86. cache-unified;
  87. cache-level = <2>;
  88. };
  89. pmu {
  90. compatible = "arm,cortex-a9-pmu";
  91. interrupts = <0 76 4 0 75 4 0 74 4 0 73 4>;
  92. };
  93. sata@ffe08000 {
  94. compatible = "calxeda,hb-ahci";
  95. reg = <0xffe08000 0x10000>;
  96. interrupts = <0 83 4>;
  97. };
  98. sdhci@ffe0e000 {
  99. compatible = "calxeda,hb-sdhci";
  100. reg = <0xffe0e000 0x1000>;
  101. interrupts = <0 90 4>;
  102. };
  103. ipc@fff20000 {
  104. compatible = "arm,pl320", "arm,primecell";
  105. reg = <0xfff20000 0x1000>;
  106. interrupts = <0 7 4>;
  107. };
  108. gpioe: gpio@fff30000 {
  109. #gpio-cells = <2>;
  110. compatible = "arm,pl061", "arm,primecell";
  111. gpio-controller;
  112. reg = <0xfff30000 0x1000>;
  113. interrupts = <0 14 4>;
  114. };
  115. gpiof: gpio@fff31000 {
  116. #gpio-cells = <2>;
  117. compatible = "arm,pl061", "arm,primecell";
  118. gpio-controller;
  119. reg = <0xfff31000 0x1000>;
  120. interrupts = <0 15 4>;
  121. };
  122. gpiog: gpio@fff32000 {
  123. #gpio-cells = <2>;
  124. compatible = "arm,pl061", "arm,primecell";
  125. gpio-controller;
  126. reg = <0xfff32000 0x1000>;
  127. interrupts = <0 16 4>;
  128. };
  129. gpioh: gpio@fff33000 {
  130. #gpio-cells = <2>;
  131. compatible = "arm,pl061", "arm,primecell";
  132. gpio-controller;
  133. reg = <0xfff33000 0x1000>;
  134. interrupts = <0 17 4>;
  135. };
  136. timer {
  137. compatible = "arm,sp804", "arm,primecell";
  138. reg = <0xfff34000 0x1000>;
  139. interrupts = <0 18 4>;
  140. };
  141. rtc@fff35000 {
  142. compatible = "arm,pl031", "arm,primecell";
  143. reg = <0xfff35000 0x1000>;
  144. interrupts = <0 19 4>;
  145. };
  146. serial@fff36000 {
  147. compatible = "arm,pl011", "arm,primecell";
  148. reg = <0xfff36000 0x1000>;
  149. interrupts = <0 20 4>;
  150. };
  151. smic@fff3a000 {
  152. compatible = "ipmi-smic";
  153. device_type = "ipmi";
  154. reg = <0xfff3a000 0x1000>;
  155. interrupts = <0 24 4>;
  156. reg-size = <4>;
  157. reg-spacing = <4>;
  158. };
  159. sregs@fff3c000 {
  160. compatible = "calxeda,hb-sregs";
  161. reg = <0xfff3c000 0x1000>;
  162. };
  163. dma@fff3d000 {
  164. compatible = "arm,pl330", "arm,primecell";
  165. reg = <0xfff3d000 0x1000>;
  166. interrupts = <0 92 4>;
  167. };
  168. ethernet@fff50000 {
  169. compatible = "calxeda,hb-xgmac";
  170. reg = <0xfff50000 0x1000>;
  171. interrupts = <0 77 4 0 78 4 0 79 4>;
  172. };
  173. ethernet@fff51000 {
  174. compatible = "calxeda,hb-xgmac";
  175. reg = <0xfff51000 0x1000>;
  176. interrupts = <0 80 4 0 81 4 0 82 4>;
  177. };
  178. };
  179. };