soc: stm32: Add support for stm32h745xx SoC
add stm32h745xx SoC and corresponding device tree Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
This commit is contained in:
parent
3f28f69477
commit
54e8bda856
7 changed files with 113 additions and 0 deletions
|
@ -12,4 +12,8 @@ source "soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7*"
|
|||
config SOC_SERIES
|
||||
default "stm32h7"
|
||||
|
||||
config DMA_STM32_V1
|
||||
default y
|
||||
depends on DMA_STM32
|
||||
|
||||
endif # SOC_SERIES_STM32H7X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue