Skip to content

Commit 53dd770

Browse files
NeilChen93kartben
authored andcommitted
dts: arm/nxp: Add lpcmp nodes to NXP MCXA153 dtsi file
Add lpcmp nodes to NXP MCXA153 dtsi file Signed-off-by: Neil Chen <[email protected]>
1 parent 4ea8251 commit 53dd770

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dts/arm/nxp/nxp_mcxa153.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,22 @@
153153
clocks = <&syscon MCUX_LPADC1_CLK>;
154154
};
155155

156+
lpcmp0: lpcmp@400b1000 {
157+
compatible = "nxp,lpcmp";
158+
reg = <0x400b1000 0x1000>;
159+
interrupts = <64 0>;
160+
status = "disabled";
161+
#io-channel-cells = <2>;
162+
};
163+
164+
lpcmp1: lpcmp@400b2000 {
165+
compatible = "nxp,lpcmp";
166+
reg = <0x400b2000 0x1000>;
167+
interrupts = <65 0>;
168+
status = "disabled";
169+
#io-channel-cells = <2>;
170+
};
171+
156172
lpuart0: lpuart@4009f000 {
157173
compatible = "nxp,lpuart";
158174
status = "disabled";

0 commit comments

Comments
 (0)