1 * Allwinner A10 MDIO Ethernet Controller interface
4 - compatible: should be "allwinner,sun4i-a10-mdio"
5 (Deprecated: "allwinner,sun4i-mdio").
6 - reg: address and length of the register set for the device.
9 - phy-supply: phandle to a regulator if the PHY needs one
11 Example at the SoC level:
13 compatible = "allwinner,sun4i-a10-mdio";
14 reg = <0x01c0b080 0x14>;
19 And at the board level:
22 phy-supply = <®_emac_3v3>;
24 phy0: ethernet-phy@0 {