armada-370-xp.dtsi 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /*
  2. * Device Tree Include file for Marvell Armada 370 and Armada XP 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. * This file contains the definitions that are common to the Armada
  16. * 370 and Armada XP SoC.
  17. */
  18. /include/ "skeleton.dtsi"
  19. / {
  20. model = "Marvell Armada 370 and XP SoC";
  21. compatible = "marvell,armada_370_xp";
  22. cpus {
  23. cpu@0 {
  24. compatible = "marvell,sheeva-v7";
  25. };
  26. };
  27. mpic: interrupt-controller@d0020000 {
  28. compatible = "marvell,mpic";
  29. #interrupt-cells = <1>;
  30. #address-cells = <1>;
  31. #size-cells = <1>;
  32. interrupt-controller;
  33. };
  34. soc {
  35. #address-cells = <1>;
  36. #size-cells = <1>;
  37. compatible = "simple-bus";
  38. interrupt-parent = <&mpic>;
  39. ranges;
  40. serial@d0012000 {
  41. compatible = "ns16550";
  42. reg = <0xd0012000 0x100>;
  43. reg-shift = <2>;
  44. interrupts = <41>;
  45. status = "disabled";
  46. };
  47. serial@d0012100 {
  48. compatible = "ns16550";
  49. reg = <0xd0012100 0x100>;
  50. reg-shift = <2>;
  51. interrupts = <42>;
  52. status = "disabled";
  53. };
  54. timer@d0020300 {
  55. compatible = "marvell,armada-370-xp-timer";
  56. reg = <0xd0020300 0x30>;
  57. interrupts = <37>, <38>, <39>, <40>;
  58. };
  59. addr-decoding@d0020000 {
  60. compatible = "marvell,armada-addr-decoding-controller";
  61. reg = <0xd0020000 0x258>;
  62. };
  63. };
  64. };