Skip to content

Commit 01d468e

Browse files
committed
[nrf fromtree] tests: drivers: counter: nrf_rtc: fixed_top: Add cpuppr
Add overlays for PPR core on nrf54h20. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit c87ab8c)
1 parent 9b6cae8 commit 01d468e

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
#include "nrf54h20dk_nrf54h20_common.dtsi"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
&rtc130 {
4+
status = "reserved";
5+
interrupt-parent = <&cpuppr_clic>;
6+
};
7+
8+
&rtc131 {
9+
status = "reserved";
10+
interrupt-parent = <&cpuppr_clic>;
11+
};

tests/drivers/counter/counter_nrf_rtc/fixed_top/testcase.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ tests:
99
- nrf52_bsim
1010
- nrf54h20dk/nrf54h20/cpuapp
1111
- nrf54h20dk/nrf54h20/cpurad
12+
drivers.counter.nrf_rtc.nrf54h20_cpuppr:
13+
tags:
14+
- drivers
15+
- counter
16+
depends_on: counter
17+
platform_allow: nrf54h20dk/nrf54h20/cpuppr
18+
sysbuild: true
19+
extra_args:
20+
- vpr_launcher_DTC_OVERLAY_FILE="../../../tests/drivers/counter/counter_nrf_rtc/fixed_top/boards/nrf54h20dk_nrf54h20_vpr_launcher.overlay"
21+
- SB_CONFIG_VPR_LAUNCHER=y
22+
# Disable asserts to fit in limited code memory
23+
- CONFIG_ASSERT=n

0 commit comments

Comments
 (0)