1/*
2 * SPDX-License-Identifier: Apache-2.0
3 *
4 * Copyright (c) 2022 Intel Corp.
5 */
6
7/ {
8	adc_cmp: comparator {
9		compatible = "nuvoton,adc-cmp";
10		io-channels = <&adc0 8>;
11	};
12};
13