Lines Matching +full:disable +full:- +full:hibernation +full:- +full:mode
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:
31 qca,disable-smarteee:
32 description: Disable Atheros SmartEEE feature.
35 qca,keep-pll-enabled:
43 qca,disable-hibernation-mode:
45 Disable Atheros AR803X PHYs hibernation mode. If present, indicates
46 that the hardware of PHY will not enter power saving mode when the
51 qca,smarteee-tw-us-100m:
57 qca,smarteee-tw-us-1g:
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:
79 vddh-regulator:
89 - |
90 #include <dt-bindings/net/qca-ar803x.h>
93 #address-cells = <1>;
94 #size-cells = <0>;
96 phy-mode = "rgmii-id";
98 ethernet-phy@0 {
101 qca,clk-out-frequency = <125000000>;
102 qca,clk-out-strength = <AR803X_STRENGTH_FULL>;
104 vddio-supply = <&vddio>;
106 vddio: vddio-regulator {
107 regulator-min-microvolt = <1800000>;
108 regulator-max-microvolt = <1800000>;
112 - |
113 #include <dt-bindings/net/qca-ar803x.h>
116 #address-cells = <1>;
117 #size-cells = <0>;
119 phy-mode = "rgmii-id";
121 ethernet-phy@0 {
124 qca,clk-out-frequency = <50000000>;
125 qca,keep-pll-enabled;
127 vddio-supply = <&vddh>;
129 vddh: vddh-regulator {