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:
@@ -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
|
||||
@@ -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
|
||||
5
boards/v2/quicklogic/quick_feather/board.yml
Normal file
5
boards/v2/quicklogic/quick_feather/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: quick_feather
|
||||
vendor: QuickLogic
|
||||
socs:
|
||||
- name: quicklogic_eos_s3
|
||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user