boards: arm: npcx9m6f_evb: 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 09:13:35 +00:00
parent c10248d964
commit 0342433187
11 changed files with 6 additions and 13 deletions

View File

@@ -1,13 +1,6 @@
# Copyright (c) 2021 Nuvoton Technology Corporation.
# SPDX-License-Identifier: Apache-2.0
if BOARD_NPCX9M6F_EVB
config BOARD
default "npcx9m6f_evb"
endif # BOARD_NPCX9M6F_EVB
config SYS_CLOCK_TICKS_PER_SEC
default 1000

View File

@@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_NPCX9M6F_EVB
bool "Nuvoton NPCX9M6F EVB Development board"
depends on SOC_NPCX9M6F
select SOC_NPCX9M6F

View File

@@ -0,0 +1,5 @@
board:
name: npcx9m6f_evb
vendor: Nuvoton
socs:
- name: npcx9m6f

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -4,10 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_NPCX9M6F=y
CONFIG_SOC_SERIES_NPCX9=y
CONFIG_BOARD_NPCX9M6F_EVB=y
# Enable NPCX firmware header
CONFIG_NPCX_HEADER=y
CONFIG_NPCX_IMAGE_OUTPUT_HEX=y