1/* 2 * Copyright (c) 2023 Panasonic Industrial Devices Europe GmbH 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8#include <nordic/nrf5340_cpunet_qkaa.dtsi> 9#include "pan1783_nrf5340_cpunet_common.dtsi" 10 11/ { 12 model = "Panasonic PAN1783 EVB (NRF5340) Network"; 13 compatible = "panasonic,pan1783-evb-cpunet"; 14 15 chosen { 16 zephyr,sram = &sram1; 17 zephyr,flash = &flash1; 18 zephyr,code-partition = &slot0_partition; 19 }; 20}; 21 22/* Include default shared RAM configuration file */ 23#include <common/nordic/nrf5340_shared_sram_partition.dtsi> 24