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:
parent
3190e9f1cd
commit
fdfb029cb2
4 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -4,7 +4,7 @@ type: mcu
|
|||
arch: riscv
|
||||
toolchain:
|
||||
- zephyr
|
||||
ram: 3840
|
||||
ram: 2012741
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
|
@ -4,7 +4,7 @@ type: mcu
|
|||
arch: riscv
|
||||
toolchain:
|
||||
- zephyr
|
||||
ram: 3840
|
||||
ram: 2012741
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
|
@ -4,7 +4,7 @@ type: mcu
|
|||
arch: riscv
|
||||
toolchain:
|
||||
- zephyr
|
||||
ram: 3840
|
||||
ram: 2012741
|
||||
testing:
|
||||
ignore_tags:
|
||||
- net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue