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#
21 qca,clk-out-frequency:
26 qca,clk-out-strength:
31 qca,disable-smarteee:
35 qca,keep-pll-enabled:
43 qca,disable-hibernation-mode:
51 qca,smarteee-tw-us-100m:
57 qca,smarteee-tw-us-1g:
63 vddio-supply:
65 RGMII I/O voltage regulator (see regulator/regulator.yaml).
67 The PHY supports RGMII I/O voltages of 1.5V, 1.8V and 2.5V. You can
68 either connect this to the vddio-regulator (1.5V / 1.8V) or the
69 vddh-regulator (2.5V).
73 vddio-regulator:
80 vddh-regulator:
91 - |
92 #include <dt-bindings/net/qca-ar803x.h>
95 #address-cells = <1>;
96 #size-cells = <0>;
98 phy-mode = "rgmii-id";
100 ethernet-phy@0 {
103 qca,clk-out-frequency = <125000000>;
104 qca,clk-out-strength = <AR803X_STRENGTH_FULL>;
106 vddio-supply = <&vddio>;
108 vddio: vddio-regulator {
109 regulator-min-microvolt = <1800000>;
110 regulator-max-microvolt = <1800000>;
114 - |
115 #include <dt-bindings/net/qca-ar803x.h>
118 #address-cells = <1>;
119 #size-cells = <0>;
121 phy-mode = "rgmii-id";
123 ethernet-phy@0 {
126 qca,clk-out-frequency = <50000000>;
127 qca,keep-pll-enabled;
129 vddio-supply = <&vddh>;
131 vddh: vddh-regulator {