Skip to content

Commit

Permalink
arm64: dts: fsl: ls1028a-rdb: Add ENETC external eth ports for the LS…
Browse files Browse the repository at this point in the history
…1028A RDB board

The LS1028A RDB board features an Atheros PHY connected over
SGMII to the ENETC PF0 (or Port0).  ENETC Port1 (PF1) has no
external connection on this board, so it can be disabled for now.

Signed-off-by: Alex Marginean <alexandru.marginean@nxp.com>
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Claudiu Manoil authored and David S. Miller committed Mar 1, 2019
1 parent 927d7f8 commit 0c80540
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,20 @@
&duart1 {
status = "okay";
};

&enetc_port0 {
phy-handle = <&sgmii_phy0>;
phy-connection-type = "sgmii";

mdio {
#address-cells = <1>;
#size-cells = <0>;
sgmii_phy0: ethernet-phy@2 {
reg = <0x2>;
};
};
};

&enetc_port1 {
status = "disabled";
};

0 comments on commit 0c80540

Please sign in to comment.