Commit 0539cbb5 authored by Antoine Tenart's avatar Antoine Tenart Committed by Gregory CLEMENT

arm64: dts: marvell: 8040-db: enable the SFP ports

This patch enables the SFP ports on the Armada 8040 DB as these ports
are now supported by the PPv2 driver (since the PHY is now optional).
Signed-off-by: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Tested-by: default avatarMarcin Wojtas <mw@semihalf.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 30967cfe
......@@ -202,6 +202,11 @@ &cpm_ethernet {
status = "okay";
};
&cpm_eth0 {
status = "okay";
phy-mode = "10gbase-kr";
};
&cpm_eth2 {
status = "okay";
phy = <&phy1>;
......@@ -246,6 +251,11 @@ &cps_ethernet {
status = "okay";
};
&cps_eth0 {
status = "okay";
phy-mode = "10gbase-kr";
};
&cps_eth1 {
status = "okay";
phy = <&phy0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment