ARM: stm32: Add a new SoC - STM32H750
authordillon min <dillon.minfei@gmail.com>
Wed, 31 Mar 2021 08:28:44 +0000 (16:28 +0800)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 1 Apr 2021 07:54:45 +0000 (09:54 +0200)
The STM32H750 is a Cortex-M7 MCU running at 480MHz
and containing 128KBytes internal flash, 1MiB SRAM.

Signed-off-by: dillon min <dillon.minfei@gmail.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/mach-stm32/board-dt.c

index 011d57b488c2e954dcc350069e79ef0c2228c9ac..a766310d8dca41d6447af6c23898ca18500e9a3b 100644 (file)
@@ -17,6 +17,7 @@ static const char *const stm32_compat[] __initconst = {
        "st,stm32f746",
        "st,stm32f769",
        "st,stm32h743",
+       "st,stm32h750",
        "st,stm32mp157",
        NULL
 };