Initial commit with basic project structure and Firebeetle 2 board definition
This commit is contained in:
34
boards/espressif/esp32s3_eye/esp32s3_eye_appcpu.dts
Normal file
34
boards/espressif/esp32s3_eye/esp32s3_eye_appcpu.dts
Normal file
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
* Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
/dts-v1/;
|
||||
|
||||
#include <espressif/esp32s3/esp32s3_appcpu.dtsi>
|
||||
#include <espressif/partitions_0x0_amp.dtsi>
|
||||
|
||||
/ {
|
||||
model = "Espressif ESP32S3-EYE APPCPU";
|
||||
compatible = "espressif,esp32s3";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &sram1;
|
||||
zephyr,ipc_shm = &shm0;
|
||||
zephyr,ipc = &ipm0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,code-partition = &slot0_appcpu_partition;
|
||||
};
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
reg = <0x0 DT_SIZE_M(4)>;
|
||||
};
|
||||
|
||||
&trng0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ipm0 {
|
||||
status = "okay";
|
||||
};
|
||||
Reference in New Issue
Block a user