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:
parent
c8153c35fe
commit
f1d78d8f38
4 changed files with 181 additions and 0 deletions
37
soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l4r5xx
Normal file
37
soc/arm/st_stm32/stm32l4/Kconfig.defconfig.stm32l4r5xx
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue