boards: nxp: convert lpcxpresso51u68 to hwmv2

Convert lpcxpresso51u68

Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
David Leach
2024-02-20 10:22:37 -06:00
committed by Carles Cufi
parent 82cf44be45
commit 5650c83268
11 changed files with 8 additions and 18 deletions

View File

@@ -1,11 +0,0 @@
# LPCXpresso51U68 board
# Copyright (c) 2021 metraTec GmbH
# SPDX-License-Identifier: Apache-2.0
if BOARD_LPCXPRESSO51U68
config BOARD
default "lpcxpresso51u68"
endif # BOARD_LPCXPRESSO51U68

View File

@@ -1,9 +1,8 @@
# LPCXpresso51U68 board
# Copyright (c) 2021 metraTec GmbH
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
config BOARD_LPCXPRESSO51U68
bool "NXP LPCXPRESSO-51U68"
depends on SOC_SERIES_LPC51U68
select SOC_LPC51U68
select SOC_PART_NUMBER_LPC51U68JBD64

View File

@@ -0,0 +1,5 @@
board:
name: lpcxpresso51u68
vendor: nxp
socs:
- name: lpc51u68

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

@@ -1,6 +1,3 @@
CONFIG_SOC_SERIES_LPC51U68=y
CONFIG_SOC_LPC51U68=y
CONFIG_BOARD_LPCXPRESSO51U68=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y