Skip to content

Commit e7743db

Browse files
NeilChen93MaureenHelm
authored andcommitted
dts: arm/nxp: Add LPCMP nodes to NXP MCXN23x dtsi file
Add LPCMP nodes to NXP MCXN23x dtsi file Signed-off-by: Neil Chen <[email protected]>
1 parent 9a9f899 commit e7743db

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dts/arm/nxp/nxp_mcxn23x_common.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,21 @@
722722
clocks = <&syscon MCUX_LPADC2_CLK>;
723723
};
724724

725+
lpcmp0: lpcmp@51000 {
726+
compatible = "nxp,lpcmp";
727+
reg = <0x51000 0x1000>;
728+
interrupts = <109 0>;
729+
status = "disabled";
730+
#io-channel-cells = <2>;
731+
};
732+
733+
lpcmp1: lpcmp@52000 {
734+
compatible = "nxp,lpcmp";
735+
reg = <0x52000 0x1000>;
736+
interrupts = <110 0>;
737+
status = "disabled";
738+
#io-channel-cells = <2>;
739+
};
725740
};
726741

727742
&systick {

0 commit comments

Comments
 (0)