1/* 2 * Copyright (c) 2024 Nordic Semiconductor 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <nxp/kinetis/MKE17Z256VLL7-pinctrl.h> 8 9&pinctrl { 10 cmp0_default: cmp0_default { 11 group0 { 12 pinmux = <ACMP0_IN0_PTA0>, 13 <ACMP0_IN1_PTA1>, 14 <ACMP0_OUT_PTA4>, 15 <ACMP0_IN5_PTC2>; 16 17 drive-strength = "high"; 18 }; 19 }; 20}; 21