Re: [PATCH 3/4] arm64: dts: rockchip: Add GMAC nodes for RK3528

From: Andrew Lunn
Date: Thu Mar 06 2025 - 17:47:03 EST


On Thu, Mar 06, 2025 at 10:13:56PM +0000, Jonas Karlman wrote:
> Rockchip RK3528 has two Ethernet controllers based on Synopsys DWC
> Ethernet QoS IP.
>
> Add device tree nodes for the two Ethernet controllers in RK3528.
>
> Signed-off-by: Jonas Karlman <jonas@xxxxxxxxx>
> ---
> gmac0 is missing the integrated-phy and has not been tested bacause I do
> not have any board that use this Ethernet controller.

What do you know about the integrated PHY? Does it use one of the
standard phy-modes? RMII? Does the datasheet indicate what address it
uses on the MDIO bus? If you know these two bits of information, you
can probably add it.

Andrew