Skip to content

Commit 9491040

Browse files
committed
board: imx95_evk: m7: refine NETC dts
Removed overlay and enabled these nodes in board dts directly as it is not be valid unless CONFIG_NETWORKING is enabled. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent 65e6c91 commit 9491040

File tree

3 files changed

+9
-27
lines changed

3 files changed

+9
-27
lines changed

boards/nxp/imx95_evk/doc/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ Ethernet
106106
--------
107107

108108
NETC driver supports to manage the Physical Station Interface (PSI).
109-
The first ENET1 port could be enabled for M7 by west build option
110-
``-DEXTRA_DTC_OVERLAY_FILE=enetc_psi0.overlay``.
109+
The first ENET1 port could be enabled on M7 DDR platform.
111110

112111

113112
Programming and Debugging (A55)

boards/nxp/imx95_evk/dts/enetc_psi0.overlay

Lines changed: 0 additions & 21 deletions
This file was deleted.

boards/nxp/imx95_evk/imx95_evk_mimx9596_m7.dts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 NXP
2+
* Copyright 2024-2025 NXP
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/
@@ -26,12 +26,12 @@
2626
&emdio {
2727
pinctrl-0 = <&emdio_default>;
2828
pinctrl-names = "default";
29-
status = "disabled";
29+
status = "okay";
3030

3131
phy0: phy@1 {
3232
compatible = "realtek,rtl8211f";
3333
reg = <0x1>;
34-
status = "disabled";
34+
status = "okay";
3535
};
3636
};
3737

@@ -41,7 +41,11 @@
4141
pinctrl-names = "default";
4242
phy-handle = <&phy0>;
4343
phy-connection-type = "rgmii";
44-
status = "disabled";
44+
status = "okay";
45+
};
46+
47+
&enetc_ptp_clock {
48+
status = "okay";
4549
};
4650

4751
&flexspi {

0 commit comments

Comments
 (0)