boards: sparc: gr716a: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-01-11 11:57:38 +00:00
parent d3cca3580e
commit f38f7bb223
9 changed files with 6 additions and 7 deletions

View File

@@ -4,9 +4,6 @@
if BOARD_GR716A_MINI
config BOARD
default "gr716a_mini"
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 20000000

View File

@@ -3,5 +3,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_GR716A_MINI
bool "GR716-MINI Development Board"
depends on SOC_GR716A
select SOC_GR716A

View File

@@ -0,0 +1,5 @@
board:
name: gr716a_mini
vendor: Gaisler
socs:
- name: gr716a

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@@ -1,7 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_GR716A=y
CONFIG_BOARD_GR716A_MINI=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y