1/*
2 * Copyright (c) 2024 Nordic Semiconductor
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&comp {
8 main-mode = "SE";
9 psel = "AIN0";
10 extrefsel = "AIN1";
11 refsel = "AREF";
12 sp-mode = "HIGH";
13 th-up = <36>;
14 th-down = <28>;
15 isource = "DISABLED";
16 status = "okay";
17};
18