Skip to content

Commit 0c80540

Browse files
claudiu-mdavem330
authored andcommitted
arm64: dts: fsl: ls1028a-rdb: Add ENETC external eth ports for the LS1028A 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 <[email protected]> Signed-off-by: Claudiu Manoil <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 927d7f8 commit 0c80540

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,20 @@
7171
&duart1 {
7272
status = "okay";
7373
};
74+
75+
&enetc_port0 {
76+
phy-handle = <&sgmii_phy0>;
77+
phy-connection-type = "sgmii";
78+
79+
mdio {
80+
#address-cells = <1>;
81+
#size-cells = <0>;
82+
sgmii_phy0: ethernet-phy@2 {
83+
reg = <0x2>;
84+
};
85+
};
86+
};
87+
88+
&enetc_port1 {
89+
status = "disabled";
90+
};

0 commit comments

Comments
 (0)