Lines Matching +full:ethernet +full:- +full:switch
1 Distributed Switch Architecture Device Tree Bindings
2 ----------------------------------------------------
12 - ports : A container for child nodes representing switch ports.
16 - dsa,member : A two element list indicates which DSA cluster, and position
17 within the cluster a switch takes. <0 0> is cluster 0,
18 switch 0. <0 1> is cluster 0, switch 1. <1 0> is cluster 1,
19 switch 0. A switch not part of any cluster (single device
26 - #address-cells : Must be 1
27 - #size-cells : Must be 0
30 - reg : Describes the port address in the switch
35 - link : Should be a list of phandles to other switch's DSA
43 - ethernet : Should be a phandle to a valid Ethernet device node.
44 This host device is what the switch port is
49 - label : Describes the label associated with this port, which
55 - phy-handle : Phandle to a PHY on an MDIO bus. See
56 Documentation/devicetree/bindings/net/ethernet.txt
59 - phy-mode : See
60 Documentation/devicetree/bindings/net/ethernet.txt
63 - fixed-link : Fixed-link subnode describing a link to a non-MDIO
65 Documentation/devicetree/bindings/net/fixed-link.txt
69 defined in ethernet.txt.
77 #address-cells = <1>;
78 #size-cells = <0>;
87 #address-cells = <1>;
88 #size-cells = <0>;
97 local-mac-address = [00 00 00 00 00 00];
107 phy-mode = "rgmii-txid";
110 fixed-link {
112 full-duplex;
118 ethernet = <&fec1>;
119 fixed-link {
121 full-duplex;
129 #address-cells = <1>;
130 #size-cells = <0>;
139 #address-cells = <1>;
140 #size-cells = <0>;
144 phy-handle = <&switch1phy0>;
150 phy-handle = <&switch1phy1>;
156 phy-handle = <&switch1phy2>;
162 phy-mode = "rgmii-txid";
163 fixed-link {
165 full-duplex;
171 phy-mode = "rgmii-txid";
173 fixed-link {
175 full-duplex;
179 mdio-bus {
180 #address-cells = <1>;
181 #size-cells = <0>;
196 #address-cells = <1>;
197 #size-cells = <0>;
206 #address-cells = <1>;
207 #size-cells = <0>;
226 fixed-link {
228 full-duplex;
229 link-gpios = <&gpio6 2
237 fixed-link {
239 full-duplex;
240 link-gpios = <&gpio6 3
247 phy-mode = "rgmii-txid";
250 fixed-link {
252 full-duplex;