arm: stm32f4: Add basic support for STM32F413

Add necessary Kconfig and minimal device tree in order to support
STM32F413xH variants as found on the Nucleo STM32F413 board.

Origin: Original

Change-Id: I60230c240d6acb610f16a02c62048d448476e9c5
Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>
This commit is contained in:
Florian Vaussard 2017-04-28 10:14:40 +02:00 committed by Anas Nashif
commit 0b9f6a25ed
4 changed files with 31 additions and 0 deletions

View file

@ -18,6 +18,9 @@ config SOC_STM32F407XG
config SOC_STM32F411XE
bool "STM32F411XE"
config SOC_STM32F413XH
bool "STM32F413XH"
config SOC_STM32F429XI
bool "STM32F429XI"