Skip to content

Commit cb0c6e1

Browse files
passgatAlexandre Torgue
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Torgue <[email protected]>
1 parent 815d49f commit cb0c6e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mach-stm32/board-dt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ static const char *const stm32_compat[] __initconst = {
1717
"st,stm32f746",
1818
"st,stm32f769",
1919
"st,stm32h743",
20+
"st,stm32h747",
2021
"st,stm32h750",
2122
"st,stm32mp131",
2223
"st,stm32mp133",

0 commit comments

Comments
 (0)