Fix missing flash and code partition. Add missing dts entries and use common partition tables to all related non-Espressif boards, previously ommited. Add uart1 node in pinctrl for APPCPU. Signed-off-by: Marek Matej <marek.matej@espressif.com>
31 lines
568 B
Text
31 lines
568 B
Text
/*
|
|
* 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>
|
|
#include "esp32s3_devkitc-pinctrl.dtsi"
|
|
|
|
/ {
|
|
model = "Espressif ESP32S3-DevkitC APPCPU";
|
|
compatible = "espressif,esp32s3";
|
|
|
|
chosen {
|
|
zephyr,sram = &sram0;
|
|
zephyr,ipc_shm = &shm0;
|
|
zephyr,ipc = &ipm0;
|
|
zephyr,flash = &flash0;
|
|
zephyr,code-partition = &slot0_appcpu_partition;
|
|
};
|
|
};
|
|
|
|
&trng0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ipm0 {
|
|
status = "okay";
|
|
};
|