1/* 2 * Copyright 2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&pinctrl { 8 acmp0_default: acmp0_default { 9 group0 { 10 pinmux = <ACMP0_IN4_PTC3>; 11 drive-strength = "low"; 12 slew-rate = "slow"; 13 }; 14 }; 15}; 16 17&cmp0 { 18 status = "okay"; 19 pinctrl-0 = <&acmp0_default>; 20 pinctrl-names = "default"; 21}; 22