boards: arm: qomu: 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-23 08:47:45 +00:00
parent b3c04051fc
commit cd921d2b97
9 changed files with 8 additions and 17 deletions

View File

@@ -1,11 +0,0 @@
# QuickLogic Qomu board
# Copyright (c) 2022 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_QOMU
config BOARD
default "qomu"
endif # BOARD_QOMU

View File

@@ -4,5 +4,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_QOMU
bool "QuickLogic Qomu target"
depends on SOC_EOS_S3
select SOC_EOS_S3

View File

@@ -0,0 +1,5 @@
board:
name: qomu
vendor: QuickLogic
socs:
- name: quicklogic_eos_s3

View File

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 184 KiB

View File

@@ -2,14 +2,12 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_ARM_MPU=n
CONFIG_SOC_EOS_S3=y
CONFIG_BOARD_QOMU=y
# system clock
# System clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=61440000
CONFIG_CORTEX_M_SYSTICK=y
# console
# Console
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y