highbank.dts 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /*
  2. * Copyright 2011-2012 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. clock-ranges;
  25. cpus {
  26. #address-cells = <1>;
  27. #size-cells = <0>;
  28. cpu@0 {
  29. compatible = "arm,cortex-a9";
  30. reg = <0>;
  31. next-level-cache = <&L2>;
  32. clocks = <&a9pll>;
  33. clock-names = "cpu";
  34. };
  35. cpu@1 {
  36. compatible = "arm,cortex-a9";
  37. reg = <1>;
  38. next-level-cache = <&L2>;
  39. clocks = <&a9pll>;
  40. clock-names = "cpu";
  41. };
  42. cpu@2 {
  43. compatible = "arm,cortex-a9";
  44. reg = <2>;
  45. next-level-cache = <&L2>;
  46. clocks = <&a9pll>;
  47. clock-names = "cpu";
  48. };
  49. cpu@3 {
  50. compatible = "arm,cortex-a9";
  51. reg = <3>;
  52. next-level-cache = <&L2>;
  53. clocks = <&a9pll>;
  54. clock-names = "cpu";
  55. };
  56. };
  57. memory {
  58. name = "memory";
  59. device_type = "memory";
  60. reg = <0x00000000 0xff900000>;
  61. };
  62. soc {
  63. ranges = <0x00000000 0x00000000 0xffffffff>;
  64. timer@fff10600 {
  65. compatible = "arm,cortex-a9-twd-timer";
  66. reg = <0xfff10600 0x20>;
  67. interrupts = <1 13 0xf01>;
  68. clocks = <&a9periphclk>;
  69. };
  70. watchdog@fff10620 {
  71. compatible = "arm,cortex-a9-twd-wdt";
  72. reg = <0xfff10620 0x20>;
  73. interrupts = <1 14 0xf01>;
  74. clocks = <&a9periphclk>;
  75. };
  76. intc: interrupt-controller@fff11000 {
  77. compatible = "arm,cortex-a9-gic";
  78. #interrupt-cells = <3>;
  79. #size-cells = <0>;
  80. #address-cells = <1>;
  81. interrupt-controller;
  82. reg = <0xfff11000 0x1000>,
  83. <0xfff10100 0x100>;
  84. };
  85. L2: l2-cache {
  86. compatible = "arm,pl310-cache";
  87. reg = <0xfff12000 0x1000>;
  88. interrupts = <0 70 4>;
  89. cache-unified;
  90. cache-level = <2>;
  91. };
  92. pmu {
  93. compatible = "arm,cortex-a9-pmu";
  94. interrupts = <0 76 4 0 75 4 0 74 4 0 73 4>;
  95. };
  96. sregs@fff3c200 {
  97. compatible = "calxeda,hb-sregs-l2-ecc";
  98. reg = <0xfff3c200 0x100>;
  99. interrupts = <0 71 4 0 72 4>;
  100. };
  101. };
  102. };
  103. /include/ "ecx-common.dtsi"