Skip to content

Commit d982c6a

Browse files
tests: zephyr: boards: nrf: comp: run on nRF54LM20 CSP
Aligned COMP test to nRF54LM20A PDK CSP. Signed-off-by: Michał Stasiak <[email protected]>
1 parent fda6aa1 commit d982c6a

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2025, Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
3+
4+
source "tests/boards/nrf/comp/Kconfig"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_TEST_COMP_SE_PSEL_AIN_INDEX=1
2+
CONFIG_TEST_COMP_SE_EXTREFSEL_AIN_INDEX=5
3+
CONFIG_TEST_COMP_DIFF_PSEL_AIN_INDEX=3
4+
CONFIG_TEST_COMP_DIFF_EXTREFSEL_AIN_INDEX=1
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_TEST_COMP_SE_PSEL_AIN_INDEX=1
2+
CONFIG_TEST_COMP_SE_EXTREFSEL_AIN_INDEX=4
3+
CONFIG_TEST_COMP_DIFF_PSEL_AIN_INDEX=6
4+
CONFIG_TEST_COMP_DIFF_EXTREFSEL_AIN_INDEX=5

tests/zephyr/boards/nrf/comp/boards/nrf54lm20pdk_nrf54lm20a_cpuapp_0_2_0_csp.overlay

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* Two loopbacks are used
22
* Each loopback is between analog input and GPIO.
3-
* first-gpios (P1.00) -> AIN3 (P1.29)
3+
* first-gpios (P1.03) -> AIN6 (P1.04)
44
* second-gpios (P1.30, AIN2) -> AIN1 (P1.31)
5-
* AIN5 (P1.05) tied to low (GND)
5+
* AIN4 (P1.06) tied to VDD
66
*/
77

88
/ {
@@ -11,7 +11,7 @@
1111
};
1212

1313
zephyr,user {
14-
first-gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
14+
first-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
1515
second-gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>;
1616
};
1717
};

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: 684fe9dd37d8e066b64a337d4b5ec4693ecee5cc
68+
revision: dd5d9cf6b38e86ec3b6e7220e3b1fa4c057fdfad
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)