1/*
2 * Copyright (c) 2024 Nordic Semiconductor
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include "mke15z7_pinctrl.dtsi"
8
9&cmp0 {
10	pinctrl-0 = <&cmp0_default>;
11	pinctrl-names = "default";
12	status = "okay";
13
14	positive-mux-input = "IN0";
15	negative-mux-input = "IN1";
16};
17