Skip to content

Commit d095604

Browse files
crab2313palmer-dabbelt
authored andcommitted
riscv: dts: fix memory size for the SiFive HiFive Unmatched
The production version of HiFive Unmatched have 16GB memory. Signed-off-by: Qiu Wenbo <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 78d9d80 commit d095604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
memory@80000000 {
2626
device_type = "memory";
27-
reg = <0x0 0x80000000 0x2 0x00000000>;
27+
reg = <0x0 0x80000000 0x4 0x00000000>;
2828
};
2929

3030
soc {

0 commit comments

Comments
 (0)