boards: nxp: convert lpcxpresso55s36 to hwmv2
Convert lpcxpresso55s36 Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
@@ -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
|
||||
5
boards/nxp/lpcxpresso55s36/board.yml
Normal file
5
boards/nxp/lpcxpresso55s36/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: lpcxpresso55s36
|
||||
vendor: nxp
|
||||
socs:
|
||||
- name: lpc55s36
|
||||
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
@@ -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
|
||||
Reference in New Issue
Block a user