soc/arm/stm32u5: Add stm32u585xx soc series

Introduce STM32U585 series

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2021-09-01 14:39:11 +02:00 committed by Kumar Gala
commit 92e3fc24a0
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# STMicroelectronics STM32U585XX MCU
# Copyright (c) 2021 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32U585XX
config SOC
default "stm32u585xx"
config NUM_IRQS
default 125
endif # SOC_STM32U585XX

View file

@ -10,4 +10,7 @@ depends on SOC_SERIES_STM32U5X
config SOC_STM32U575XX
bool "STM32U575XX"
config SOC_STM32U585XX
bool "STM32U585XX"
endchoice