armada-xp.dtsi 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. mpic: interrupt-controller@d0020000 {
  23. reg = <0xd0020a00 0x1d0>,
  24. <0xd0021070 0x58>;
  25. };
  26. armada-370-xp-pmsu@d0022000 {
  27. compatible = "marvell,armada-370-xp-pmsu";
  28. reg = <0xd0022100 0x430>,
  29. <0xd0020800 0x20>;
  30. };
  31. soc {
  32. serial@d0012200 {
  33. compatible = "ns16550";
  34. reg = <0xd0012200 0x100>;
  35. reg-shift = <2>;
  36. interrupts = <43>;
  37. status = "disabled";
  38. };
  39. serial@d0012300 {
  40. compatible = "ns16550";
  41. reg = <0xd0012300 0x100>;
  42. reg-shift = <2>;
  43. interrupts = <44>;
  44. status = "disabled";
  45. };
  46. timer@d0020300 {
  47. marvell,timer-25Mhz;
  48. };
  49. coreclk: mvebu-sar@d0018230 {
  50. compatible = "marvell,armada-xp-core-clock";
  51. reg = <0xd0018230 0x08>;
  52. #clock-cells = <1>;
  53. };
  54. cpuclk: clock-complex@d0018700 {
  55. #clock-cells = <1>;
  56. compatible = "marvell,armada-xp-cpu-clock";
  57. reg = <0xd0018700 0xA0>;
  58. clocks = <&coreclk 1>;
  59. };
  60. gateclk: clock-gating-control@d0018220 {
  61. compatible = "marvell,armada-xp-gating-clock";
  62. reg = <0xd0018220 0x4>;
  63. clocks = <&coreclk 0>;
  64. #clock-cells = <1>;
  65. };
  66. system-controller@d0018200 {
  67. compatible = "marvell,armada-370-xp-system-controller";
  68. reg = <0xd0018200 0x500>;
  69. };
  70. ethernet@d0030000 {
  71. compatible = "marvell,armada-370-neta";
  72. reg = <0xd0030000 0x2500>;
  73. interrupts = <12>;
  74. clocks = <&gateclk 2>;
  75. status = "disabled";
  76. };
  77. ethernet@d0034000 {
  78. compatible = "marvell,armada-370-neta";
  79. reg = <0xd0034000 0x2500>;
  80. interrupts = <14>;
  81. clocks = <&gateclk 1>;
  82. status = "disabled";
  83. };
  84. xor@d0060900 {
  85. compatible = "marvell,orion-xor";
  86. reg = <0xd0060900 0x100
  87. 0xd0060b00 0x100>;
  88. clocks = <&gateclk 22>;
  89. status = "okay";
  90. xor10 {
  91. interrupts = <51>;
  92. dmacap,memcpy;
  93. dmacap,xor;
  94. };
  95. xor11 {
  96. interrupts = <52>;
  97. dmacap,memcpy;
  98. dmacap,xor;
  99. dmacap,memset;
  100. };
  101. };
  102. xor@d00f0900 {
  103. compatible = "marvell,orion-xor";
  104. reg = <0xd00F0900 0x100
  105. 0xd00F0B00 0x100>;
  106. clocks = <&gateclk 28>;
  107. status = "okay";
  108. xor00 {
  109. interrupts = <94>;
  110. dmacap,memcpy;
  111. dmacap,xor;
  112. };
  113. xor01 {
  114. interrupts = <95>;
  115. dmacap,memcpy;
  116. dmacap,xor;
  117. dmacap,memset;
  118. };
  119. };
  120. };
  121. };