Browse Source
Port the board to HWMv2. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>pull/69687/head
11 changed files with 8 additions and 20 deletions
@ -1,11 +0,0 @@ |
|||||||
# STM32H750B DK board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2023 STMicroelectronics |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if BOARD_STM32H750B_DK |
|
||||||
|
|
||||||
config BOARD |
|
||||||
default "stm32h750b_dk" |
|
||||||
|
|
||||||
endif # BOARD_STM32H750B_DK |
|
@ -1,8 +1,5 @@ |
|||||||
# STM32H735G Discovery board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2023 STMicroelectronics |
# Copyright (c) 2023 STMicroelectronics |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config BOARD_STM32H750B_DK |
config BOARD_STM32H750B_DK |
||||||
bool "STM32H750B Discovery Kit" |
select SOC_STM32H750XX |
||||||
depends on SOC_STM32H750XX |
|
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: stm32h750b_dk |
||||||
|
vendor: st |
||||||
|
socs: |
||||||
|
- name: stm32h750xx |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
@ -1,9 +1,6 @@ |
|||||||
# Copyright (c) 2023 STMicroelectronics |
# Copyright (c) 2023 STMicroelectronics |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_STM32H7X=y |
|
||||||
CONFIG_SOC_STM32H750XX=y |
|
||||||
|
|
||||||
# Enable the internal SMPS regulator |
# Enable the internal SMPS regulator |
||||||
CONFIG_POWER_SUPPLY_LDO=y |
CONFIG_POWER_SUPPLY_LDO=y |
||||||
|
|
Loading…
Reference in new issue