1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

riscv: dts: hifive-unleashed-a00: Make memory node available to SPL

Make memory node available to SPL in prepration to updates to SiFive
DDR RAM driver to read memory information from DT.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Pragnesh Patel <pragnesh.patel@sifive.com>
This commit is contained in:
Bin Meng
2020-07-19 23:06:34 -07:00
committed by Andes
parent e8fa43182a
commit 142dd57c5d

View File

@@ -20,6 +20,10 @@
u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */ u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
}; };
memory@80000000 {
u-boot,dm-spl;
};
hfclk { hfclk {
u-boot,dm-spl; u-boot,dm-spl;
}; };