> +&gmac1 {
> + clock_in_out = "output";
> + phy-mode = "rgmii-id";
> + ethernet-port at 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