/* * Copyright (c) 2023 Raytac Corporation * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include #include "raytac_mdbt53v_db_40_nrf5340_cpuapp_common.dts" / { model = "Raytac MDBT53V-DB-40 NRF5340 Application"; compatible = "raytac,raytac-mdbt53v-db-40-nrf5340-cpuapp"; chosen { zephyr,sram = &sram0_image; zephyr,flash = &flash0; zephyr,code-partition = &slot0_partition; zephyr,sram-secure-partition = &sram0_s; zephyr,sram-non-secure-partition = &sram0_ns; }; };