> +ð { > + phy-mode ="rgmii-rxid"; > + phy-handle = <ðernet_phy0>; > + pinctrl-names = "default", "sleep"; > + pinctrl-0 = <ð_default_pins>; > + pinctrl-1 = <ð_sleep_pins>; > + snps,reset-gpio = <&pio 147 GPIO_ACTIVE_HIGH>; > + snps,reset-delays-us = <0 10000 10000>; > + mediatek,tx-delay-ps = <2030>; Can you set phy-mode to rgmii-id, and remove the tx-delay-ps property? Andrew