boards: Convert google_twinkie_v2 to HWM v2

Port the board to HWMv2.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier
2024-02-08 11:36:00 +01:00
committed by Jamie McCrae
parent 52e025943a
commit cea9b140fd
8 changed files with 6 additions and 14 deletions

View File

@@ -1,9 +0,0 @@
# Copyright 2023 The ChromiumOS Authors
# SPDX-License-Identifier: Apache-2.0
if BOARD_GOOGLE_TWINKIE_V2
config BOARD
default "google_twinkie_v2"
endif # BOARD_GOOGLE_TWINKIE_V2

View File

@@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_GOOGLE_TWINKIE_V2
bool "Google Twinkie V2 Board"
depends on SOC_STM32G0B1XX
select SOC_STM32G0B1XX

View File

@@ -0,0 +1,5 @@
board:
name: google_twinkie_v2
vendor: google
socs:
- name: stm32g0b1xx

View File

@@ -2,9 +2,6 @@
#
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_STM32G0X=y
CONFIG_SOC_STM32G0B1XX=y
# GPIO Controller
CONFIG_GPIO=y