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 <declan.snyder@nxp.com>
This commit is contained in:
parent
343d8b18ad
commit
b0a66d3f24
1 changed files with 22 additions and 0 deletions
|
@ -223,6 +223,28 @@
|
||||||
clk-divider = <256>;
|
clk-divider = <256>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lptmr0: timer@2d000 {
|
||||||
|
compatible = "nxp,lptmr";
|
||||||
|
reg = <0x2d000 0x10>;
|
||||||
|
interrupts = <34 0>;
|
||||||
|
clock-frequency = <32000>;
|
||||||
|
clk-source = <2>;
|
||||||
|
prescaler = <1>;
|
||||||
|
resolution = <32>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
lptmr1: timer@2e000 {
|
||||||
|
compatible = "nxp,lptmr";
|
||||||
|
reg = <0x2e000 0x10>;
|
||||||
|
interrupts = <35 0>;
|
||||||
|
clock-frequency = <32000>;
|
||||||
|
clk-source = <2>;
|
||||||
|
prescaler = <1>;
|
||||||
|
resolution = <32>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&fast_peripheral0 {
|
&fast_peripheral0 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue