armada-xp.dtsi 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /*
  2. * Device Tree Include file for Marvell Armada XP family SoC
  3. *
  4. * Copyright (C) 2012 Marvell
  5. *
  6. * Lior Amsalem <alior@marvell.com>
  7. * Gregory CLEMENT <gregory.clement@free-electrons.com>
  8. * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  9. * Ben Dooks <ben.dooks@codethink.co.uk>
  10. *
  11. * This file is licensed under the terms of the GNU General Public
  12. * License version 2. This program is licensed "as is" without any
  13. * warranty of any kind, whether express or implied.
  14. *
  15. * Contains definitions specific to the Armada XP SoC that are not
  16. * common to all Armada SoCs.
  17. */
  18. /include/ "armada-370-xp.dtsi"
  19. / {
  20. model = "Marvell Armada XP family SoC";
  21. compatible = "marvell,armadaxp", "marvell,armada-370-xp";
  22. L2: l2-cache {
  23. compatible = "marvell,aurora-system-cache";
  24. reg = <0xd0008000 0x1000>;
  25. cache-id-part = <0x100>;
  26. wt-override;
  27. };
  28. mpic: interrupt-controller@d0020000 {
  29. reg = <0xd0020a00 0x1d0>,
  30. <0xd0021070 0x58>;
  31. };
  32. armada-370-xp-pmsu@d0022000 {
  33. compatible = "marvell,armada-370-xp-pmsu";
  34. reg = <0xd0022100 0x430>,
  35. <0xd0020800 0x20>;
  36. };
  37. soc {
  38. serial@d0012200 {
  39. compatible = "ns16550";
  40. reg = <0xd0012200 0x100>;
  41. reg-shift = <2>;
  42. interrupts = <43>;
  43. status = "disabled";
  44. };
  45. serial@d0012300 {
  46. compatible = "ns16550";
  47. reg = <0xd0012300 0x100>;
  48. reg-shift = <2>;
  49. interrupts = <44>;
  50. status = "disabled";
  51. };
  52. timer@d0020300 {
  53. marvell,timer-25Mhz;
  54. };
  55. coreclk: mvebu-sar@d0018230 {
  56. compatible = "marvell,armada-xp-core-clock";
  57. reg = <0xd0018230 0x08>;
  58. #clock-cells = <1>;
  59. };
  60. cpuclk: clock-complex@d0018700 {
  61. #clock-cells = <1>;
  62. compatible = "marvell,armada-xp-cpu-clock";
  63. reg = <0xd0018700 0xA0>;
  64. clocks = <&coreclk 1>;
  65. };
  66. gateclk: clock-gating-control@d0018220 {
  67. compatible = "marvell,armada-xp-gating-clock";
  68. reg = <0xd0018220 0x4>;
  69. clocks = <&coreclk 0>;
  70. #clock-cells = <1>;
  71. };
  72. system-controller@d0018200 {
  73. compatible = "marvell,armada-370-xp-system-controller";
  74. reg = <0xd0018200 0x500>;
  75. };
  76. ethernet@d0030000 {
  77. compatible = "marvell,armada-370-neta";
  78. reg = <0xd0030000 0x2500>;
  79. interrupts = <12>;
  80. clocks = <&gateclk 2>;
  81. status = "disabled";
  82. };
  83. ethernet@d0034000 {
  84. compatible = "marvell,armada-370-neta";
  85. reg = <0xd0034000 0x2500>;
  86. interrupts = <14>;
  87. clocks = <&gateclk 1>;
  88. status = "disabled";
  89. };
  90. xor@d0060900 {
  91. compatible = "marvell,orion-xor";
  92. reg = <0xd0060900 0x100
  93. 0xd0060b00 0x100>;
  94. clocks = <&gateclk 22>;
  95. status = "okay";
  96. xor10 {
  97. interrupts = <51>;
  98. dmacap,memcpy;
  99. dmacap,xor;
  100. };
  101. xor11 {
  102. interrupts = <52>;
  103. dmacap,memcpy;
  104. dmacap,xor;
  105. dmacap,memset;
  106. };
  107. };
  108. xor@d00f0900 {
  109. compatible = "marvell,orion-xor";
  110. reg = <0xd00F0900 0x100
  111. 0xd00F0B00 0x100>;
  112. clocks = <&gateclk 28>;
  113. status = "okay";
  114. xor00 {
  115. interrupts = <94>;
  116. dmacap,memcpy;
  117. dmacap,xor;
  118. };
  119. xor01 {
  120. interrupts = <95>;
  121. dmacap,memcpy;
  122. dmacap,xor;
  123. dmacap,memset;
  124. };
  125. };
  126. };
  127. };