dts: arm/nxp: Add lpcmp nodes to NXP MCXA156 dtsi file
Add lpcmp nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
519f888942
commit
8ed26c6b39
1 changed files with 16 additions and 0 deletions
|
@ -270,6 +270,22 @@
|
|||
clocks = <&syscon MCUX_LPADC2_CLK>;
|
||||
};
|
||||
|
||||
lpcmp0: lpcmp@400b1000 {
|
||||
compatible = "nxp,lpcmp";
|
||||
reg = <0x400b1000 0x1000>;
|
||||
interrupts = <64 0>;
|
||||
status = "disabled";
|
||||
#io-channel-cells = <2>;
|
||||
};
|
||||
|
||||
lpcmp1: lpcmp@400b2000 {
|
||||
compatible = "nxp,lpcmp";
|
||||
reg = <0x400b2000 0x1000>;
|
||||
interrupts = <65 0>;
|
||||
status = "disabled";
|
||||
#io-channel-cells = <2>;
|
||||
};
|
||||
|
||||
lptmr0: lptmr@400ab000 {
|
||||
compatible = "nxp,lptmr";
|
||||
reg = <0x400ab000 0x1000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue