Commit 800edb2b authored by Francois Ramu's avatar Francois Ramu Committed by Carles Cufi
Browse files

dts: arm: stm32f7 declares sram0 as zephyr, memory-region



Declare the SRAM0 region as memory-region
for the stm32f745 serie. Will be included for the stm32f746
for the stm32f765 serie. Will be included for the stm32f767
for the stm32f722 serie. Will be included for the stm32f723

Signed-off-by: default avatarFrancois Ramu <francois.ramu@st.com>
parent 0a3b601a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -12,8 +12,9 @@
	 */

	sram0: memory@20010000 {
		compatible = "mmio-sram";
		compatible = "zephyr,memory-region", "mmio-sram";
		reg = <0x20010000 DT_SIZE_K(192)>;
		zephyr,memory-region = "SRAM0";
	};

	dtcm: memory@20000000 {
+2 −1
Original line number Diff line number Diff line
@@ -10,8 +10,9 @@
	/* 64KB DTCM @ 20000000, 240KB SRAM1 @ 20010000, 16KB SRAM2 @ 2004C000 */

	sram0: memory@20010000 {
		compatible = "mmio-sram";
		compatible = "zephyr,memory-region", "mmio-sram";
		reg = <0x20010000 DT_SIZE_K(256)>;
		zephyr,memory-region = "SRAM0";
	};

	dtcm: memory@20000000 {
+2 −1
Original line number Diff line number Diff line
@@ -12,8 +12,9 @@
	 */

	sram0: memory@20020000 {
		compatible = "mmio-sram";
		compatible = "zephyr,memory-region", "mmio-sram";
		reg = <0x20020000 DT_SIZE_K(384)>;
		zephyr,memory-region = "SRAM0";
	};

	dtcm: memory@20000000 {