boards: arm: v2m_beetle: 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-02-02 13:12:21 +00:00
committed by Carles Cufi
parent 85de0888ec
commit 73b257a3f9
12 changed files with 7 additions and 8 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_V2M_BEETLE
config BOARD
default "v2m_beetle"
if SERIAL
config UART_INTERRUPT_DRIVEN

View File

@@ -5,5 +5,4 @@
# V2M (V2 = Versatile Express, M = Motherboard)
config BOARD_V2M_BEETLE
bool "ARM V2M Beetle Board"
depends on SOC_BEETLE_R0
select SOC_BEETLE_R0

View File

@@ -0,0 +1,5 @@
board:
name: v2m_beetle
vendor: ARM
socs:
- name: beetle_r0

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -6,11 +6,9 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_BEETLE_R0=y
CONFIG_SOC_SERIES_BEETLE=y
CONFIG_BOARD_V2M_BEETLE=y
CONFIG_RUNTIME_NMI=y
CONFIG_CLOCK_CONTROL=y
# 24MHz system clock
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=24000000