Commit a422ec20 authored by Valentine Barshak's avatar Valentine Barshak Committed by Geert Uytterhoeven

arm64: dts: renesas: v3msk: Fix memory size

The V3MSK board has 2 GiB RAM according to the datasheet and schematics.
Signed-off-by: default avatarValentine Barshak <valentine.barshak@cogentembedded.com>
[geert: Verified schematics]
Fixes: cc3e267e ("arm64: dts: renesas: initial V3MSK board device tree")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210326121050.1578460-1-geert+renesas@glider.be
parent b6810baf
......@@ -59,7 +59,7 @@ thc63lvd1024_out: endpoint {
memory@48000000 {
device_type = "memory";
/* first 128MB is reserved for secure area. */
reg = <0x0 0x48000000 0x0 0x38000000>;
reg = <0x0 0x48000000 0x0 0x78000000>;
};
osc5_clk: osc5-clock {
......
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