blob: d0f3dfda5ca39d9dbc8d518e32dd35f9a9a87837 [file] [log] [blame] [edit]
/*
* Copyright (c) 2024 DPTechnics bv
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <espressif/esp32s3/esp32s3_wroom_n16r2.dtsi>
#include <espressif/partitions_0x0_amp.dtsi>
/ {
model = "DPTechnics Walter APPCPU";
compatible = "espressif,esp32s3";
chosen {
zephyr,sram = &sram0;
zephyr,ipc_shm = &shm0;
zephyr,ipc = &ipm0;
zephyr,flash = &flash0;
zephyr,code-partition = &slot0_appcpu_partition;
};
};
&trng0 {
status = "okay";
};
&ipm0 {
status = "okay";
};