boards: Convert nucleo_l4r5zi to HWM v2

Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier
2024-02-09 09:12:50 +01:00
committed by Carles Cufi
parent 24e357d623
commit 008b5d9392
13 changed files with 11 additions and 15 deletions

View File

@@ -1,8 +0,0 @@
# STM32L4R5ZI Nucleo board configuration
# Copyright (c) 2018 Pushpal Sidhu
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_L4R5ZI
bool "Nucleo L4R5ZI Development Board"
depends on SOC_STM32L4R5XX

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_L4R5ZI
config BOARD
default "nucleo_l4r5zi"
config SPI_STM32_INTERRUPT
default y
depends on SPI

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2018 Pushpal Sidhu
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_L4R5ZI
select SOC_STM32L4R5XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_l4r5zi
vendor: st
socs:
- name: stm32l4r5xx

View File

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -145,7 +145,7 @@ hardware features:
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
``boards/arm/nucleo_l4r5zi/nucleo_l4r5zi_defconfig``
``boards/st/nucleo_l4r5zi/nucleo_l4r5zi_defconfig``
Connections and IOs

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32L4X=y
CONFIG_SOC_STM32L4R5XX=y
# enable uart driver
CONFIG_SERIAL=y