Commit 40ddb537 authored by dillon min's avatar dillon min Committed by Alexandre Torgue
Browse files

ARM: stm32: Add a new SoC - STM32H750



The STM32H750 is a Cortex-M7 MCU running at 480MHz
and containing 128KBytes internal flash, 1MiB SRAM.

Signed-off-by: default avatardillon min <dillon.minfei@gmail.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 2aaa41ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ static const char *const stm32_compat[] __initconst = {
	"st,stm32f746",
	"st,stm32f769",
	"st,stm32h743",
	"st,stm32h750",
	"st,stm32mp157",
	NULL
};