soc: arm: st_stm32: stm32u5: add stm32u5a5 soc

Add STM32U5A5 SOC

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier 2023-09-22 15:03:04 +02:00 committed by Carles Cufí
commit 6f76e0dcf8
2 changed files with 17 additions and 0 deletions

View file

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

View file

@ -20,4 +20,7 @@ config SOC_STM32U595XX
config SOC_STM32U599XX
bool "STM32U599XX"
config SOC_STM32U5A5XX
bool "STM32U5A5XX"
endchoice