dts: arm/nxp: Add lptmr nodes to NXP MCXA156 dtsi file

Add lptmr nodes to NXP MCXA156 dtsi file

Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
Neil Chen 2024-12-06 17:38:50 +08:00 committed by Benjamin Cabé
commit faba3cd42a

View file

@ -269,6 +269,17 @@
#io-channel-cells = <1>;
clocks = <&syscon MCUX_LPADC2_CLK>;
};
lptmr0: lptmr@400ab000 {
compatible = "nxp,lptmr";
reg = <0x400ab000 0x1000>;
interrupts = <55 0>;
clock-frequency = <16000>;
prescaler = <1>;
clk-source = <1>;
resolution = <32>;
status = "disabled";
};
};
};