boards: Convert stm32h735g_disco 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:55:04 +01:00
committed by Carles Cufi
parent b08819dff7
commit 00314155df
11 changed files with 8 additions and 12 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_STM32H735G_DISCO
config BOARD
default "stm32h735g_disco"
if NETWORKING
config NET_L2_ETHERNET

View File

@@ -1,8 +1,5 @@
# STM32H735G Discovery board configuration
# Copyright (c) 2021 SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
config BOARD_STM32H735G_DISCO
bool "STM32H735G Discovery Development Board"
depends on SOC_STM32H735XX
select SOC_STM32H735XX

View File

@@ -0,0 +1,5 @@
board:
name: stm32h735g_disco
vendor: st
socs:
- name: stm32h735xx

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -77,8 +77,8 @@ The current Zephyr stm32h735g_disco board configuration supports the following h
Other hardware features are not yet supported on Zephyr porting.
The default configuration per core can be found in the defconfig file:
``boards/arm/stm32h735g_disco/stm32h735g_disco_defconfig``
The default configuration can be found in the defconfig file:
:zephyr_file:`boards/st/stm32h735g_disco/stm32h735g_disco_defconfig`
Pin Mapping
===========

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32H7X=y
CONFIG_SOC_STM32H735XX=y
# Enable the internal SMPS regulator
CONFIG_POWER_SUPPLY_DIRECT_SMPS=y