board: stm32: add stm32h747-discovery board support
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Sat, 7 Jun 2025 09:37:17 +0000 (11:37 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 11 Jun 2025 18:00:36 +0000 (12:00 -0600)
commit7ab0ee3a59c01ca164a5b71e0c4c90555da5e806
tree180477c98a8130705b0c5d0cc5ece0b4bc8690f2
parent366f0bfe4f8be35961469f405929e9bb77bb5599
board: stm32: add stm32h747-discovery board support

The board includes an STM32H747XI SoC with the following resources:
 - 2 Mbytes Flash
 - 1 Mbyte SRAM
 - LCD-TFT controller
 - MIPI-DSI interface
 - FD-CAN
 - USB 2.0 high-speed/full-speed
 - Ethernet MAC
 - camera interface

Detailed information can be found at:
https://www.st.com/en/evaluation-tools/stm32h747i-disco.html

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/mach-stm32/stm32h7/Kconfig
board/st/stm32h747-disco/Kconfig [new file with mode: 0644]
board/st/stm32h747-disco/MAINTAINERS [new file with mode: 0644]
board/st/stm32h747-disco/Makefile [new file with mode: 0644]
board/st/stm32h747-disco/stm32h747-disco.c [new file with mode: 0644]
configs/stm32h747-disco_defconfig [new file with mode: 0644]
drivers/clk/stm32/clk-stm32h7.c
include/configs/stm32h747-disco.h [new file with mode: 0644]