boards: arm: da14695_dk_usb: 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-07 11:14:20 +00:00
committed by Carles Cufi
parent 529a78ed51
commit 903265b2bb
11 changed files with 8 additions and 23 deletions

View File

@@ -1,8 +0,0 @@
# DA14695 Development Kit USB board configuration
# Copyright (c) 2023 Renesas Electronics Corporation and/or its affiliates
# SPDX-License-Identifier: Apache-2.0
config BOARD_DA14695_DK_USB
bool "DA14695 Development Kit USB board"
depends on SOC_SERIES_DA1469X

View File

@@ -1,11 +0,0 @@
# DA14695 Development Kit USB board configuration
# Copyright (c) 2023 Renesas Electronics Corporation and/or its affiliates
# SPDX-License-Identifier: Apache-2.0
if BOARD_DA14695_DK_USB
config BOARD
default "da14695_dk_usb"
endif # BOARD_DA14695_DK_USB

View File

@@ -2,3 +2,6 @@
# Copyright (c) 2023 Renesas Electronics Corporation and/or its affiliates
# SPDX-License-Identifier: Apache-2.0
config BOARD_DA14695_DK_USB
select SOC_DA14695

View File

@@ -0,0 +1,5 @@
board:
name: da14695_dk_usb
vendor: Renesas
socs:
- name: da14695

View File

@@ -4,10 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_SERIES_DA1469X=y
CONFIG_SOC_DA14695=y
CONFIG_BOARD_DA14695_DK_USB=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_GPIO=y