On 22-07-13, Frieder Schrempf wrote: > Hi Marco, > > Am 13.07.22 um 10:36 schrieb Marco Felsch: > > Hi Frieder, > > > > On 22-07-13, Frieder Schrempf wrote: > > > > > >> + aliases { > >> + ethernet1 = &usbnet; > >> + }; > > > > Out of curiosity, why do you prefer usbnet instead of the fec? > > We don't. In imx8mm.dtsi there is: > > ethernet0 = &fec1; > > We only assign the alias for the second ethernet, which is the USB adapter. Ah.. I see, thanks :) Regards, Marco