boards: riscv: titanium_ti60_f225: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
359133d725
commit
a8659e170b
@@ -1,9 +0,0 @@
|
||||
# Copyright (c) 2023 Efinix Inc.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_TITANIUM_TI60_F225
|
||||
|
||||
config BOARD
|
||||
default "titanium_ti60_f225"
|
||||
|
||||
endif # BOARD_TITANIUM_TI60_F225
|
||||
@@ -2,5 +2,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_TITANIUM_TI60_F225
|
||||
bool "Board with Efinix Sapphire riscv SoC"
|
||||
depends on SOC_EFINIX_SAPPHIRE
|
||||
select SOC_EFINIX_SAPPHIRE
|
||||
5
boards/efinix/titanium_ti60_f225/board.yml
Normal file
5
boards/efinix/titanium_ti60_f225/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: titanium_ti60_f225
|
||||
vendor: Efinix
|
||||
socs:
|
||||
- name: efinix_sapphire
|
||||
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
@@ -1,8 +1,6 @@
|
||||
# Copyright (c) 2023 Efinix Inc.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_EFINIX_SAPPHIRE=y
|
||||
CONFIG_BOARD_TITANIUM_TI60_F225=y
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
Reference in New Issue
Block a user