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:
parent
20c34ea092
commit
f20b595dfe
|
@ -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>;
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
#include "nrf54h20dk_nrf54h20_common.dtsi"
|
||||
|
||||
&spi130 {
|
||||
status = "okay";
|
||||
memory-regions = <&cpuapp_dma_region>;
|
||||
};
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
CONFIG_SPI_LARGE_BUFFER_SIZE=1024
|
|
@ -0,0 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include "nrf54h20dk_nrf54h20_common.dtsi"
|
|
@ -6,6 +6,5 @@
|
|||
#include "nrf54h20dk_nrf54h20_common.dtsi"
|
||||
|
||||
&spi130 {
|
||||
status = "okay";
|
||||
memory-regions = <&cpurad_dma_region>;
|
||||
};
|
||||
|
|
|
@ -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>;
|
||||
};
|
|
@ -0,0 +1 @@
|
|||
# nothing here
|
Loading…
Reference in New Issue