boards: arm: quick_feather: 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:50:22 +00:00
parent cd921d2b97
commit 4526be24a5
9 changed files with 8 additions and 17 deletions

View File

@@ -1,11 +0,0 @@
# QuickLogic Quick Feather board
# Copyright (c) 2020 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
if BOARD_QUICK_FEATHER
config BOARD
default "quick_feather"
endif # BOARD_QUICK_FEATHER

View File

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

View File

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

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -2,13 +2,11 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_ARM_MPU=n
CONFIG_SOC_EOS_S3=y
CONFIG_BOARD_QUICK_FEATHER=y
# system clock
# System clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=61440000
# console
# Console
CONFIG_SERIAL=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y