Re: [PATCH v1 5/7] ARM: dts: sunxi: add support for NetCube Systems Nagami SoM

From: Andrew Lunn
Date: Sun Jul 06 2025 - 03:39:18 EST


> +&mdio {
> + lan8720a: ethernet-phy@1 {
> + compatible = "ethernet-phy-ieee802.3-c22";
> + reg = <1>;
> + };
> +};

Just for clarification: The PHY is on the SOM? I've seen systems where
the PHY is on the SOM, and the magnetics and RJ45 on the carrier
board. I've also seen systems where the PHY, magnetics and RJ45 are on
the carrier.

Andrew