arm: Support for new STM32F4 socs (STM32F407 and STM32F429)

In order to support the discovery STM32F4 and STM32F429 boards,
it is necessary to make these socs available.

Change-Id: I351d294fb02c4385f291a6e258a3f7d81e85627e
Signed-off-by: Gustavo Denardin <gustavo.denardin@gmail.com>
This commit is contained in:
Gustavo Denardin 2017-02-13 21:38:52 -02:00 committed by Kumar Gala
commit 3fdfcfc94f
4 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,24 @@
# Kconfig - ST STM32F429XX MCU configuration options
#
# Copyright (c) 2016 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32F429XX
config SOC
string
default stm32f429xx
config SRAM_SIZE
default 256
config FLASH_SIZE
default 2048
config NUM_IRQS
int
default 85
endif # SOC_STM32F429XX