Lines Matching +full:smarteee +full:- +full:tw +full:- +full:us +full:- +full:1 +full:g
1 # SPDX-License-Identifier: GPL-2.0+
3 ---
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:
29 enum: [0, 1, 2]
31 qca,disable-smarteee:
32 description: Disable Atheros SmartEEE feature.
35 qca,keep-pll-enabled:
43 qca,disable-hibernation-mode:
51 qca,smarteee-tw-us-100m:
52 description: EEE Tw parameter for 100M links.
54 minimum: 1
57 qca,smarteee-tw-us-1g:
58 description: EEE Tw parameter for gigabit links.
60 minimum: 1
63 vddio-supply:
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 {