dts: arm: nxp_imx95_m7: add ptp_clock node

Added ptp_clock node on imx95 core m7

Signed-off-by: Qiang Zhao <qiang.zhao@nxp.com>
This commit is contained in:
Qiang Zhao 2025-05-15 13:49:27 +05:30 committed by Fabio Baltieri
commit e5513ab18b
2 changed files with 11 additions and 0 deletions

View file

@ -15,3 +15,7 @@
&enetc_psi0 {
status = "okay";
};
&enetc_ptp_clock {
status = "okay";
};

View file

@ -547,6 +547,13 @@
si-index = <2>;
status = "disabled";
};
enetc_ptp_clock: ptp_clock@4ccc0000 {
compatible = "nxp,netc-ptp-clock";
reg = <0x4ccc0000 0x10000>;
clocks = <&scmi_clk IMX95_CLK_ENET>;
status = "disabled";
};
};
};
};