Commit d0956043 authored by Qiu Wenbo's avatar Qiu Wenbo Committed by Palmer Dabbelt

riscv: dts: fix memory size for the SiFive HiFive Unmatched

The production version of HiFive Unmatched have 16GB memory.
Signed-off-by: default avatarQiu Wenbo <qiuwenbo@kylinos.com.cn>
Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
parent 78d9d800
......@@ -24,7 +24,7 @@ cpus {
memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x2 0x00000000>;
reg = <0x0 0x80000000 0x4 0x00000000>;
};
soc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment