Browse Source

boards: Convert nucleo_h753zi to HWM v2

Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
pull/69687/head
Erwan Gouriou 1 year ago committed by Carles Cufi
parent
commit
56456c16e5
  1. 8
      boards/boards_legacy/arm/nucleo_h753zi/Kconfig.board
  2. 3
      boards/st/nucleo_h753zi/Kconfig.defconfig
  3. 5
      boards/st/nucleo_h753zi/Kconfig.nucleo_h753zi
  4. 0
      boards/st/nucleo_h753zi/arduino_r3_connector.dtsi
  5. 0
      boards/st/nucleo_h753zi/board.cmake
  6. 5
      boards/st/nucleo_h753zi/board.yml
  7. 0
      boards/st/nucleo_h753zi/doc/img/nucleo_h753zi.jpg
  8. 2
      boards/st/nucleo_h753zi/doc/index.rst
  9. 0
      boards/st/nucleo_h753zi/nucleo_h753zi.dts
  10. 0
      boards/st/nucleo_h753zi/nucleo_h753zi.yaml
  11. 3
      boards/st/nucleo_h753zi/nucleo_h753zi_defconfig
  12. 0
      boards/st/nucleo_h753zi/support/openocd.cfg

8
boards/boards_legacy/arm/nucleo_h753zi/Kconfig.board

@ -1,8 +0,0 @@
# STM32H753ZI Nucleo board configuration
# Copyright (c) 2021 Blue Clover Devices
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H753ZI
bool "Nucleo H753ZI Development Board"
depends on SOC_STM32H753XX

3
boards/boards_legacy/arm/nucleo_h753zi/Kconfig.defconfig → boards/st/nucleo_h753zi/Kconfig.defconfig

@ -5,9 +5,6 @@
if BOARD_NUCLEO_H753ZI if BOARD_NUCLEO_H753ZI
config BOARD
default "nucleo_h753zi"
if NETWORKING if NETWORKING
config NET_L2_ETHERNET config NET_L2_ETHERNET

5
boards/st/nucleo_h753zi/Kconfig.nucleo_h753zi

@ -0,0 +1,5 @@
# Copyright (c) 2021 Blue Clover Devices
# SPDX-License-Identifier: Apache-2.0
config BOARD_NUCLEO_H753ZI
select SOC_STM32H753XX

0
boards/boards_legacy/arm/nucleo_h753zi/arduino_r3_connector.dtsi → boards/st/nucleo_h753zi/arduino_r3_connector.dtsi

0
boards/boards_legacy/arm/nucleo_h753zi/board.cmake → boards/st/nucleo_h753zi/board.cmake

5
boards/st/nucleo_h753zi/board.yml

@ -0,0 +1,5 @@
board:
name: nucleo_h753zi
vendor: st
socs:
- name: stm32h753xx

0
boards/boards_legacy/arm/nucleo_h753zi/doc/img/nucleo_h753zi.jpg → boards/st/nucleo_h753zi/doc/img/nucleo_h753zi.jpg

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

2
boards/boards_legacy/arm/nucleo_h753zi/doc/index.rst → boards/st/nucleo_h753zi/doc/index.rst

@ -127,7 +127,7 @@ features:
Other hardware features are not yet supported on this Zephyr port. Other hardware features are not yet supported on this Zephyr port.
The default configuration can be found in the defconfig file: The default configuration can be found in the defconfig file:
``boards/arm/nucleo_h753zi/nucleo_h753zi_defconfig`` :zephyr_file:`boards/st/nucleo_h753zi/nucleo_h753zi_defconfig`
For more details please refer to `STM32 Nucleo-144 board User Manual`_. For more details please refer to `STM32 Nucleo-144 board User Manual`_.

0
boards/boards_legacy/arm/nucleo_h753zi/nucleo_h753zi.dts → boards/st/nucleo_h753zi/nucleo_h753zi.dts

0
boards/boards_legacy/arm/nucleo_h753zi/nucleo_h753zi.yaml → boards/st/nucleo_h753zi/nucleo_h753zi.yaml

3
boards/boards_legacy/arm/nucleo_h753zi/nucleo_h753zi_defconfig → boards/st/nucleo_h753zi/nucleo_h753zi_defconfig

@ -1,8 +1,5 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32H7X=y
CONFIG_SOC_STM32H753XX=y
# Enable MPU # Enable MPU
CONFIG_ARM_MPU=y CONFIG_ARM_MPU=y

0
boards/boards_legacy/arm/nucleo_h753zi/support/openocd.cfg → boards/st/nucleo_h753zi/support/openocd.cfg

Loading…
Cancel
Save