Commit c4cba91d authored by Zhaoxiang Jin's avatar Zhaoxiang Jin Committed by David Leach
Browse files

dts: arm/nxp: Add LPCMP nodes to NXP MCXN94x dtsi file



Add LPCMP nodes to NXP MCXN94x dtsi file

Signed-off-by: default avatarZhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>
parent 05070210
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -850,6 +850,30 @@
		num-bidir-endpoints = <8>;
		status = "disabled";
	};

	lpcmp0: lpcmp@51000 {
		compatible = "nxp,lpcmp";
		reg = <0x51000 0x1000>;
		interrupts = <109 0>;
		status = "disabled";
		#io-channel-cells = <2>;
	};

	lpcmp1: lpcmp@52000 {
		compatible = "nxp,lpcmp";
		reg = <0x52000 0x1000>;
		interrupts = <110 0>;
		status = "disabled";
		#io-channel-cells = <2>;
	};

	lpcmp2: lpcmp@53000 {
		compatible = "nxp,lpcmp";
		reg = <0x53000 0x1000>;
		interrupts = <111 0>;
		status = "disabled";
		#io-channel-cells = <2>;
	};
};

&systick {