boards: nxp: convert lpcxpresso55s06 to hwmv2

Convert lpcxpresso55s06

Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
David Leach
2024-02-20 10:24:41 -06:00
committed by Carles Cufi
parent 5650c83268
commit 9e5a10ec80
12 changed files with 9 additions and 10 deletions

View File

@@ -1,13 +1,11 @@
# LPCXpresso55S06 board
# Copyright (c) 2022 metraTec
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_LPCXPRESSO55S06
config BOARD
default "lpcxpresso55s06"
if BOOTLOADER_MCUBOOT
choice MCUBOOT_BOOTLOADER_MODE
# Board only supports MCUBoot via "upgrade only" method:

View File

@@ -1,9 +1,8 @@
# LPCXpresso55S06 board
# Copyright (c) 2022 metraTec
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
config BOARD_LPCXPRESSO55S06
bool "NXP LPCXPRESSO-55S06"
depends on SOC_SERIES_LPC55XXX
select SOC_LPC55S06
select SOC_PART_NUMBER_LPC55S06JBD64

View File

@@ -0,0 +1,5 @@
board:
name: lpcxpresso55s06
vendor: nxp
socs:
- name: lpc55s06

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -4,9 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_SERIES_LPC55XXX=y
CONFIG_SOC_LPC55S06=y
CONFIG_BOARD_LPCXPRESSO55S06=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y