Skip to content

Commit

Permalink
tests: drivers: spi: loopback: Add nrf54h20dk cpuppr
Browse files Browse the repository at this point in the history
Add configuration for nrf54h20dk//cpuppr target.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch authored and henrikbrixandersen committed Oct 24, 2024
1 parent 20c34ea commit f20b595
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
#include "nrf54h20dk_nrf54h20_common.dtsi"

&spi130 {
status = "okay";
memory-regions = <&cpuapp_dma_region>;
};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_SPI_LARGE_BUFFER_SIZE=1024
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "nrf54h20dk_nrf54h20_common.dtsi"
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
#include "nrf54h20dk_nrf54h20_common.dtsi"

&spi130 {
status = "okay";
memory-regions = <&cpurad_dma_region>;
};
Original file line number Diff line number Diff line change
@@ -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>;
};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# nothing here

0 comments on commit f20b595

Please sign in to comment.