Skip to content

Commit

Permalink
riscv: dts: fix memory size for the SiFive HiFive Unmatched
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Qiu Wenbo authored and Palmer Dabbelt committed Aug 4, 2021
1 parent 78d9d80 commit d095604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x2 0x00000000>;
reg = <0x0 0x80000000 0x4 0x00000000>;
};

soc {
Expand Down

0 comments on commit d095604

Please sign in to comment.