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