boards: nrf54h20dk: push dma_fast_region area to the end of the region

So that we can use the first 48K for FLPR.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-27 17:00:20 +02:00 committed by Carles Cufí
commit d838a1f069

View file

@ -104,9 +104,9 @@
#size-cells = <1>;
ranges = <0x0 0x2f890000 0x10000>;
dma_fast_region: memory@8000 {
dma_fast_region: memory@c000 {
compatible = "zephyr,memory-region";
reg = <0x8000 DT_SIZE_K(16)>;
reg = <0xc000 DT_SIZE_K(16)>;
status = "disabled";
#memory-region-cells = <0>;
zephyr,memory-region = "DMA_RAM21";