Skip to content

Commit 9aaa9c4

Browse files
whbo158jhedberg
authored andcommitted
boards: frdm_imx93: enable enet support
Enable ENET port on FRDM_IMX93 board. Signed-off-by: Hongbo Wang <hongbo.wang@nxp.com> Signed-off-by: Chekhov Ma <chekhov.ma@nxp.com> Signed-off-by: Jiafei Pan <jiafei.pan@nxp.com>
1 parent e88a531 commit 9aaa9c4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

boards/nxp/frdm_imx93/frdm_imx93_mimx9352_a55.dts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,33 @@
8282
};
8383
};
8484

85+
&enet {
86+
status = "okay";
87+
};
88+
89+
&enet_mac {
90+
pinctrl-0 = <&pinmux_enet>;
91+
pinctrl-names = "default";
92+
phy-handle = <&phy>;
93+
zephyr,random-mac-address;
94+
phy-connection-type = "rgmii";
95+
status = "okay";
96+
};
97+
98+
&enet_mdio {
99+
pinctrl-0 = <&pinmux_mdio>;
100+
pinctrl-names = "default";
101+
status = "okay";
102+
103+
phy: phy@2 {
104+
compatible = "motorcomm,yt8521";
105+
reg = <2>;
106+
status = "okay";
107+
motorcomm,rx-delay-sel = <13>;
108+
motorcomm,tx-delay-sel = <13>;
109+
};
110+
};
111+
85112
&lpuart2 {
86113
current-speed = <115200>;
87114
pinctrl-0 = <&uart2_default>;

0 commit comments

Comments
 (0)