1/* 2 * Copyright (c) 2024 DPTechnics bv 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6/dts-v1/; 7 8#include "espressif/esp32s3/esp32s3_wroom_n16r2.dtsi" 9#include <espressif/partitions_0x0_amp.dtsi> 10 11/ { 12 model = "DPTechnics Walter APPCPU"; 13 compatible = "espressif,esp32s3"; 14 15 chosen { 16 zephyr,sram = &sram1; 17 zephyr,ipc_shm = &shm0; 18 zephyr,ipc = &ipm0; 19 zephyr,flash = &flash0; 20 zephyr,code-partition = &slot0_appcpu_partition; 21 }; 22}; 23 24&trng0 { 25 status = "okay"; 26}; 27 28&ipm0 { 29 status = "okay"; 30}; 31