Skip to content

Commit c4cba91

Browse files
ZhaoxiangJindleach02
authored andcommitted
dts: arm/nxp: Add LPCMP nodes to NXP MCXN94x dtsi file
Add LPCMP nodes to NXP MCXN94x dtsi file Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 0507021 commit c4cba91

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

dts/arm/nxp/nxp_mcxn94x_common.dtsi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,30 @@
850850
num-bidir-endpoints = <8>;
851851
status = "disabled";
852852
};
853+
854+
lpcmp0: lpcmp@51000 {
855+
compatible = "nxp,lpcmp";
856+
reg = <0x51000 0x1000>;
857+
interrupts = <109 0>;
858+
status = "disabled";
859+
#io-channel-cells = <2>;
860+
};
861+
862+
lpcmp1: lpcmp@52000 {
863+
compatible = "nxp,lpcmp";
864+
reg = <0x52000 0x1000>;
865+
interrupts = <110 0>;
866+
status = "disabled";
867+
#io-channel-cells = <2>;
868+
};
869+
870+
lpcmp2: lpcmp@53000 {
871+
compatible = "nxp,lpcmp";
872+
reg = <0x53000 0x1000>;
873+
interrupts = <111 0>;
874+
status = "disabled";
875+
#io-channel-cells = <2>;
876+
};
853877
};
854878

855879
&systick {

0 commit comments

Comments
 (0)