From 4322f5169f4c0f24e3712de061a2fec5a29098a7 Mon Sep 17 00:00:00 2001 From: Bartosz Miller Date: Thu, 26 Sep 2024 10:49:24 +0200 Subject: [PATCH] [nrf fromtree] tests: drivers: Add PPR support in NRF GRTC timer test Test did not support PPR core due to failing GRTC channel allocation. This change fixes the channel allocation and enables PPR core test. Signed-off-by: Bartosz Miller (cherry picked from commit e26b9750ae32cf8232bf510a815c7b1eb93b4bfe) --- .../nrf_grtc_timer/boards/nrf54h20dk_nrf54h20_cpuppr.overlay | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/drivers/timer/nrf_grtc_timer/boards/nrf54h20dk_nrf54h20_cpuppr.overlay diff --git a/tests/drivers/timer/nrf_grtc_timer/boards/nrf54h20dk_nrf54h20_cpuppr.overlay b/tests/drivers/timer/nrf_grtc_timer/boards/nrf54h20dk_nrf54h20_cpuppr.overlay new file mode 100644 index 00000000000..d16ef2893e3 --- /dev/null +++ b/tests/drivers/timer/nrf_grtc_timer/boards/nrf54h20dk_nrf54h20_cpuppr.overlay @@ -0,0 +1,5 @@ +/* SPDX-License-Identifier: Apache-2.0 */ + +&grtc { + owned-channels = <5 6>; +};