armada-xp.dtsi 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. xor@d0060900 {
  66. compatible = "marvell,orion-xor";
  67. reg = <0xd0060900 0x100
  68. 0xd0060b00 0x100>;
  69. clocks = <&gateclk 22>;
  70. status = "okay";
  71. xor10 {
  72. interrupts = <51>;
  73. dmacap,memcpy;
  74. dmacap,xor;
  75. };
  76. xor11 {
  77. interrupts = <52>;
  78. dmacap,memcpy;
  79. dmacap,xor;
  80. dmacap,memset;
  81. };
  82. };
  83. xor@d00f0900 {
  84. compatible = "marvell,orion-xor";
  85. reg = <0xd00F0900 0x100
  86. 0xd00F0B00 0x100>;
  87. clocks = <&gateclk 28>;
  88. status = "okay";
  89. xor00 {
  90. interrupts = <94>;
  91. dmacap,memcpy;
  92. dmacap,xor;
  93. };
  94. xor01 {
  95. interrupts = <95>;
  96. dmacap,memcpy;
  97. dmacap,xor;
  98. dmacap,memset;
  99. };
  100. };
  101. };
  102. };