boards: nxp: convert lpcxpresso55s36 to hwmv2

Convert lpcxpresso55s36

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

View File

@@ -1,9 +1,6 @@
# LPCXpresso55S36 board
# Copyright 2022 NXP
# Copyright 2022, 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config BOARD_LPCXPRESSO55S36
bool "NXP LPCXPRESSO-55S36"
depends on SOC_SERIES_LPC55XXX
select SOC_LPC55S36
select SOC_PART_NUMBER_LPC55S36JBD100

View File

@@ -0,0 +1,5 @@
board:
name: lpcxpresso55s36
vendor: nxp
socs:
- name: lpc55s36

View File

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -1,12 +1,9 @@
#
# Copyright 2022 NXP
# Copyright 2022, 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SOC_SERIES_LPC55XXX=y
CONFIG_SOC_LPC55S36=y
CONFIG_BOARD_LPCXPRESSO55S36=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_SERIAL=y