On Fri, May 31, 2024 at 12:22:19PM +0200, Lorenzo Bianconi wrote: > Introduce the Airoha EN7581 ethernet node in Airoha EN7581 dtsi > > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > --- > arch/arm64/boot/dts/airoha/en7581-evb.dts | 4 +++ > arch/arm64/boot/dts/airoha/en7581.dtsi | 31 +++++++++++++++++++++++ > 2 files changed, 35 insertions(+) > > diff --git a/arch/arm64/boot/dts/airoha/en7581-evb.dts b/arch/arm64/boot/dts/airoha/en7581-evb.dts > index cf58e43dd5b2..82da86ae00b0 100644 > --- a/arch/arm64/boot/dts/airoha/en7581-evb.dts > +++ b/arch/arm64/boot/dts/airoha/en7581-evb.dts > @@ -24,3 +24,7 @@ memory@80000000 { > reg = <0x0 0x80000000 0x2 0x00000000>; > }; > }; > + > +ð0 { > + status = "okay"; > +}; Is that enough to make it useful? Don't you need a phy-handle, or phy-mode? Andrew