armada-xp.dtsi 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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 0x2d0>,
  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 = "snps,dw-apb-uart";
  40. reg = <0xd0012200 0x100>;
  41. reg-shift = <2>;
  42. interrupts = <43>;
  43. reg-io-width = <1>;
  44. status = "disabled";
  45. };
  46. serial@d0012300 {
  47. compatible = "snps,dw-apb-uart";
  48. reg = <0xd0012300 0x100>;
  49. reg-shift = <2>;
  50. interrupts = <44>;
  51. reg-io-width = <1>;
  52. status = "disabled";
  53. };
  54. timer@d0020300 {
  55. marvell,timer-25Mhz;
  56. };
  57. coreclk: mvebu-sar@d0018230 {
  58. compatible = "marvell,armada-xp-core-clock";
  59. reg = <0xd0018230 0x08>;
  60. #clock-cells = <1>;
  61. };
  62. cpuclk: clock-complex@d0018700 {
  63. #clock-cells = <1>;
  64. compatible = "marvell,armada-xp-cpu-clock";
  65. reg = <0xd0018700 0xA0>;
  66. clocks = <&coreclk 1>;
  67. };
  68. gateclk: clock-gating-control@d0018220 {
  69. compatible = "marvell,armada-xp-gating-clock";
  70. reg = <0xd0018220 0x4>;
  71. clocks = <&coreclk 0>;
  72. #clock-cells = <1>;
  73. };
  74. system-controller@d0018200 {
  75. compatible = "marvell,armada-370-xp-system-controller";
  76. reg = <0xd0018200 0x500>;
  77. };
  78. ethernet@d0030000 {
  79. compatible = "marvell,armada-370-neta";
  80. reg = <0xd0030000 0x2500>;
  81. interrupts = <12>;
  82. clocks = <&gateclk 2>;
  83. status = "disabled";
  84. };
  85. xor@d0060900 {
  86. compatible = "marvell,orion-xor";
  87. reg = <0xd0060900 0x100
  88. 0xd0060b00 0x100>;
  89. clocks = <&gateclk 22>;
  90. status = "okay";
  91. xor10 {
  92. interrupts = <51>;
  93. dmacap,memcpy;
  94. dmacap,xor;
  95. };
  96. xor11 {
  97. interrupts = <52>;
  98. dmacap,memcpy;
  99. dmacap,xor;
  100. dmacap,memset;
  101. };
  102. };
  103. xor@d00f0900 {
  104. compatible = "marvell,orion-xor";
  105. reg = <0xd00F0900 0x100
  106. 0xd00F0B00 0x100>;
  107. clocks = <&gateclk 28>;
  108. status = "okay";
  109. xor00 {
  110. interrupts = <94>;
  111. dmacap,memcpy;
  112. dmacap,xor;
  113. };
  114. xor01 {
  115. interrupts = <95>;
  116. dmacap,memcpy;
  117. dmacap,xor;
  118. dmacap,memset;
  119. };
  120. };
  121. usb@d0050000 {
  122. clocks = <&gateclk 18>;
  123. };
  124. usb@d0051000 {
  125. clocks = <&gateclk 19>;
  126. };
  127. usb@d0052000 {
  128. compatible = "marvell,orion-ehci";
  129. reg = <0xd0052000 0x500>;
  130. interrupts = <47>;
  131. clocks = <&gateclk 20>;
  132. status = "disabled";
  133. };
  134. };
  135. };