arm: stm32l4: Add configuration and dts for STM32L432XX
Add configuration and dts for the STM32L432XX SoC STM32L4 variant. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
89bc20dfa7
commit
092be24061
4 changed files with 79 additions and 0 deletions
20
arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l432xx
Normal file
20
arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l432xx
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Kconfig - ST Microelectronics STM32L432KC MCU
|
||||
#
|
||||
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
||||
# Copyright (c) 2016 BayLibre, SAS
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if SOC_STM32L432XX
|
||||
|
||||
config SOC
|
||||
string
|
||||
default stm32l432xx
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 82
|
||||
|
||||
endif # SOC_STM32L432XX
|
||||
|
|
@ -14,6 +14,10 @@ config SOC_STM32L476XX
|
|||
bool "STM32L476XX"
|
||||
select HAS_STM32CUBE
|
||||
|
||||
config SOC_STM32L432XX
|
||||
bool "STM32L432XX"
|
||||
select HAS_STM32CUBE
|
||||
|
||||
config SOC_STM32L475XG
|
||||
bool "STM32L475XG"
|
||||
select HAS_STM32CUBE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue