soc: stm32wba: Introduce STM32WBA55 SoC variant

STM32WBA55 is a new STM32WBA SoC variant featuring SMPS.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou 2023-12-01 16:26:48 +01:00 committed by Fabio Baltieri
commit 31b493128f
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# ST Microelectronics STM32WBA55XX MCU
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32WBA55XX
config SOC
default "stm32wba55xx"
config NUM_IRQS
default 70
endif # SOC_STM32WBA55XX

View file

@ -10,4 +10,7 @@ depends on SOC_SERIES_STM32WBAX
config SOC_STM32WBA52XX
bool "STM32WBA52XX"
config SOC_STM32WBA55XX
bool "STM32WBA55XX"
endchoice