Skip to content

Commit b0a66d3

Browse files
decsnyhenrikbrixandersen
authored andcommitted
dts: nxp: mcxw71: Add LPTMR0 and LPTMR1
Add nodes for LPTMR. This is sufficient to enable their use as counter devices when set to status okay. Signed-off-by: Declan Snyder <[email protected]>
1 parent 343d8b1 commit b0a66d3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

dts/arm/nxp/nxp_mcxw71.dtsi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,28 @@
223223
clk-divider = <256>;
224224
status = "disabled";
225225
};
226+
227+
lptmr0: timer@2d000 {
228+
compatible = "nxp,lptmr";
229+
reg = <0x2d000 0x10>;
230+
interrupts = <34 0>;
231+
clock-frequency = <32000>;
232+
clk-source = <2>;
233+
prescaler = <1>;
234+
resolution = <32>;
235+
status = "disabled";
236+
};
237+
238+
lptmr1: timer@2e000 {
239+
compatible = "nxp,lptmr";
240+
reg = <0x2e000 0x10>;
241+
interrupts = <35 0>;
242+
clock-frequency = <32000>;
243+
clk-source = <2>;
244+
prescaler = <1>;
245+
resolution = <32>;
246+
status = "disabled";
247+
};
226248
};
227249

228250
&fast_peripheral0 {

0 commit comments

Comments
 (0)