Re: [PATCH 2/2] arm64: dts: rockchip: Add Radxa E54C
From: Andrew Lunn
Date: Wed Aug 12 2026 - 17:53:28 EST
> +&gmac1 {
> + clock_in_out = "output";
> + phy-mode = "rgmii-id";
> + ethernet-port@6 {
> + reg = <6>;
> + ethernet = <&gmac1>;
> + phy-mode = "rgmii-id";
> + rx-internal-delay-ps = <2000>;
> + tx-internal-delay-ps = <2000>;
Both the MAC and the switch are using rgmii-id? How does that work?
Andrew