Commit c2d3ecbc authored by Francois Ramu's avatar Francois Ramu Committed by Christopher Friedt
Browse files

dts: arm: stm32h7 introducing the stm32h723xE device



This stm32h723xE is similar to the existing stm32h723xG
with only 512K of flash memory.

Signed-off-by: default avatarFrancois Ramu <francois.ramu@st.com>
parent 3c5944bd
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2021 STMicroelectronics
 * SPDX-License-Identifier: Apache-2.0
 */

#include <mem.h>
#include <st/h7/stm32h723.dtsi>

/ {
	soc {
		flash-controller@52002000 {
			flash0: flash@8000000 {
				compatible = "soc-nv-flash";
				label = "FLASH_STM32";
				reg = <0x08000000 DT_SIZE_K(512)>;
			};
		};
	};
};