soc: arm: st_stm32: stm32u5: Add STM32U5A9 support

Add support for STM32U5A9XX SoC series

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
Abderrahmane Jarmouni 2023-11-08 10:32:01 +01:00 committed by Fabio Baltieri
commit f8a9d95549
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# STMicroelectronics STM32U5A9XX MCU
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32U5A9XX
config SOC
default "stm32u5a9xx"
config NUM_IRQS
default 139
endif # SOC_STM32U5A9XX

View file

@ -2,6 +2,7 @@
# Copyright (c) 2021 Linaro Limited
# Copyright (c) 2023 PSICONTROL nv
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
choice
@ -23,4 +24,7 @@ config SOC_STM32U599XX
config SOC_STM32U5A5XX
bool "STM32U5A5XX"
config SOC_STM32U5A9XX
bool "STM32U5A9XX"
endchoice