boards: arm: da1469x_dk_pro: 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:38 +00:00
committed by Carles Cufi
parent 903265b2bb
commit e7ebc727c8
11 changed files with 8 additions and 23 deletions

View File

@@ -1,8 +0,0 @@
# DA1469x series Development Kit Pro board configuration
# Copyright (c) 2022 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config BOARD_DA1469X_DK_PRO
bool "DA1469x series Development Kit Pro board"
depends on SOC_SERIES_DA1469X

View File

@@ -1,11 +0,0 @@
# DA1469x series Development Kit Pro board configuration
# Copyright (c) 2022 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
if BOARD_DA1469X_DK_PRO
config BOARD
default "da1469x_dk_pro"
endif # BOARD_DA1469X_DK_PRO

View File

@@ -2,3 +2,6 @@
# Copyright (c) 2022 Renesas Electronics Corporation
# SPDX-License-Identifier: Apache-2.0
config BOARD_DA1469X_DK_PRO
select SOC_DA14699

View File

@@ -0,0 +1,5 @@
board:
name: da1469x_dk_pro
vendor: Renesas
socs:
- name: da14699

View File

@@ -1,9 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_DA1469X=y
CONFIG_SOC_DA14699=y
CONFIG_BOARD_DA1469X_DK_PRO=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_GPIO=y

View File

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB