boards: Convert nucleo_h753zi to HWM v2

Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou
2024-02-05 17:54:53 +01:00
committed by Carles Cufi
parent 91f9198dc4
commit 56456c16e5
12 changed files with 11 additions and 15 deletions

View File

@@ -1,8 +0,0 @@
# STM32H753ZI Nucleo board configuration
# Copyright (c) 2021 Blue Clover Devices
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H753ZI
bool "Nucleo H753ZI Development Board"
depends on SOC_STM32H753XX

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_H753ZI
config BOARD
default "nucleo_h753zi"
if NETWORKING
config NET_L2_ETHERNET

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2021 Blue Clover Devices
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H753ZI
select SOC_STM32H753XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_h753zi
vendor: st
socs:
- name: stm32h753xx

View File

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -127,7 +127,7 @@ 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_h753zi/nucleo_h753zi_defconfig``
:zephyr_file:`boards/st/nucleo_h753zi/nucleo_h753zi_defconfig`
For more details please refer to `STM32 Nucleo-144 board User Manual`_.

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32H7X=y
CONFIG_SOC_STM32H753XX=y
# Enable MPU
CONFIG_ARM_MPU=y