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:
parent
c2175e9ed5
commit
6f76e0dcf8
2 changed files with 17 additions and 0 deletions
14
soc/arm/st_stm32/stm32u5/Kconfig.defconfig.stm32u5a5xx
Normal file
14
soc/arm/st_stm32/stm32u5/Kconfig.defconfig.stm32u5a5xx
Normal 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
|
|
@ -20,4 +20,7 @@ config SOC_STM32U595XX
|
|||
config SOC_STM32U599XX
|
||||
bool "STM32U599XX"
|
||||
|
||||
config SOC_STM32U5A5XX
|
||||
bool "STM32U5A5XX"
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue