zephyr/samples/sensor/adc_cmp_npcx/boards/npcx9m6f_evb.overlay

13 lines
179 B
Plaintext

/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright (c) 2022 Intel Corp.
*/
/ {
adc_cmp: comparator {
compatible = "nuvoton,adc-cmp";
io-channels = <&adc0 8>;
};
};