Commit 8f29fb5f authored by Yangbo Lu's avatar Yangbo Lu Committed by Daniel DeGrasse
Browse files

boards: nxp: imx943_evk: enable ptp clock in enetc overlay dts



Enabled ptp clock in enetc overlay dts.

Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
parent 7d23683d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -21,13 +21,20 @@
};

&enetc_psi0 {
	ptp-clock = <&netc_ptp_clock0>;
	status = "okay";
};

&enetc_psi1 {
	ptp-clock = <&netc_ptp_clock0>;
	status = "okay";
};

&enetc_psi2 {
	ptp-clock = <&netc_ptp_clock0>;
	status = "okay";
};

&netc_ptp_clock0 {
	status = "okay";
};