arm: dts: k3-am625-*: Mark memory with u-boot,dm-spl

Mark the memory node with u-boot,dm-spl so we can use it
from early SPL on both R5 and A53.

Signed-off-by: Georgi Vlaev <g-vlaev@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Georgi Vlaev 2022-06-14 17:45:31 +03:00 committed by Tom Rini
parent a04bbb83b4
commit 362b0d2e6e
2 changed files with 5 additions and 0 deletions

View file

@ -28,6 +28,7 @@
/* 2G RAM */
reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
u-boot,dm-spl;
};
reserved-memory {

View file

@ -13,6 +13,10 @@
aliases {
mmc1 = &sdhci1;
};
memory@80000000 {
u-boot,dm-spl;
};
};
&cbass_main{