boards: beaglev_fire: expand RAM

The Fire has 2GB of RAM, so expand sram1 to use it

Signed-off-by: Alex Charlton <alex.n.charlton@gmail.com>
This commit is contained in:
Alex Charlton 2024-10-30 20:47:16 -07:00 committed by Benjamin Cabé
commit fdfb029cb2
4 changed files with 10 additions and 3 deletions

View file

@ -15,6 +15,13 @@
aliases {
};
soc {
sram1: memory@80000000 {
compatible = "mmio-sram";
reg = <0x80000000 0x77F80000>; /* Size = 2GB - 0x80000 */
};
};
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;

View file

@ -4,7 +4,7 @@ type: mcu
arch: riscv
toolchain:
- zephyr
ram: 3840
ram: 2012741
testing:
ignore_tags:
- net

View file

@ -4,7 +4,7 @@ type: mcu
arch: riscv
toolchain:
- zephyr
ram: 3840
ram: 2012741
testing:
ignore_tags:
- net

View file

@ -4,7 +4,7 @@ type: mcu
arch: riscv
toolchain:
- zephyr
ram: 3840
ram: 2012741
testing:
ignore_tags:
- net