···11+* Adaptrum Anarion ethernet controller22+33+This device is a platform glue layer for stmmac.44+Please see stmmac.txt for the other unchanged properties.55+66+Required properties:77+ - compatible: Should be "adaptrum,anarion-gmac", "snps,dwmac"88+ - phy-mode: Should be "rgmii". Other modes are not currently supported.99+1010+1111+Examples:1212+1313+ gmac1: ethernet@f2014000 {1414+ compatible = "adaptrum,anarion-gmac", "snps,dwmac";1515+ reg = <0xf2014000 0x4000>, <0xf2018100 8>;1616+1717+ interrupt-parent = <&core_intc>;1818+ interrupts = <21>;1919+ interrupt-names = "macirq";2020+2121+ clocks = <&core_clk>;2222+ clock-names = "stmmaceth";2323+2424+ phy-mode = "rgmii";2525+ };