[U-Boot] [PATCH] dts: mvebu: mcbin: enable 1G network interface

Describe the 1Gb network interface with on-board 88E1512 PHY.
Signed-off-by: Baruch Siach baruch@tkos.co.il --- arch/arm/dts/armada-8040-mcbin.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
diff --git a/arch/arm/dts/armada-8040-mcbin.dts b/arch/arm/dts/armada-8040-mcbin.dts index f912596c2cde..7e8e2f707ccf 100644 --- a/arch/arm/dts/armada-8040-mcbin.dts +++ b/arch/arm/dts/armada-8040-mcbin.dts @@ -154,6 +154,12 @@ status = "okay"; };
+&cpm_mdio { + ge_phy: ethernet-phy@0 { + reg = <0>; + }; +}; + &cpm_comphy { /* * CP0 Serdes Configuration: @@ -197,6 +203,16 @@ status = "okay"; };
+&cps_ethernet { + status = "okay"; +}; + +&cps_eth1 { + status = "okay"; + phy = <&ge_phy>; + phy-mode = "sgmii"; +}; + &cps_pinctl { /* * MPP Bus:

On 21.11.18 12:12, Baruch Siach wrote:
Describe the 1Gb network interface with on-board 88E1512 PHY.
Signed-off-by: Baruch Siach baruch@tkos.co.il
arch/arm/dts/armada-8040-mcbin.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
diff --git a/arch/arm/dts/armada-8040-mcbin.dts b/arch/arm/dts/armada-8040-mcbin.dts index f912596c2cde..7e8e2f707ccf 100644 --- a/arch/arm/dts/armada-8040-mcbin.dts +++ b/arch/arm/dts/armada-8040-mcbin.dts @@ -154,6 +154,12 @@ status = "okay"; };
+&cpm_mdio {
- ge_phy: ethernet-phy@0 {
reg = <0>;
- };
+};
- &cpm_comphy { /*
- CP0 Serdes Configuration:
@@ -197,6 +203,16 @@ status = "okay"; };
+&cps_ethernet {
- status = "okay";
+};
+&cps_eth1 {
- status = "okay";
- phy = <&ge_phy>;
- phy-mode = "sgmii";
+};
- &cps_pinctl { /*
- MPP Bus:
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan

On 21.11.18 12:12, Baruch Siach wrote:
Describe the 1Gb network interface with on-board 88E1512 PHY.
Signed-off-by: Baruch Siach baruch@tkos.co.il
Applied to u-boot-marvell/master.
Thanks, Stefan
participants (2)
-
Baruch Siach
-
Stefan Roese