1/* 2 * Copyright (c) 2023 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8#include <nordic/nrf9151_laca.dtsi> 9#include "nrf9151dk_nrf9151_common.dtsi" 10 11/ { 12 chosen { 13 zephyr,sram = &sram0_s; 14 zephyr,flash = &flash0; 15 zephyr,code-partition = &slot0_partition; 16 zephyr,sram-secure-partition = &sram0_s; 17 zephyr,sram-non-secure-partition = &sram0_ns; 18 }; 19}; 20