test: mcux_acmp: remove hwv1 overlay which conflicts with hwv2

remove the hwv1 config and use hwv2 only

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
Hake Huang 2024-04-15 12:52:05 +08:00 committed by Anas Nashif
parent 9312f2e987
commit d16b4ab103

View file

@ -1,22 +0,0 @@
/*
* Copyright 2022 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
&pinctrl {
acmp1_default: acmp1_default {
group0 {
pinmux = <&iomuxc_gpio_ad_01_acmp1_in2>;
drive-strength = "high";
bias-pull-up;
slew-rate = "fast";
};
};
};
&acmp1 {
status = "okay";
pinctrl-0 = <&acmp1_default>;
pinctrl-names = "default";
};