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:
parent
9c90ed6f61
commit
f8a9d95549
2 changed files with 18 additions and 0 deletions
14
soc/arm/st_stm32/stm32u5/Kconfig.defconfig.stm32u5a9xx
Normal file
14
soc/arm/st_stm32/stm32u5/Kconfig.defconfig.stm32u5a9xx
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue