boards: nxp: convert lpcxpresso55s28 to hwmv2

Convert lpcxpresso55s28

Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
David Leach
2024-02-20 10:27:05 -06:00
committed by Carles Cufi
parent ad30c940ee
commit 88cfd3d6ac
12 changed files with 9 additions and 10 deletions

View File

@@ -5,9 +5,6 @@
if BOARD_LPCXPRESSO55S28
config BOARD
default "lpcxpresso55S28"
if FXOS8700
choice FXOS8700_MODE

View File

@@ -1,9 +1,8 @@
# LPCXpresso55S28 board
# Copyright (c) 2020 Lemonbeat GmbH
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
config BOARD_LPCXPRESSO55S28
bool "NXP LPCXPRESSO-55S28"
depends on SOC_SERIES_LPC55XXX
select SOC_LPC55S28
select SOC_PART_NUMBER_LPC55S28JBD100

View File

@@ -0,0 +1,5 @@
board:
name: lpcxpresso55s28
vendor: nxp
socs:
- name: lpc55s28

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -1,12 +1,10 @@
#
# Copyright (c) 2020 Lemonbeat GmbH
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_SERIES_LPC55XXX=y
CONFIG_SOC_LPC55S28=y
CONFIG_BOARD_LPCXPRESSO55S28=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y