MIPS: mobileye: eyeq5-epm: add two Cadence GEM Ethernet PHYs

The Mobileye EyeQ5 eval board (EPM) embeds two MDIO PHYs.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Théo Lebrun 2026-02-25 17:55:24 +01:00 committed by Thomas Bogendoerfer
parent a692761a8e
commit ff8efe28bb

View File

@ -29,3 +29,29 @@ temperature-sensor@48 {
label = "U60";
};
};
&macb0 {
phy-mode = "sgmii";
phy-handle = <&macb0_phy>;
mdio {
#address-cells = <1>;
#size-cells = <0>;
macb0_phy: ethernet-phy@e {
reg = <0xe>;
};
};
};
&macb1 {
phy-mode = "rgmii-id";
phy-handle = <&macb1_phy>;
mdio {
#address-cells = <1>;
#size-cells = <0>;
macb1_phy: ethernet-phy@e {
reg = <0xe>;
};
};
};