Re: [PATCH 2/3] arm64: dts: ti: k3-am642-evm: add ICSSG1 Ethernet support

From: Andrew Lunn
Date: Thu Dec 07 2023 - 16:38:54 EST


> +&icssg1_mdio {
> + status = "okay";
> + pinctrl-names = "default";
> + pinctrl-0 = <&icssg1_mdio1_pins_default>;
> +
> + icssg1_phy1: ethernet-phy@0 {
> + reg = <0xf>;

reg = 0xf, so this is ethernet-phy@f.

Andrew