dts: extend stm32mp1 sram declaration to 300 kB by default

64 kB of memory is reserved for the inter-processor
communication. this makes sense only if RPMsg is used.
Allow to use this memory for firmware data by default.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
This commit is contained in:
Arnaud Pouliquen 2019-07-25 16:02:34 +02:00 committed by Kumar Gala
parent 5c310521d1
commit 325331b7f9

View file

@ -31,7 +31,7 @@
mcusram: memory1@10000000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0x10000000 DT_SIZE_K(256)>;
reg = <0x10000000 DT_SIZE_K(320)>;
};
soc {