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:
parent
dbf1d58691
commit
faba3cd42a
1 changed files with 11 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue