highbank.dts 2.6 KB

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