Lines Matching full:mdio
5 bit-banged GPIO that while it reuses the MDIO lines MCK and MDIO does
6 not use the MDIO protocol. This binding defines how to specify the
23 - mdio-gpios: GPIO line for the MDIO data line.
48 - mdio
50 This defines the internal MDIO bus of the SMI device, mostly for the
54 Required properties of mdio:
56 - compatible: should be set to "realtek,smi-mdio" for all SMI devices
58 See net/mdio.txt for additional MDIO bus properties.
67 /* 22 = MDIO (has input reads), 21 = MDC (clock, output only) */
69 mdio-gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>;
122 mdio {
123 compatible = "realtek,smi-mdio", "dsa-mdio";