armada-xp.dtsi 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. };
  71. };