boards: Convert stm32u5a9j_dk 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-08 11:56:21 +01:00
committed by Carles Cufi
parent c1ee449ef1
commit 15f16834e6
12 changed files with 11 additions and 24 deletions

View File

@@ -1,8 +0,0 @@
# STM32U5A9J Discovery Kit board configuration
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32U5A9J_DK
bool "STM32U5A9J Discovery Kit Development Board"
depends on SOC_STM32U5A9XX

View File

@@ -1,11 +0,0 @@
# STM32U5A9J DISCOVERY KIT board configuration
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
if BOARD_STM32U5A9J_DK
config BOARD
default "stm32u5a9j_dk"
endif # BOARD_STM32U5A9J_DK

View File

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

View File

@@ -0,0 +1,5 @@
board:
name: stm32u5a9j_dk
vendor: st
socs:
- name: stm32u5a9xx

View File

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

@@ -87,7 +87,7 @@ hardware features:
Other hardware features have not been enabled yet for this board.
The default configuration per core can be found in the defconfig file:
``boards/arm/stm32u5a9j_dk/stm32u5a9j_dk_defconfig``
:zephyr_file:`boards/st/stm32u5a9j_dk/stm32u5a9j_dk_defconfig`
Pin Mapping
===========

View File

@@ -1,10 +1,6 @@
# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
# Set SoC present on the board
CONFIG_SOC_SERIES_STM32U5X=y
CONFIG_SOC_STM32U5A9XX=y
# Enable MPU
CONFIG_ARM_MPU=y