diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2025-04-27 10:43:22 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2025-05-14 11:36:14 +0300 |
commit | cb0c6e1244e18a2c2d69574d58f304feccfd3b2c (patch) | |
tree | 52dad4c2868b9a605991e3b51d8a373b904f85f7 | |
parent | 815d49f61ea049075482161f897aa13e1ae30cbb (diff) | |
download | linux-cb0c6e1244e18a2c2d69574d58f304feccfd3b2c.tar.xz |
ARM: stm32: add a new SoC - STM32H747
The STM32H747 is a dual-core MCU (Cortex-M7 running up to 480 MHz +
Cortex-M4 running up to 240 MHz) containing from 1 to 2 Mbytes of Flash
memory and 1 Mbyte of internal RAM.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/r/20250427074404.3278732-4-dario.binacchi@amarulasolutions.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
-rw-r--r-- | arch/arm/mach-stm32/board-dt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32/board-dt.c b/arch/arm/mach-stm32/board-dt.c index 5dcc4ddd1a56..e6233c8725ae 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,stm32h747", "st,stm32h750", "st,stm32mp131", "st,stm32mp133", |