riscv: dts: lichee-module-4a: Preserve memory node for SPL
authorYao Zi <ziyao@disroot.org>
Tue, 13 May 2025 09:04:59 +0000 (09:04 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 21 May 2025 08:49:52 +0000 (16:49 +0800)
Memory node is necessary for TH1520 SPL to configure size and base
address of DRAM. Let's preserve it in SPL devicetree blob.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/th1520-lichee-module-4a.dtsi

index 86a81bd..20dbc4c 100644 (file)
@@ -14,6 +14,7 @@
        memory@0 {
                device_type = "memory";
                reg = <0x0 0x00000000 0x2 0x00000000>;
+               bootph-pre-ram;
        };
 };