Re: [PATCH v3 6/6] arm64: dts: agilex5: initial support for Arrow AXE5-Eagle
From: Andrew Lunn
Date: Sat Dec 07 2024 - 15:26:40 EST
> - 2x 1Gb Ethernet
> +&gmac2 {
> + status = "okay";
> + phy-mode = "rgmii-id";
> + phy-handle = <&emac2_phy0>;
> +
> + mdio0 {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + compatible = "snps,dwmac-mdio";
> + emac2_phy0: ethernet-phy@1 {
> + reg = <0x1>;
> + };
> + };
> +};
No gmac1?
Andrew