xref: /freebsd/sys/contrib/device-tree/Bindings/phy/mediatek,mt7621-pci-phy.yaml (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1*aa1a8ff2SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
25def4c47SEmmanuel Vadot%YAML 1.2
35def4c47SEmmanuel Vadot---
4fac71e4eSEmmanuel Vadot$id: http://devicetree.org/schemas/phy/mediatek,mt7621-pci-phy.yaml#
5fac71e4eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
65def4c47SEmmanuel Vadot
77ef62cebSEmmanuel Vadottitle: Mediatek Mt7621 PCIe PHY
85def4c47SEmmanuel Vadot
95def4c47SEmmanuel Vadotmaintainers:
105def4c47SEmmanuel Vadot  - Sergio Paracuellos <sergio.paracuellos@gmail.com>
115def4c47SEmmanuel Vadot
125def4c47SEmmanuel Vadotproperties:
135def4c47SEmmanuel Vadot  compatible:
145def4c47SEmmanuel Vadot    const: mediatek,mt7621-pci-phy
155def4c47SEmmanuel Vadot
165def4c47SEmmanuel Vadot  reg:
175def4c47SEmmanuel Vadot    maxItems: 1
185def4c47SEmmanuel Vadot
195956d97fSEmmanuel Vadot  clocks:
205956d97fSEmmanuel Vadot    maxItems: 1
215956d97fSEmmanuel Vadot
225def4c47SEmmanuel Vadot  "#phy-cells":
235def4c47SEmmanuel Vadot    const: 1
245def4c47SEmmanuel Vadot    description: selects if the phy is dual-ported
255def4c47SEmmanuel Vadot
265def4c47SEmmanuel Vadotrequired:
275def4c47SEmmanuel Vadot  - compatible
285def4c47SEmmanuel Vadot  - reg
295956d97fSEmmanuel Vadot  - clocks
305def4c47SEmmanuel Vadot  - "#phy-cells"
315def4c47SEmmanuel Vadot
325def4c47SEmmanuel VadotadditionalProperties: false
335def4c47SEmmanuel Vadot
345def4c47SEmmanuel Vadotexamples:
355def4c47SEmmanuel Vadot  - |
365def4c47SEmmanuel Vadot    pcie0_phy: pcie-phy@1e149000 {
375def4c47SEmmanuel Vadot      compatible = "mediatek,mt7621-pci-phy";
385def4c47SEmmanuel Vadot      reg = <0x1e149000 0x0700>;
395956d97fSEmmanuel Vadot      clocks = <&sysc 0>;
405def4c47SEmmanuel Vadot      #phy-cells = <1>;
415def4c47SEmmanuel Vadot    };
42