boards: Convert b_g474e_dpow1 to HWM v2
Port the board to HWMv2. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
committed by
Jamie McCrae
parent
eb8a7e3441
commit
90e592ffd1
@@ -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
|
||||
@@ -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
Normal file
5
boards/st/b_g474e_dpow1/Kconfig.b_g474e_dpow1
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright 2022 The Chromium OS Authors
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_B_G474E_DPOW1
|
||||
select SOC_STM32G474XX
|
||||
@@ -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
|
||||
5
boards/st/b_g474e_dpow1/board.yml
Normal file
5
boards/st/b_g474e_dpow1/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: b_g474e_dpow1
|
||||
vendor: st
|
||||
socs:
|
||||
- name: stm32g474xx
|
||||
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user