armada-398.dtsi 626 B

12345678910111213141516171819202122232425262728293031
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree Include file for Marvell Armada 398 SoC.
  4. *
  5. * Copyright (C) 2015 Marvell
  6. *
  7. * Thomas Petazzoni <[email protected]>
  8. */
  9. #include "armada-395.dtsi"
  10. / {
  11. compatible = "marvell,armada398", "marvell,armada390";
  12. soc {
  13. internal-regs {
  14. pinctrl@18000 {
  15. compatible = "marvell,mv88f6928-pinctrl";
  16. reg = <0x18000 0x20>;
  17. };
  18. sata@e0000 {
  19. compatible = "marvell,armada-380-ahci";
  20. reg = <0xe0000 0x2000>;
  21. interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
  22. clocks = <&gateclk 30>;
  23. status = "disabled";
  24. };
  25. };
  26. };
  27. };