boards: nxp: convert lpcxpresso55s16 to hwmv2

Convert lpcxpresso55s16

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

View File

@ -5,9 +5,6 @@
if BOARD_LPCXPRESSO55S16
config BOARD
default "lpcxpresso55S16"
config FXOS8700_DRDY_INT1
default y
depends on FXOS8700_TRIGGER

View File

@ -1,9 +1,8 @@
# LPCXpresso55S16 board
# Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
config BOARD_LPCXPRESSO55S16
bool "NXP LPCXPRESSO-55S16"
depends on SOC_SERIES_LPC55XXX
select SOC_LPC55S16
select SOC_PART_NUMBER_LPC55S16JBD100

View File

@ -0,0 +1,5 @@
board:
name: lpcxpresso55s16
vendor: nxp
socs:
- name: lpc55s16

View File

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

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