Re: [PATCH 4/4] arm64: dts: fsd: Add Ethernet support for PERIC Block of FSD SoC

From: Andrew Lunn
Date: Fri Nov 04 2022 - 11:35:02 EST


> +&ethernet_1 {
> + status = "okay";
> +
> + fixed-link {
> + speed=<1000>;
> + full-duplex;
> + };

That is pretty unusual. Fixed link is generally used when connected to
an Ethernet switch. Is that the case here?

Andrew