On 29/10/2019 13:23, Oliver Graute wrote: > +&fec1 { > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_fec1>; > + phy-mode = "rgmii"; > + phy-handle = <ðphy0>; > + fsl,magic-packet; > + fsl,rgmii_txc_dly; > + fsl,rgmii_rxc_dly; > + status = "okay"; The two fsl,rgmii* properties do not exist in mainline. I suppose there were copied from downstream? > + > + mdio { > + #address-cells = <1>; > + #size-cells = <0>; > + > + ethphy0: ethernet-phy@0 { > + compatible = "ethernet-phy-ieee802.3-c22"; > + reg = <6>; > + at803x,eee-disabled; > + at803x,vddio-1p8v; > + }; > + }; > +}; Regards.