armada-xp.dtsi 2.8 KB

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