boards: Convert nucleo_h563zi 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-16 08:39:06 +01:00
committed by Carles Cufi
parent a6e4928543
commit dc5977dbba
13 changed files with 12 additions and 16 deletions

View File

@@ -1,8 +0,0 @@
# STM32H563ZI Nucleo board configuration
# Copyright (c) 2023 Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H563ZI
bool "Nucleo H563ZI Development Board"
depends on SOC_STM32H563XX

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_H563ZI
config BOARD
default "nucleo_h563zi"
if NETWORKING
config NET_L2_ETHERNET

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2023 Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H563ZI
select SOC_STM32H563XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_h563zi
vendor: st
socs:
- name: stm32h563xx

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

@@ -183,8 +183,8 @@ The default configuration can be found in the defconfig and dts files:
- Secure target:
- :zephyr_file:`boards/arm/nucleo_h563zi/nucleo_h563zi_defconfig`
- :zephyr_file:`boards/arm/nucleo_h563zi/nucleo_h563zi.dts`
- :zephyr_file:`boards/st/nucleo_h563zi/nucleo_h563zi_defconfig`
- :zephyr_file:`boards/st/nucleo_h563zi/nucleo_h563zi.dts`
Zephyr board options
====================

View File

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