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:
parent
f20b595dfe
commit
949566f829
|
@ -0,0 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Nordic Semiconductor
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include "nrf54h20dk_nrf54h20_common.dtsi"
|
|
@ -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>;
|
||||
};
|
|
@ -0,0 +1 @@
|
|||
# nothing here
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue