armada-395.dtsi 823 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree Include file for Marvell Armada 395 SoC.
  4. *
  5. * Copyright (C) 2016 Marvell
  6. *
  7. * Grzegorz Jaszczyk <[email protected]>
  8. */
  9. #include "armada-39x.dtsi"
  10. / {
  11. compatible = "marvell,armada395", "marvell,armada390";
  12. soc {
  13. internal-regs {
  14. pinctrl@18000 {
  15. compatible = "marvell,mv88f6925-pinctrl";
  16. reg = <0x18000 0x20>;
  17. };
  18. sata@a8000 {
  19. compatible = "marvell,armada-380-ahci";
  20. reg = <0xa8000 0x2000>;
  21. interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
  22. clocks = <&gateclk 15>;
  23. status = "disabled";
  24. };
  25. usb3@f0000 {
  26. compatible = "marvell,armada-380-xhci";
  27. reg = <0xf0000 0x4000>,<0xf4000 0x4000>;
  28. interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
  29. clocks = <&gateclk 9>;
  30. status = "disabled";
  31. };
  32. };
  33. };
  34. };