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 {
|
aliases {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
soc {
|
||||||
|
sram1: memory@80000000 {
|
||||||
|
compatible = "mmio-sram";
|
||||||
|
reg = <0x80000000 0x77F80000>; /* Size = 2GB - 0x80000 */
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,console = &uart0;
|
zephyr,console = &uart0;
|
||||||
zephyr,shell-uart = &uart0;
|
zephyr,shell-uart = &uart0;
|
||||||
|
|
|
@ -4,7 +4,7 @@ type: mcu
|
||||||
arch: riscv
|
arch: riscv
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
ram: 3840
|
ram: 2012741
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
|
@ -4,7 +4,7 @@ type: mcu
|
||||||
arch: riscv
|
arch: riscv
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
ram: 3840
|
ram: 2012741
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
|
@ -4,7 +4,7 @@ type: mcu
|
||||||
arch: riscv
|
arch: riscv
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
ram: 3840
|
ram: 2012741
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue