Skip to content

Commit 7ebde9b

Browse files
committed
boards: imx95_evk_a55: add NETC support
Added NETC PSI0 support on the i.MX 95 EVK board for A55 platform. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent 65e6c91 commit 7ebde9b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

boards/nxp/imx95_evk/imx95_evk_mimx9596_a55.dts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,27 @@
4747
};
4848
};
4949

50+
&emdio {
51+
pinctrl-0 = <&emdio_default>;
52+
pinctrl-names = "default";
53+
status = "disabled";
54+
55+
phy0: phy@1 {
56+
compatible = "realtek,rtl8211f";
57+
reg = <0x1>;
58+
status = "disabled";
59+
};
60+
};
61+
62+
&enetc_psi0 {
63+
local-mac-address = [00 00 00 01 02 00];
64+
pinctrl-0 = <&eth0_default>;
65+
pinctrl-names = "default";
66+
phy-handle = <&phy0>;
67+
phy-connection-type = "rgmii";
68+
status = "disabled";
69+
};
70+
5071
&lpi2c5 {
5172
pinctrl-0 = <&lpi2c5_default>;
5273
pinctrl-names = "default";

0 commit comments

Comments
 (0)