Skip to content

Commit 0cbd894

Browse files
dleach02nordicjm
authored andcommitted
boards: nxp: convert lpcxpresso55s28 to hwmv2
Convert lpcxpresso55s28 Signed-off-by: David Leach <[email protected]>
1 parent d6b99f6 commit 0cbd894

12 files changed

+9
-10
lines changed

boards/boards_legacy/arm/lpcxpresso55s28/Kconfig.defconfig renamed to boards/nxp/lpcxpresso55s28/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55

66
if BOARD_LPCXPRESSO55S28
77

8-
config BOARD
9-
default "lpcxpresso55S28"
10-
118
if FXOS8700
129

1310
choice FXOS8700_MODE
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# LPCXpresso55S28 board
2-
31
# Copyright (c) 2020 Lemonbeat GmbH
2+
# Copyright 2024 NXP
3+
#
44
# SPDX-License-Identifier: Apache-2.0
55

66
config BOARD_LPCXPRESSO55S28
7-
bool "NXP LPCXPRESSO-55S28"
8-
depends on SOC_SERIES_LPC55XXX
7+
select SOC_LPC55S28
98
select SOC_PART_NUMBER_LPC55S28JBD100

boards/nxp/lpcxpresso55s28/board.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
board:
2+
name: lpcxpresso55s28
3+
vendor: nxp
4+
socs:
5+
- name: lpc55s28
File renamed without changes.

0 commit comments

Comments
 (0)