cn9130-crb-A.dts 662 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2020 Marvell International Ltd.
  4. */
  5. #include "cn9130-crb.dtsi"
  6. / {
  7. model = "Marvell Armada CN9130-CRB-A";
  8. };
  9. &cp0_pcie0 {
  10. status = "okay";
  11. num-lanes = <4>;
  12. num-viewport = <8>;
  13. /* Generic PHY, providing serdes lanes */
  14. phys = <&cp0_comphy0 0
  15. &cp0_comphy1 0
  16. &cp0_comphy2 0
  17. &cp0_comphy3 0>;
  18. iommu-map =
  19. <0x0 &smmu 0x480 0x20>,
  20. <0x100 &smmu 0x4a0 0x20>,
  21. <0x200 &smmu 0x4c0 0x20>;
  22. iommu-map-mask = <0x031f>;
  23. };
  24. &cp0_usb3_0 {
  25. status = "okay";
  26. usb-phy = <&cp0_usb3_0_phy0>;
  27. phy-names = "usb";
  28. };
  29. &cp0_usb3_1 {
  30. status = "okay";
  31. usb-phy = <&cp0_usb3_0_phy1>;
  32. phy-names = "usb";
  33. };