riscv: dts: fix memory size for the SiFive HiFive Unmatched
authorQiu Wenbo <qiuwenbo@kylinos.com.cn>
Sun, 4 Jul 2021 08:34:41 +0000 (16:34 +0800)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Wed, 4 Aug 2021 04:15:31 +0000 (21:15 -0700)
The production version of HiFive Unmatched have 16GB memory.

Signed-off-by: Qiu Wenbo <qiuwenbo@kylinos.com.cn>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts

index b1c3c59..2e4ea84 100644 (file)
@@ -24,7 +24,7 @@
 
        memory@80000000 {
                device_type = "memory";
-               reg = <0x0 0x80000000 0x2 0x00000000>;
+               reg = <0x0 0x80000000 0x4 0x00000000>;
        };
 
        soc {