soc/arm/stm32u5: Add stm32u585xx soc series
Introduce STM32U585 series Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
8b3e15523e
commit
92e3fc24a0
2 changed files with 17 additions and 0 deletions
14
soc/arm/st_stm32/stm32u5/Kconfig.defconfig.stm32u585xx
Normal file
14
soc/arm/st_stm32/stm32u5/Kconfig.defconfig.stm32u585xx
Normal 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
|
|
@ -10,4 +10,7 @@ depends on SOC_SERIES_STM32U5X
|
|||
config SOC_STM32U575XX
|
||||
bool "STM32U575XX"
|
||||
|
||||
config SOC_STM32U585XX
|
||||
bool "STM32U585XX"
|
||||
|
||||
endchoice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue