Skip to content

Commit 6d4b0c1

Browse files
dts: arm: nxp_imx95_m7: add ptp_clock node
Added ptp_clock node on imx95 core m7 Signed-off-by: Qiang Zhao <[email protected]>
1 parent a8ce1ec commit 6d4b0c1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

boards/nxp/imx95_evk/dts/enetc_psi0.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
&enetc_psi0 {
1616
status = "okay";
1717
};
18+
19+
&enetc_ptp_clock {
20+
status = "okay";
21+
};

dts/arm/nxp/nxp_imx95_m7.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,12 @@
547547
si-index = <2>;
548548
status = "disabled";
549549
};
550+
enetc_ptp_clock: ptp_clock@4ccc0000 {
551+
compatible = "nxp,netc-ptp-clock";
552+
reg = <0x4ccc0000 0x10000>;
553+
clocks = <&scmi_clk IMX95_CLK_ENET>;
554+
status = "disabled";
555+
};
550556
};
551557
};
552558
};

0 commit comments

Comments
 (0)