boards: Convert nucleo_h7a3zi_q 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:59 +01:00
committed by Carles Cufi
parent 56456c16e5
commit b08819dff7
12 changed files with 11 additions and 15 deletions

View File

@@ -1,8 +0,0 @@
# STM32H7A3ZI-Q Nucleo board configuration
# Copyright (c) 2021 Electrolance Solutions
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H7A3ZI_Q
bool "Nucleo H75A3ZI-Q Development Board"
depends on SOC_STM32H7A3XXQ

View File

@@ -5,9 +5,6 @@
if BOARD_NUCLEO_H7A3ZI_Q
config BOARD
default "nucleo_h7a3zi_q"
config USB_DC_HAS_HS_SUPPORT
default y
depends on USB_DC_STM32

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2021 Electrolance Solutions
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H7A3ZI_Q
select SOC_STM32H7A3XXQ

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_h7a3zi_q
vendor: st
socs:
- name: stm32h7a3xx

View File

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 166 KiB

View File

@@ -115,7 +115,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_h7a3zi_q/nucleo_h7a3zi_q_defconfig``
:zephyr_file:`boards/st/nucleo_h7a3zi_q/nucleo_h7a3zi_q_defconfig`
For more details please refer to `STM32 Nucleo-144 board User Manual`_.

View File

@@ -1,9 +1,6 @@
# Copyright (c) 2021 Electrolance Solutions
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32H7X=y
CONFIG_SOC_STM32H7A3XXQ=y
# Enable MPU
CONFIG_ARM_MPU=y