Skip to content

Commit

Permalink
[nrf fromlist] tests: drivers: spi_controller_peripheral: make cpurad…
Browse files Browse the repository at this point in the history
…_dma reg bigger

This test needs more space for SPI transfer buffers.

Upstream PR: zephyrproject-rtos/zephyr#74302

Signed-off-by: Nikodem Kastelik <[email protected]>
  • Loading branch information
nika-nordic committed Aug 2, 2024
1 parent 6d14832 commit b7c5e06
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@
&dut_spis {
memory-regions = <&cpurad_dma_region>;
};

&cpuapp_dma_region {
reg = <0xe80 0x80>;
};

&cpurad_dma_region {
reg = <0xf00 DT_SIZE_K(4)>;
};

0 comments on commit b7c5e06

Please sign in to comment.