arm: st: add stm32l4r5xx support

New parts from ST. See http://www.st.com/en/microcontrollers/stm32l4r5-s5.html
for more details.

Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
This commit is contained in:
Pushpal Sidhu 2017-12-04 09:59:16 -08:00 committed by Anas Nashif
commit f1d78d8f38
4 changed files with 181 additions and 0 deletions

View file

@ -0,0 +1,37 @@
# Kconfig - ST Microelectronics STM32L4R5xx MCU
#
# Copyright (c) 2018 Pushpal Sidhu
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L4R5XI
config SOC
string
default "stm32l4r5xx"
config NUM_IRQS
int
default 95
if GPIO_STM32
config GPIO_STM32_PORTD
def_bool y
config GPIO_STM32_PORTE
default y
config GPIO_STM32_PORTF
default y
config GPIO_STM32_PORTG
default y
config GPIO_STM32_PORTH
default y
endif # GPIO_STM32
endif # SOC_STM32L4R5XI