mediatek,mt7621-pci-phy.yaml 708 B

123456789101112131415161718192021222324252627282930313233343536
  1. # SPDX-License-Identifier: GPL-2.0
  2. %YAML 1.2
  3. ---
  4. $id: "http://devicetree.org/schemas/phy/mediatek,mt7621-pci-phy.yaml#"
  5. $schema: "http://devicetree.org/meta-schemas/core.yaml#"
  6. title: Mediatek Mt7621 PCIe PHY Device Tree Bindings
  7. maintainers:
  8. - Sergio Paracuellos <sergio.paracuellos@gmail.com>
  9. properties:
  10. compatible:
  11. const: mediatek,mt7621-pci-phy
  12. reg:
  13. maxItems: 1
  14. "#phy-cells":
  15. const: 1
  16. description: selects if the phy is dual-ported
  17. required:
  18. - compatible
  19. - reg
  20. - "#phy-cells"
  21. additionalProperties: false
  22. examples:
  23. - |
  24. pcie0_phy: pcie-phy@1e149000 {
  25. compatible = "mediatek,mt7621-pci-phy";
  26. reg = <0x1e149000 0x0700>;
  27. #phy-cells = <1>;
  28. };