From: dillon min Date: Wed, 31 Mar 2021 08:28:44 +0000 (+0800) Subject: ARM: stm32: Add a new SoC - STM32H750 X-Git-Tag: iomap-folio-5.17-old~1604^2~42^2~7 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=40ddb5376972a5a3ad6ae63239113cc27007b259;p=users%2Fwilly%2Flinux.git 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: dillon min Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c index 011d57b488c2..a766310d8dca 100644 --- a/arch/arm/mach-stm32/board-dt.c +++ b/arch/arm/mach-stm32/board-dt.c @@ -17,6 +17,7 @@ static const char *const stm32_compat[] __initconst = { "st,stm32f746", "st,stm32f769", "st,stm32h743", + "st,stm32h750", "st,stm32mp157", NULL };