1 Hisilicon MDIO bus controller
4 - compatible: can be one of:
7 "hisilicon,hns-mdio" is recommended to be used for hip05 and later SOCs,
8 while "hisilicon,mdio" is optional for backwards compatibility only on
10 - reg: The base address of the MDIO bus controller register bank.
11 - #address-cells: Must be <1>.
12 - #size-cells: Must be <0>. MDIO addresses have no size component.
14 Typically an MDIO bus might have several children.
20 compatible = "hisilicon,hns-mdio","hisilicon,mdio";
21 reg = <0x0 0x803c0000 0x0 0x10000>;