Skip to content

Commit a9b8061

Browse files
nordic-babunordicjm
authored andcommitted
[nrf fromlist] tests: drivers: adc: Enable tests for nrf54h20 PPR.
Fill in necessary config files with test data. Upstream PR #: 97109 Signed-off-by: Bartlomiej Buczek <[email protected]>
1 parent 17417aa commit a9b8061

File tree

5 files changed

+26
-6
lines changed

5 files changed

+26
-6
lines changed

tests/drivers/adc/adc_accuracy_test/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tests:
2222
- frdm_mcxc444
2323
- nrf52840dk/nrf52840
2424
- nrf54h20dk/nrf54h20/cpuapp
25+
- nrf54h20dk/nrf54h20/cpuppr
2526
- nrf54l15dk/nrf54l15/cpuapp
2627
- nrf54lm20dk/nrf54lm20a/cpuapp
2728
- ophelia4ev/nrf54l15/cpuapp
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* Copyright (c) 2025 Nordic Semiconductor ASA
5+
*/
6+
7+
/ {
8+
aliases {
9+
adc = &adc;
10+
};
11+
};
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
/*
22
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Copyright (c) 2024 Nordic Semiconductor ASA
4+
* Copyright (c) 2025 Nordic Semiconductor ASA
55
*/
66

7-
/ {
8-
aliases {
9-
adc = &adc;
10-
};
11-
};
7+
#include "nrf54h20dk_nrf54h20_common.dtsi"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* Copyright (c) 2025 Nordic Semiconductor ASA
5+
*/
6+
7+
#include "nrf54h20dk_nrf54h20_common.dtsi"
8+
9+
&adc {
10+
status = "okay";
11+
};

tests/drivers/adc/adc_error_cases/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tests:
1111
- nrf54l15dk/nrf54l15/cpuapp
1212
- nrf54lm20dk/nrf54lm20a/cpuapp
1313
- nrf54h20dk/nrf54h20/cpuapp
14+
- nrf54h20dk/nrf54h20/cpuppr
1415
- ophelia4ev/nrf54l15/cpuapp
1516
- xg24_rb4187c
1617
- xg27_dk2602a

0 commit comments

Comments
 (0)