dts: arm: nxp: nxp_ke1xz.dtsi: add acmp information

Add acmp driver address and interrupt informations.

Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
This commit is contained in:
Anke Xiao 2024-07-08 16:54:40 +08:00 committed by Carles Cufí
parent 1c59fa5231
commit d96b301de5

View file

@ -297,6 +297,15 @@
clocks = <&pcc 0x19c KINETIS_PCC_SRC_FIRC_ASYNC>;
status = "disabled";
};
cmp0: cmp@40073000 {
compatible = "nxp,kinetis-acmp";
reg = <0x40073000 0x1000>;
interrupts = <16 0>;
clocks = <&scg KINETIS_SCG_BUS_CLK>;
status = "disabled";
#io-channel-cells = <2>;
};
};
};