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