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 refsel = "INT_1V2";
11 sp-mode = "HIGH";
12 th-up = <36>;
13 th-down = <28>;
14 isource = "DISABLED";
15 status = "okay";
16};
17