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

From: Andrew Lunn
Date: Tue Jul 30 2024 - 16:16:29 EST


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

What is the interface connected to? A switch?

Andrew