armada-390.dtsi 406 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree Include file for Marvell Armada 390 SoC.
  4. *
  5. * Copyright (C) 2015 Marvell
  6. *
  7. * Thomas Petazzoni <[email protected]>
  8. */
  9. #include "armada-39x.dtsi"
  10. / {
  11. compatible = "marvell,armada390";
  12. soc {
  13. internal-regs {
  14. pinctrl@18000 {
  15. compatible = "marvell,mv88f6920-pinctrl";
  16. reg = <0x18000 0x20>;
  17. };
  18. };
  19. };
  20. };