Browse Source

boards: Convert b_g474e_dpow1 to HWM v2

Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
pull/69687/head
Guillaume Gautier 1 year ago committed by Jamie McCrae
parent
commit
90e592ffd1
  1. 8
      boards/boards_legacy/arm/b_g474e_dpow1/Kconfig.board
  2. 11
      boards/boards_legacy/arm/b_g474e_dpow1/Kconfig.defconfig
  3. 5
      boards/st/b_g474e_dpow1/Kconfig.b_g474e_dpow1
  4. 0
      boards/st/b_g474e_dpow1/b_g474e_dpow1.dts
  5. 0
      boards/st/b_g474e_dpow1/b_g474e_dpow1.yaml
  6. 3
      boards/st/b_g474e_dpow1/b_g474e_dpow1_defconfig
  7. 0
      boards/st/b_g474e_dpow1/board.cmake
  8. 5
      boards/st/b_g474e_dpow1/board.yml
  9. 0
      boards/st/b_g474e_dpow1/doc/img/b_g474e_dpow1.jpg
  10. 0
      boards/st/b_g474e_dpow1/doc/index.rst

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

@ -1,8 +0,0 @@ @@ -1,8 +0,0 @@
# B-G474E-DPOW1 Discovery board configuration
# Copyright 2022 The Chromium OS Authors
# SPDX-License-Identifier: Apache-2.0
config BOARD_B_G474E_DPOW1
bool "B-G474E-DPOW1 Discovery Board"
depends on SOC_STM32G474XX

11
boards/boards_legacy/arm/b_g474e_dpow1/Kconfig.defconfig

@ -1,11 +0,0 @@ @@ -1,11 +0,0 @@
# B-G474E-DPOW1 Discovery board configuration
# Copyright 2022 The Chromium OS Authors
# SPDX-License-Identifier: Apache-2.0
if BOARD_B_G474E_DPOW1
config BOARD
default "b_g474e_bpow1"
endif # BOARD_B_G474E_DPOW1

5
boards/st/b_g474e_dpow1/Kconfig.b_g474e_dpow1

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
# Copyright 2022 The Chromium OS Authors
# SPDX-License-Identifier: Apache-2.0
config BOARD_B_G474E_DPOW1
select SOC_STM32G474XX

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

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

3
boards/boards_legacy/arm/b_g474e_dpow1/b_g474e_dpow1_defconfig → boards/st/b_g474e_dpow1/b_g474e_dpow1_defconfig

@ -2,9 +2,6 @@ @@ -2,9 +2,6 @@
#
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32G4X=y
CONFIG_SOC_STM32G474XX=y
# Serial Drivers
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y

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

5
boards/st/b_g474e_dpow1/board.yml

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
board:
name: b_g474e_dpow1
vendor: st
socs:
- name: stm32g474xx

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

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

0
boards/boards_legacy/arm/b_g474e_dpow1/doc/index.rst → boards/st/b_g474e_dpow1/doc/index.rst

Loading…
Cancel
Save