soc: arm: stm32l4 serie has a stm32l4p5 device

Add the stm32l4p5 device to the list of stm32l4 plus

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2023-02-23 10:26:21 +01:00 committed by Fabio Baltieri
commit 25279df662
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# ST Microelectronics STM32L4R5xx MCU
# Copyright (c) 2018 Pushpal Sidhu
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32L4P5XX
config SOC
default "stm32l4p5xx"
config NUM_IRQS
default 95
endif # SOC_STM32L4P5XX

View file

@ -46,6 +46,9 @@ config SOC_STM32L462XX
config SOC_STM32L475XX
bool "STM32L475XX"
config SOC_STM32L4P5XX
bool "STM32L4P5XX"
config SOC_STM32L4S5XX
bool "STM32L4S5XX"