File tree Expand file tree Collapse file tree 3 files changed +45
-0
lines changed
tests/drivers/build_all/comparator Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
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 = "VDD_4_8";
11
+ status = "okay";
12
+ };
Original file line number Diff line number Diff line change
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
+ };
Original file line number Diff line number Diff line change @@ -46,3 +46,23 @@ tests:
46
46
- nrf54h20dk/nrf54h20/cpuapp
47
47
- nrf54l15dk/nrf54l15/cpuapp
48
48
- nrf9280pdk/nrf9280/cpuapp
49
+ drivers.build_all.comparator.nrf_lpcomp.ext_ref :
50
+ extra_args :
51
+ - DTC_OVERLAY_FILE="nrf_lpcomp/ext_ref.overlay"
52
+ platform_allow :
53
+ - nrf51dk/nrf51822
54
+ - nrf52dk/nrf52832
55
+ - nrf5340dk/nrf5340/cpuapp
56
+ - nrf54h20dk/nrf54h20/cpuapp
57
+ - nrf54l15dk/nrf54l15/cpuapp
58
+ - nrf9280pdk/nrf9280/cpuapp
59
+ drivers.build_all.comparator.nrf_lpcomp.int_ref :
60
+ extra_args :
61
+ - DTC_OVERLAY_FILE="nrf_lpcomp/int_ref.overlay"
62
+ platform_allow :
63
+ - nrf51dk/nrf51822
64
+ - nrf52dk/nrf52832
65
+ - nrf5340dk/nrf5340/cpuapp
66
+ - nrf54h20dk/nrf54h20/cpuapp
67
+ - nrf54l15dk/nrf54l15/cpuapp
68
+ - nrf9280pdk/nrf9280/cpuapp
You can’t perform that action at this time.
0 commit comments