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:
parent
ffaad1023e
commit
eb45a81ea9
|
|
@ -28,6 +28,7 @@
|
|||
/* 2G RAM */
|
||||
reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
|
||||
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,10 @@
|
|||
mmc0 = &sdhci0;
|
||||
mmc1 = &sdhci1;
|
||||
};
|
||||
|
||||
memory@80000000 {
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
};
|
||||
|
||||
&cbass_main{
|
||||
|
|
|
|||
Loading…
Reference in New Issue