tests: drivers: spi: spi_controller_peripheral: Add nrf54h20dk cpuppr

Rework existing nrf54h20dk overlays to allow adding of
nrf54h20dk//cpuppr target.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-06-24 10:55:11 +02:00 committed by Henrik Brix Andersen
parent f20b595dfe
commit 949566f829
4 changed files with 26 additions and 2 deletions

View File

@ -0,0 +1,6 @@
/*
* Copyright (c) 2024 Nordic Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "nrf54h20dk_nrf54h20_common.dtsi"

View File

@ -0,0 +1,16 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "../../../boards/nrf54h20dk_nrf54h20_common.dtsi"
&spi130 {
status = "reserved";
interrupt-parent = <&cpuppr_clic>;
};
&dut_spis {
status = "reserved";
interrupt-parent = <&cpuppr_clic>;
};

View File

@ -0,0 +1 @@
# nothing here

View File

@ -5,8 +5,8 @@ common:
harness_config:
fixture: gpio_spi_loopback
platform_allow: |
nrf52840dk/nrf52840 nrf54l15dk/nrf54l15/cpuapp
nrf54h20dk/nrf54h20/cpuapp nrf54h20dk/nrf54h20/cpurad
nrf52840dk/nrf52840 nrf54l15dk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpuapp
nrf54h20dk/nrf54h20/cpurad nrf54h20dk/nrf54h20/cpuppr
tests:
drivers.spi.spi_mode0:
@ -57,3 +57,4 @@ tests:
- nrf52840dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpurad
- nrf54h20dk/nrf54h20/cpuppr