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	positive-port-input = "MUX";
16	negative-mux-input = "IN0";
17	negative-port-input = "DAC";
18
19	dac-vref-source = "VIN1";
20	dac-value = <128>;
21	dac-enable;
22};
23