Skip to content

Commit 86cab94

Browse files
djiatsaf-stdkalowsk
authored andcommitted
dts: arm: st: h7: combine sram1 and sram2 memory size
Combining the two regions provides enough memory to successfully build applications. Note that SRAM1 and SRAM2 are continuous regions. Signed-off-by: Fabrice DJIATSA <[email protected]>
1 parent f1348d3 commit 86cab94

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/delete-node/ &sram2;
2+
3+
/* D2 domain, AHB SRAM */
4+
&sram1{
5+
reg = <0x30000000 DT_SIZE_K(32)>;
6+
zephyr,memory-region = "SRAM1-2";
7+
};

0 commit comments

Comments
 (0)