boards: Convert nucleo_u5a5zj_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-16 12:12:45 +01:00
committed by Carles Cufi
parent 2fd3ed43d2
commit db4deddf9d
13 changed files with 11 additions and 23 deletions

View File

@@ -1,8 +0,0 @@
# STM32U5A5ZJ Q Nucleo board configuration
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_U5A5ZJ_Q
bool "Nucleo U5A5ZJ Q Development Board"
depends on SOC_STM32U5A5XX

View File

@@ -1,11 +0,0 @@
# STM32U5A5ZJ Q Nucleo board configuration
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_U5A5ZJ_Q
config BOARD
default "nucleo_u5a5zj_q"
endif # BOARD_NUCLEO_U5A5ZJ_Q

View File

@@ -0,0 +1,5 @@
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_U5A5ZJ_Q
select SOC_STM32U5A5XX

View File

@@ -0,0 +1,5 @@
board:
name: nucleo_u5a5zj_q
vendor: st
socs:
- name: stm32u5a5xx

View File

@@ -210,7 +210,7 @@ The Zephyr nucleo_u5a5zj_q board configuration supports the following hardware f
Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file:
``boards/arm/nucleo_u5a5zj_q/nucleo_u5a5zj_q_defconfig``
:zephyr_file:`boards/st/nucleo_u5a5zj_q/nucleo_u5a5zj_q_defconfig`
Connections and IOs

View File

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