tests: drivers: spi: loopback: Add nrf54h20dk cpuppr

Add configuration for 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-22 16:17:53 +02:00 committed by Henrik Brix Andersen
parent 20c34ea092
commit f20b595dfe
7 changed files with 20 additions and 2 deletions

View File

@ -28,6 +28,7 @@
pinctrl-1 = <&spi130_sleep>;
pinctrl-names = "default", "sleep";
overrun-character = <0x00>;
status = "okay";
slow@0 {
compatible = "test-spi-loopback-slow";
reg = <0>;

View File

@ -6,6 +6,5 @@
#include "nrf54h20dk_nrf54h20_common.dtsi"
&spi130 {
status = "okay";
memory-regions = <&cpuapp_dma_region>;
};

View File

@ -0,0 +1 @@
CONFIG_SPI_LARGE_BUFFER_SIZE=1024

View File

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

View File

@ -6,6 +6,5 @@
#include "nrf54h20dk_nrf54h20_common.dtsi"
&spi130 {
status = "okay";
memory-regions = <&cpurad_dma_region>;
};

View File

@ -0,0 +1,11 @@
/*
* 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>;
};

View File

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