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:
parent
59ae9c19de
commit
e5513ab18b
2 changed files with 11 additions and 0 deletions
|
@ -15,3 +15,7 @@
|
|||
&enetc_psi0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&enetc_ptp_clock {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue