1/*
2 * Copyright (c) 2024 Nordic Semiconductor
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&comp {
8	compatible = "nordic,nrf-lpcomp";
9	psel = "AIN0";
10	refsel = "AREF";
11	extrefsel = "AIN1";
12	status = "okay";
13};
14