mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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:
parent
a692761a8e
commit
ff8efe28bb
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user