1/*
2 * Copyright (c) 2025 BayLibre SAS
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6/dts-v1/;
7
8#include <espressif/esp32s3/esp32s3_r8.dtsi>
9#include <espressif/partitions_0x0_amp_16M.dtsi>
10
11/ {
12	model = "T-Watch S3 APPCPU";
13	compatible = "espressif,esp32s3";
14
15	chosen {
16		zephyr,sram = &sram0;
17		zephyr,ipc_shm = &shm0;
18		zephyr,ipc = &ipm0;
19		zephyr,flash = &flash0;
20		zephyr,code-partition = &slot0_appcpu_partition;
21	};
22};
23
24&flash0 {
25	reg = <0x0 DT_SIZE_M(16)>;
26};
27
28&trng0 {
29	status = "okay";
30};
31
32&ipm0 {
33	status = "okay";
34};
35