armada-370.dtsi 929 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * Device Tree Include file for Marvell Armada 370 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. *
  10. * This file is licensed under the terms of the GNU General Public
  11. * License version 2. This program is licensed "as is" without any
  12. * warranty of any kind, whether express or implied.
  13. *
  14. * Contains definitions specific to the Armada 370 SoC that are not
  15. * common to all Armada SoCs.
  16. */
  17. /include/ "armada-370-xp.dtsi"
  18. / {
  19. model = "Marvell Armada 370 family SoC";
  20. compatible = "marvell,armada370", "marvell,armada-370-xp";
  21. mpic: interrupt-controller@d0020000 {
  22. reg = <0xd0020a00 0x1d0>,
  23. <0xd0021870 0x58>;
  24. };
  25. soc {
  26. system-controller@d0018200 {
  27. compatible = "marvell,armada-370-xp-system-controller";
  28. reg = <0xd0018200 0x100>;
  29. };
  30. };
  31. };