Skip to content

Commit 7a1e875

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

11 files changed

+8
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# LPCXpresso55S36 board
2-
3-
# Copyright 2022 NXP
1+
# Copyright 2022, 2024 NXP
42
# SPDX-License-Identifier: Apache-2.0
53

64
config BOARD_LPCXPRESSO55S36
7-
bool "NXP LPCXPRESSO-55S36"
8-
depends on SOC_SERIES_LPC55XXX
5+
select SOC_LPC55S36
96
select SOC_PART_NUMBER_LPC55S36JBD100

boards/nxp/lpcxpresso55s36/board.yml

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

boards/boards_legacy/arm/lpcxpresso55s36/lpcxpresso55s36_defconfig renamed to boards/nxp/lpcxpresso55s36/lpcxpresso55s36_defconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#
2-
# Copyright 2022 NXP
2+
# Copyright 2022, 2024 NXP
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
CONFIG_SOC_SERIES_LPC55XXX=y
8-
CONFIG_SOC_LPC55S36=y
9-
CONFIG_BOARD_LPCXPRESSO55S36=y
107
CONFIG_CONSOLE=y
118
CONFIG_UART_CONSOLE=y
129
CONFIG_SERIAL=y

0 commit comments

Comments
 (0)