armada-7040.dtsi 705 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (C) 2016 Marvell Technology Group Ltd.
  4. *
  5. * Device Tree file for the Armada 7040 SoC, made of an AP806 Quad and
  6. * one CP110.
  7. */
  8. #include "armada-ap806-quad.dtsi"
  9. #include "armada-70x0.dtsi"
  10. / {
  11. model = "Marvell Armada 7040";
  12. compatible = "marvell,armada7040", "marvell,armada-ap806-quad",
  13. "marvell,armada-ap806";
  14. };
  15. &cp0_pcie0 {
  16. iommu-map =
  17. <0x0 &smmu 0x480 0x20>,
  18. <0x100 &smmu 0x4a0 0x20>,
  19. <0x200 &smmu 0x4c0 0x20>;
  20. iommu-map-mask = <0x031f>;
  21. };
  22. &cp0_sata0 {
  23. iommus = <&smmu 0x444>;
  24. };
  25. &cp0_sdhci0 {
  26. iommus = <&smmu 0x445>;
  27. };
  28. &cp0_usb3_0 {
  29. iommus = <&smmu 0x440>;
  30. };
  31. &cp0_usb3_1 {
  32. iommus = <&smmu 0x441>;
  33. };