boards: arm: nrf54l15pdk_nrf54l15: Convert to v2

Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-12 16:09:01 +00:00
committed by Carles Cufi
parent 811ad90566
commit cb348c7edf
12 changed files with 11 additions and 13 deletions

View File

@@ -3,9 +3,6 @@
if BOARD_NRF54L15PDK_NRF54L15_CPUAPP
config BOARD
default "nrf54l15pdk_nrf54l15_cpuapp"
config BT_CTLR
default BT

View File

@@ -2,5 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF54L15PDK_NRF54L15_CPUAPP
bool "nRF54L15 PDK nRF54L15 Application MCU"
depends on SOC_NRF54L15_ENGA_CPUAPP
select SOC_NRF54L15_ENGA_CPUAPP

View File

@@ -0,0 +1,5 @@
board:
name: nrf54l15pdk
vendor: Nordic Semiconductor
socs:
- name: nrf54l15

View File

@@ -49,7 +49,7 @@ internal or external capacitors.
Supported Features
==================
The nrf54l15pdk_nrf54l15 board configuration supports the following
The ``nrf54l15pdk/nrf54l15/cpuapp`` board configuration supports the following
hardware features:
+-----------+------------+----------------------+
@@ -89,7 +89,7 @@ Other hardware features have not been enabled yet for this board.
Programming and Debugging
*************************
Applications for the ``nrf54l15pdk_nrf54l15_cpuapp`` board can be
Applications for the ``nrf54l15pdk/nrf54l15/cpuapp`` board can be
built, flashed, and debugged in the usual way. See
:ref:`build_an_application` and :ref:`application_run` for more details on
building and running.
@@ -130,7 +130,7 @@ Next, build the sample by running the following command:
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: nrf54l15pdk_nrf54l15_cpuapp
:board: nrf54l15pdk/nrf54l15/cpuapp
:goals: build flash
Testing the LEDs and buttons in the nRF54L15 PDK

View File

@@ -1,7 +1,7 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
identifier: nrf54l15pdk_nrf54l15_cpuapp
identifier: nrf54l15pdk/nrf54l15/cpuapp
name: nRF54l15-PDK-nRF54l15-Application
type: mcu
arch: arm

View File

@@ -1,10 +1,6 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF54LX=y
CONFIG_SOC_NRF54L15_ENGA_CPUAPP=y
CONFIG_BOARD_NRF54L15PDK_NRF54L15_CPUAPP=y
# Enable MPU
CONFIG_ARM_MPU=y

View File

@@ -0,0 +1 @@
# SPDX-License-Identifier: Apache-2.0