Skip to content

Commit

Permalink
tests: drivers: spi: spi_controller_peripheral: Add nrf54h20dk cpuppr
Browse files Browse the repository at this point in the history
Rework existing nrf54h20dk overlays to allow adding of
nrf54h20dk//cpuppr target.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
  • Loading branch information
nordic-krch committed Sep 11, 2024
1 parent dd3fd75 commit 0086f57
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
* Copyright (c) 2024 Nordic Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "nrf54h20dk_nrf54h20_common.dtsi"
Original file line number Diff line number Diff line change
@@ -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>;
};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# nothing here
3 changes: 2 additions & 1 deletion tests/drivers/spi/spi_controller_peripheral/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ common:
fixture: gpio_spi_loopback
platform_allow: |
nrf52840dk/nrf52840 nrf54l15pdk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpuapp
nrf54h20dk/nrf54h20/cpurad
nrf54h20dk/nrf54h20/cpurad nrf54h20dk/nrf54h20/cpuppr
tests:
drivers.spi.spi_mode0:
Expand Down Expand Up @@ -57,3 +57,4 @@ tests:
- nrf52840dk/nrf52840
- nrf54l15pdk/nrf54l15/cpuapp
- nrf54h20dk/nrf54h20/cpurad
- nrf54h20dk/nrf54h20/cpuppr

0 comments on commit 0086f57

Please sign in to comment.