Lines Matching +full:mode +full:- +full:flag

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/net/ethernet-phy.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>
14 # The dt-schema tools will generate a select statement first by using
21 pattern: "^ethernet-phy(@[a-f0-9]+)?$"
24 - $nodename
28 pattern: "^ethernet-phy(@[a-f0-9]+)?$"
32 - const: ethernet-phy-ieee802.3-c22
34 - const: ethernet-phy-ieee802.3-c45
36 - pattern: "^ethernet-phy-id[a-f0-9]{4}\\.[a-f0-9]{4}$"
46 - items:
47 - pattern: "^ethernet-phy-id[a-f0-9]{4}\\.[a-f0-9]{4}$"
48 - const: ethernet-phy-ieee802.3-c22
49 - items:
50 - pattern: "^ethernet-phy-id[a-f0-9]{4}\\.[a-f0-9]{4}$"
51 - const: ethernet-phy-ieee802.3-c45
62 max-speed:
64 - 10
65 - 100
66 - 1000
67 - 2500
68 - 5000
69 - 10000
70 - 20000
71 - 25000
72 - 40000
73 - 50000
74 - 56000
75 - 100000
76 - 200000
80 phy-10base-t1l-2.4vpp:
82 tristate, request/disable 2.4 Vpp operating mode. The values are:
83 0: Disable 2.4 Vpp operating mode.
84 1: Request 2.4 Vpp operating mode from link partner.
89 broken-turn-around:
90 $ref: /schemas/types.yaml#/definitions/flag
96 enet-phy-lane-swap:
97 $ref: /schemas/types.yaml#/definitions/flag
103 enet-phy-lane-no-swap:
104 $ref: /schemas/types.yaml#/definitions/flag
111 eee-broken-100tx:
112 $ref: /schemas/types.yaml#/definitions/flag
114 Mark the corresponding energy efficient ethernet mode as
117 eee-broken-1000t:
118 $ref: /schemas/types.yaml#/definitions/flag
120 Mark the corresponding energy efficient ethernet mode as
123 eee-broken-10gt:
124 $ref: /schemas/types.yaml#/definitions/flag
126 Mark the corresponding energy efficient ethernet mode as
129 eee-broken-1000kx:
130 $ref: /schemas/types.yaml#/definitions/flag
132 Mark the corresponding energy efficient ethernet mode as
135 eee-broken-10gkx4:
136 $ref: /schemas/types.yaml#/definitions/flag
138 Mark the corresponding energy efficient ethernet mode as
141 eee-broken-10gkr:
142 $ref: /schemas/types.yaml#/definitions/flag
144 Mark the corresponding energy efficient ethernet mode as
148 $ref: /schemas/types.yaml#/definitions/phandle-array
153 phy-is-integrated:
154 $ref: /schemas/types.yaml#/definitions/flag
165 reset-names:
168 reset-gpios:
173 reset-assert-us:
178 reset-deassert-us:
188 rx-internal-delay-ps:
194 tx-internal-delay-ps:
201 - reg
206 - |
208 #address-cells = <1>;
209 #size-cells = <0>;
211 ethernet-phy@0 {
212 compatible = "ethernet-phy-id0141.0e90", "ethernet-phy-ieee802.3-c45";
213 interrupt-parent = <&PIC>;
218 reset-names = "phy";
219 reset-gpios = <&gpio1 4 1>;
220 reset-assert-us = <1000>;
221 reset-deassert-us = <2000>;