You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
556 B
30 lines
556 B
/* |
|
* Copyright (c) 2024 Joel Guittet |
|
* Copyright (c) 2025 Chen Xingyu <hi@xingrz.me> |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/dts-v1/; |
|
#include <espressif/esp32s3/esp32s3_r2.dtsi> |
|
#include <espressif/partitions_0x0_amp_4M.dtsi> |
|
|
|
/ { |
|
model = "ESP32-S3-Matrix APPCPU"; |
|
compatible = "waveshare,esp32-s3-matrix"; |
|
|
|
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"; |
|
};
|
|
|