Lines Matching +full:auto +full:- +full:i2c
2 -------------------------------------------------
6 - compatible: should be
7 - "smsc,lan9303-i2c" for I2C managed mode
9 - "smsc,lan9303-mdio" for mdio managed mode
13 - reset-gpios: GPIO to be used to reset the whole device
14 - reset-duration: reset duration in milliseconds, defaults to 200 ms
23 auto-detected and mapped accordingly.
27 I2C managed mode:
31 fixed-link { /* RMII fixed link to LAN9303 */
33 full-duplex;
38 compatible = "smsc,lan9303-i2c";
40 reset-gpios = <&gpio7 6 GPIO_ACTIVE_LOW>;
41 reset-duration = <200>;
44 #address-cells = <1>;
45 #size-cells = <0>;
67 phy-handle = <&switch>;
70 #address-cells = <1>;
71 #size-cells = <0>;
73 switch: switch-phy@0 {
74 compatible = "smsc,lan9303-mdio";
76 reset-gpios = <&gpio7 6 GPIO_ACTIVE_LOW>;
77 reset-duration = <100>;
80 #address-cells = <1>;
81 #size-cells = <0>;