Lines Matching +full:full +full:- +full:duplex
5 - compatible: should be one of:
9 - #size-cells: must be 0
10 - #address-cells: must be 1
14 - reset-gpios: GPIO to be used to reset the whole device
20 mdio-bus each subnode describing a port needs to have a valid phandle
24 Don't use mixed external and internal mdio-bus configurations, as this is
31 - fixed-link : Fixed-link subnode describing a link to a non-MDIO
33 Documentation/devicetree/bindings/net/fixed-link.txt
36 For QCA8K the 'fixed-link' sub-node supports only the following properties:
38 - 'speed' (integer, mandatory), to indicate the link speed. Accepted
40 - 'full-duplex' (boolean, optional), to indicate that full duplex is
41 used. When absent, half duplex is assumed.
45 for the external mdio-bus configuration:
70 #address-cells = <1>;
71 #size-cells = <0>;
73 reset-gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
77 #address-cells = <1>;
78 #size-cells = <0>;
83 phy-mode = "rgmii";
84 fixed-link {
86 full-duplex;
93 phy-handle = <&phy_port1>;
99 phy-handle = <&phy_port2>;
105 phy-handle = <&phy_port3>;
111 phy-handle = <&phy_port4>;
117 phy-handle = <&phy_port5>;
123 for the internal master mdio-bus configuration:
128 #address-cells = <1>;
129 #size-cells = <0>;
131 reset-gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
135 #address-cells = <1>;
136 #size-cells = <0>;
142 phy-mode = "rgmii";
143 fixed-link {
145 full-duplex;