Lines Matching +full:rgmii +full:- +full:id
1 # SPDX-License-Identifier: GPL-2.0+
3 ---
4 $id: http://devicetree.org/schemas/net/qca,ar803x.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Lunn <andrew@lunn.ch>
11 - Florian Fainelli <f.fainelli@gmail.com>
12 - Heiner Kallweit <hkallweit1@gmail.com>
18 - $ref: ethernet-phy.yaml#
19 - if:
24 - ethernet-phy-id004d.d0c0
33 - description:
36 qcom,dac-preset-short-cable:
48 - ethernet-phy-id004d.d0c0
50 qca,clk-out-frequency:
55 qca,clk-out-strength:
60 qca,disable-smarteee:
64 qca,keep-pll-enabled:
72 qca,disable-hibernation-mode:
80 qca,smarteee-tw-us-100m:
86 qca,smarteee-tw-us-1g:
92 vddio-supply:
94 RGMII I/O voltage regulator (see regulator/regulator.yaml).
96 The PHY supports RGMII I/O voltages of 1.5V, 1.8V and 2.5V. You can
97 either connect this to the vddio-regulator (1.5V / 1.8V) or the
98 vddh-regulator (2.5V).
102 vddio-regulator:
109 vddh-regulator:
120 - |
121 #include <dt-bindings/net/qca-ar803x.h>
124 #address-cells = <1>;
125 #size-cells = <0>;
127 phy-mode = "rgmii-id";
129 ethernet-phy@0 {
132 qca,clk-out-frequency = <125000000>;
133 qca,clk-out-strength = <AR803X_STRENGTH_FULL>;
135 vddio-supply = <&vddio>;
137 vddio: vddio-regulator {
138 regulator-min-microvolt = <1800000>;
139 regulator-max-microvolt = <1800000>;
143 - |
144 #include <dt-bindings/net/qca-ar803x.h>
147 #address-cells = <1>;
148 #size-cells = <0>;
150 phy-mode = "rgmii-id";
152 ethernet-phy@0 {
155 qca,clk-out-frequency = <50000000>;
156 qca,keep-pll-enabled;
158 vddio-supply = <&vddh>;
160 vddh: vddh-regulator {
164 - |
165 #include <dt-bindings/reset/qcom,gcc-ipq5018.h>
168 #address-cells = <1>;
169 #size-cells = <0>;
171 ge_phy: ethernet-phy@7 {
172 compatible = "ethernet-phy-id004d.d0c0";