Re: [PATCH v4 4/4] arm64: dts: fsd: Add Ethernet support for PERIC Block of FSD SoC
From: Andrew Lunn
Date: Tue Jul 30 2024 - 16:17:32 EST
> +ðernet_1 {
> + status = "okay";
> +
> + fixed-link {
> + speed = <1000>;
> + full-duplex;
> + };
Another fixed link? That is a bit unusual.
Andrew