@@ -38,5 +38,17 @@
clock-frequency = <600000000>;
status = "okay";
};
+ eth@d0070000 {
+ clock-frequency = <200000000>;
+ status = "okay";
+ phy-mode = "rmii";
+ phy-addr = <0>;
+ };
+ eth@d0074000 {
+ clock-frequency = <200000000>;
+ status = "okay";
+ phy-mode = "rmii";
+ phy-addr = <1>;
+ };
};
};
@@ -46,5 +46,29 @@
clock-frequency = <250000000>;
status = "okay";
};
+ eth@d0070000 {
+ clock-frequency = <250000000>;
+ status = "okay";
+ phy-mode = "rmii";
+ phy-addr = <0>;
+ };
+ eth@d0074000 {
+ clock-frequency = <250000000>;
+ status = "okay";
+ phy-mode = "rmii";
+ phy-addr = <1>;
+ };
+ eth@d0030000 {
+ clock-frequency = <250000000>;
+ status = "okay";
+ phy-mode = "sgmii";
+ phy-addr = <25>;
+ };
+ eth@d0034000 {
+ clock-frequency = <250000000>;
+ status = "okay";
+ phy-mode = "sgmii";
+ phy-addr = <27>;
+ };
};
};
This patch enables the two network interfaces of the Armada 370 official Marvell evaluation platform, and the four network interfaces of the Armada XP official Marvell evaluation platform. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- arch/arm/boot/dts/armada-370-db.dts | 12 ++++++++++++ arch/arm/boot/dts/armada-xp-db.dts | 24 ++++++++++++++++++++++++ 2 files changed, 36 insertions(+)