1/* 2 * Copyright (c) 2024 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8 9#include "nrf54l15_cpuapp_common.dtsi" 10 11/ { 12 compatible = "nordic,nrf54l15pdk_nrf54l15-cpuapp"; 13 model = "Nordic nRF54L15 PDK nRF54L15 Application MCU"; 14 15 chosen { 16 zephyr,code-partition = &slot0_partition; 17 zephyr,sram = &cpuapp_sram; 18 }; 19}; 20