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:
parent
5c310521d1
commit
325331b7f9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
mcusram: memory1@10000000 {
|
mcusram: memory1@10000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
compatible = "mmio-sram";
|
compatible = "mmio-sram";
|
||||||
reg = <0x10000000 DT_SIZE_K(256)>;
|
reg = <0x10000000 DT_SIZE_K(320)>;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue