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:
parent
00ed91fb94
commit
d838a1f069
1 changed files with 2 additions and 2 deletions
|
@ -104,9 +104,9 @@
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0x0 0x2f890000 0x10000>;
|
ranges = <0x0 0x2f890000 0x10000>;
|
||||||
|
|
||||||
dma_fast_region: memory@8000 {
|
dma_fast_region: memory@c000 {
|
||||||
compatible = "zephyr,memory-region";
|
compatible = "zephyr,memory-region";
|
||||||
reg = <0x8000 DT_SIZE_K(16)>;
|
reg = <0xc000 DT_SIZE_K(16)>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
#memory-region-cells = <0>;
|
#memory-region-cells = <0>;
|
||||||
zephyr,memory-region = "DMA_RAM21";
|
zephyr,memory-region = "DMA_RAM21";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue