mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 17:49:03 +02:00
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>
This commit is contained in:
parent
815d49f61e
commit
cb0c6e1244
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue