We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf1d58 commit faba3cdCopy full SHA for faba3cd
dts/arm/nxp/nxp_mcxa156.dtsi
@@ -269,6 +269,17 @@
269
#io-channel-cells = <1>;
270
clocks = <&syscon MCUX_LPADC2_CLK>;
271
};
272
+
273
+ lptmr0: lptmr@400ab000 {
274
+ compatible = "nxp,lptmr";
275
+ reg = <0x400ab000 0x1000>;
276
+ interrupts = <55 0>;
277
+ clock-frequency = <16000>;
278
+ prescaler = <1>;
279
+ clk-source = <1>;
280
+ resolution = <32>;
281
+ status = "disabled";
282
+ };
283
284
285
0 commit comments