> Gesendet: Montag, 24. Januar 2022 um 12:03 Uhr > Von: "Sascha Hauer" <sha@xxxxxxxxxxxxxx> > On Mon, Jan 24, 2022 at 09:55:05AM +0100, Frank Wunderlich wrote: > > took this from the 3568-EVB (like the most parts, as the board is > > mostly the same), and in linux it's the same and working. The switch > > have also phy-id 0 on mdio bus #1, are you sure this is invalid? just to clarify: in linux dts only the basics were taken from evb and changed if needed (like iodomain, regulators). mixed this with the barebox submsission where i mainly used the evb dts. should i add a note in head that some parts are taken from EVB and vendors dts? As this is my first new DTS, i want to be sure the legal notice is correct. > It's not invalid, it's just the broadcast address to which other phys > might answer as well. Anyway, as long as there's only a single phy on > the bus it's probably okay. ok, on mdio0 there is the rtl8211 phy and on mdio1 there is the rtl8367rb switch, so only 1 device per bus. I was not aware that 0 is broadcast. regards Frank