boards: fvp_baser_aemv8r: adjust the base address of device_region

Change the base address of device_region to 0x9a000000 to avoid overlay
with the flash region.

Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
This commit is contained in:
Huifeng Zhang 2023-08-30 15:29:22 +08:00 committed by Carles Cufí
parent 4eee1e8172
commit acfa9a06c9

View file

@ -37,9 +37,9 @@
reg = <0x0 DT_SIZE_M(128)>;
};
device_region: memory@80000000 {
device_region: memory@9a000000 {
compatible = "zephyr,memory-region", "mmio-dram";
reg = <0x80000000 DT_SIZE_M(2048)>;
reg = <0x9a000000 0x66000000>;
zephyr,memory-region = "DEVICE_REGION";
zephyr,memory-attr = "IO";
};