1 Hisilicon Fast Ethernet MDIO Controller interface
4 - compatible: should be "hisilicon,hisi-femac-mdio".
5 - reg: address and length of the register set for the device.
6 - clocks: A phandle to the reference clock for this device.
8 - PHY subnode: inherits from phy binding [1]
9 [1] Documentation/devicetree/bindings/net/phy.txt
13 compatible = "hisilicon,hisi-femac-mdio";
14 reg = <0x10091100 0x10>;
15 clocks = <&crg HI3516CV300_MDIO_CLK>;