Skip to content

Commit fdfb029

Browse files
AlexCharltonkartben
authored andcommitted
boards: beaglev_fire: expand RAM
The Fire has 2GB of RAM, so expand sram1 to use it Signed-off-by: Alex Charlton <[email protected]>
1 parent 3190e9f commit fdfb029

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

boards/beagle/beaglev_fire/beaglev_fire_common.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
aliases {
1616
};
1717

18+
soc {
19+
sram1: memory@80000000 {
20+
compatible = "mmio-sram";
21+
reg = <0x80000000 0x77F80000>; /* Size = 2GB - 0x80000 */
22+
};
23+
};
24+
1825
chosen {
1926
zephyr,console = &uart0;
2027
zephyr,shell-uart = &uart0;

boards/beagle/beaglev_fire/beaglev_fire_polarfire_e51.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: mcu
44
arch: riscv
55
toolchain:
66
- zephyr
7-
ram: 3840
7+
ram: 2012741
88
testing:
99
ignore_tags:
1010
- net

boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: mcu
44
arch: riscv
55
toolchain:
66
- zephyr
7-
ram: 3840
7+
ram: 2012741
88
testing:
99
ignore_tags:
1010
- net

boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54_smp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: mcu
44
arch: riscv
55
toolchain:
66
- zephyr
7-
ram: 3840
7+
ram: 2012741
88
testing:
99
ignore_tags:
1010
- net

0 commit comments

Comments
 (0)