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:
parent
d7625ce57f
commit
31b493128f
2 changed files with 17 additions and 0 deletions
14
soc/arm/st_stm32/stm32wba/Kconfig.defconfig.stm32wba55xx
Normal file
14
soc/arm/st_stm32/stm32wba/Kconfig.defconfig.stm32wba55xx
Normal 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
|
|
@ -10,4 +10,7 @@ depends on SOC_SERIES_STM32WBAX
|
|||
config SOC_STM32WBA52XX
|
||||
bool "STM32WBA52XX"
|
||||
|
||||
config SOC_STM32WBA55XX
|
||||
bool "STM32WBA55XX"
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue