mediatek,mt7621-pci-phy.yaml 770 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  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
  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. clocks:
  15. maxItems: 1
  16. "#phy-cells":
  17. const: 1
  18. description: selects if the phy is dual-ported
  19. required:
  20. - compatible
  21. - reg
  22. - clocks
  23. - "#phy-cells"
  24. additionalProperties: false
  25. examples:
  26. - |
  27. pcie0_phy: pcie-phy@1e149000 {
  28. compatible = "mediatek,mt7621-pci-phy";
  29. reg = <0x1e149000 0x0700>;
  30. clocks = <&sysc 0>;
  31. #phy-cells = <1>;
  32. };