soc: arm: stm32l4s5 new supported device

this patch introduces the stm32L4S5xx soc
from STMicroelectronics (based on the stm32l4r5)

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2020-06-11 10:52:33 +02:00 committed by Maureen Helm
commit c0d939ef0a
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# ST Microelectronics STM32L4S5xx MCU
# Copyright (c) 2020 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32L4S5XX
config SOC
default "stm32l4s5xx"
config NUM_IRQS
default 95
endif # SOC_STM32L4S5XX

View file

@ -34,6 +34,9 @@ config SOC_STM32L462XX
config SOC_STM32L475XX
bool "STM32L475XX"
config SOC_STM32L4S5XX
bool "STM32L4S5XX"
config SOC_STM32L4R5XX
bool "STM32L4R5XX"