Skip to content

Commit f20b595

Browse files
nordic-krchhenrikbrixandersen
authored andcommitted
tests: drivers: spi: loopback: Add nrf54h20dk cpuppr
Add configuration for nrf54h20dk//cpuppr target. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 20c34ea commit f20b595

File tree

7 files changed

+20
-2
lines changed

7 files changed

+20
-2
lines changed

tests/drivers/spi/spi_loopback/boards/nrf54h20dk_nrf54h20_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
pinctrl-1 = <&spi130_sleep>;
2929
pinctrl-names = "default", "sleep";
3030
overrun-character = <0x00>;
31+
status = "okay";
3132
slow@0 {
3233
compatible = "test-spi-loopback-slow";
3334
reg = <0>;

tests/drivers/spi/spi_loopback/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
#include "nrf54h20dk_nrf54h20_common.dtsi"
77

88
&spi130 {
9-
status = "okay";
109
memory-regions = <&cpuapp_dma_region>;
1110
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SPI_LARGE_BUFFER_SIZE=1024
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
#include "nrf54h20dk_nrf54h20_common.dtsi"

tests/drivers/spi/spi_loopback/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
#include "nrf54h20dk_nrf54h20_common.dtsi"
77

88
&spi130 {
9-
status = "okay";
109
memory-regions = <&cpurad_dma_region>;
1110
};
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
#include "../../../boards/nrf54h20dk_nrf54h20_common.dtsi"
7+
8+
&spi130 {
9+
status = "reserved";
10+
interrupt-parent = <&cpuppr_clic>;
11+
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# nothing here

0 commit comments

Comments
 (0)