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/esp32/esp32_appcpu.dtsi> 9#include <espressif/partitions_0x1000_amp.dtsi> 10 11/ { 12 model = "M5Stack Atom Lite APPCPU"; 13 compatible = "espressif,esp32"; 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&ipm0 { 25 status = "okay"; 26}; 27 28&trng0 { 29 status = "okay"; 30}; 31