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

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

Signed-off-by: Georgi Vlaev <g-vlaev@ti.com>
This commit is contained in:
Georgi Vlaev 2022-06-08 14:09:43 +03:00 committed by Anand Gadiyar
parent ffaad1023e
commit eb45a81ea9
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

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