zephyr/boards/seeed/xiao_esp32s3/xiao_esp32s3_procpu.dts
Marek Matej 78c1def4db boards: esp32xx: Use common partition tables
* Replace copies of fixed-partitions nodes in related boards by
referencing the apropriate partition table from the available list.
* For better reference the `partitions_*.dtsi` file has boot offset,
purpose and the flash size encoded in the file name. Default flash size
is considered to be 4MB.
* Added the flash size node for the boards which are not based on the
module.
* Removed flash size registry from the esp32.*common.dtsi

Signed-off-by: Marek Matej <marek.matej@espressif.com>
2024-11-22 17:45:24 +01:00

17 lines
345 B
Text

/*
* Copyright (c) 2023 Seeed Studio inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include "xiao_esp32s3_procpu_common.dtsi"
#include "xiao_esp32s3-pinctrl.dtsi"
#include "seeed_xiao_connector.dtsi"
#include <espressif/partitions_0x0_amp.dtsi>
/ {
model = "Seeed Xiao ESP32S3 PROCPU";
compatible = "seeed,xiao-esp32s3";
};