Skip to content

Commit c6ccc48

Browse files
committed
tests: drivers: uart: async_api: Fix nrf54h20dk cpurad
Fix target which was failing due to lack of memory for DMA buffers. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent c226717 commit c6ccc48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/drivers/uart/uart_async_api/boards/nrf54h20dk_nrf54h20_cpurad.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
#include "nrf54h20dk_nrf54h20_common.dtsi"
44

5+
&cpurad_dma_region {
6+
reg = <0xe80 DT_SIZE_K(4)>;
7+
};
8+
59
&dut {
610
memory-regions = <&cpurad_dma_region>;
711
};

0 commit comments

Comments
 (0)