Skip to content

Commit e5513ab

Browse files
ZhaoQiang-b45475fabiobaltieri
authored andcommitted
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 59ae9c1 commit e5513ab

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,13 @@
547547
si-index = <2>;
548548
status = "disabled";
549549
};
550+
551+
enetc_ptp_clock: ptp_clock@4ccc0000 {
552+
compatible = "nxp,netc-ptp-clock";
553+
reg = <0x4ccc0000 0x10000>;
554+
clocks = <&scmi_clk IMX95_CLK_ENET>;
555+
status = "disabled";
556+
};
550557
};
551558
};
552559
};

0 commit comments

Comments
 (0)