Lines Matching +full:clock +full:- +full:out +full:- +full:frequency
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:
22 description: Clock output frequency in Hertz.
26 qca,clk-out-strength:
27 description: Clock output driver strength.
31 qca,disable-smarteee:
35 qca,keep-pll-enabled:
38 want to use the clock output without an ethernet link.
43 qca,disable-hibernation-mode:
48 valid clock.
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:
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 {