31 lines
528 B
Plaintext
31 lines
528 B
Plaintext
/*
|
|
* Copyright (c) 2023-2025 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include <espressif/esp32/esp32_appcpu.dtsi>
|
|
#include <espressif/partitions_0x1000_amp.dtsi>
|
|
|
|
/ {
|
|
model = "Espressif ESP32-DevkitC APPCPU";
|
|
compatible = "espressif,esp32";
|
|
|
|
chosen {
|
|
zephyr,sram = &sram1;
|
|
zephyr,ipc_shm = &shm0;
|
|
zephyr,ipc = &ipm0;
|
|
zephyr,flash = &flash0;
|
|
zephyr,code-partition = &slot0_appcpu_partition;
|
|
};
|
|
};
|
|
|
|
&ipm0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&trng0 {
|
|
status = "okay";
|
|
};
|