dts: arm:nxp_imx95_m7: add lptmr2 node

Added lptmr2 nodes for nxp_imx95_m7

Signed-off-by: Yongxu Wang <yongxu.wang@nxp.com>
This commit is contained in:
Yongxu Wang 2025-04-30 06:56:43 +05:30 committed by Benjamin Cabé
commit 40dd41af40

View file

@ -464,6 +464,18 @@
status = "disabled";
};
lptmr2: timer@424d0000 {
compatible = "nxp,lptmr";
reg = <0x424d0000 DT_SIZE_K(4)>;
interrupts = <63 0>;
clocks = <&scmi_clk IMX95_CLK_LPTMR2>;
clock-frequency = <32000>;
clk-source = <2>;
prescaler = <1>;
resolution = <32>;
status = "disabled";
};
mu5: mailbox@44610000 {
compatible = "nxp,mbox-imx-mu";
reg = <0x44610000 DT_SIZE_K(4)>;