| /* |
| * Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd. |
| * |
| * SPDX-License-Identifier: Apache-2.0 |
| */ |
| /dts-v1/; |
| |
| #include <espressif/esp32s3/esp32s3_wroom_n16r8.dtsi> |
| #include <espressif/partitions_0x0_amp.dtsi> |
| #include "m5stack_cores3-pinctrl.dtsi" |
| |
| / { |
| model = "M5Stack CoreS3 APPCPU"; |
| compatible = "espressif,esp32s3"; |
| |
| chosen { |
| zephyr,sram = &sram0; |
| zephyr,ipc_shm = &shm0; |
| zephyr,ipc = &ipm0; |
| zephyr,flash = &flash0; |
| zephyr,code-partition = &slot0_appcpu_partition; |
| }; |
| }; |
| |
| &ipm0 { |
| status = "okay"; |
| }; |
| |
| &trng0 { |
| status = "okay"; |
| }; |