soc: dts: esp32c3: esp8685: Add files to indicate support
Add SoC dtsi files to indicate support/compatibility with ESP32C3.
Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
diff --git a/dts/riscv/espressif/esp32c3/esp8685.dtsi b/dts/riscv/espressif/esp32c3/esp8685.dtsi
new file mode 100644
index 0000000..3decfe5
--- /dev/null
+++ b/dts/riscv/espressif/esp32c3/esp8685.dtsi
@@ -0,0 +1,7 @@
+/*
+ * Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+#include "esp32c3_common.dtsi"
diff --git a/dts/riscv/espressif/esp32c3/esp8685_h4.dtsi b/dts/riscv/espressif/esp32c3/esp8685_h4.dtsi
new file mode 100644
index 0000000..8f0cfa6
--- /dev/null
+++ b/dts/riscv/espressif/esp32c3/esp8685_h4.dtsi
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+#include "esp32c3_common.dtsi"
+
+/* 4MB flash */
+&flash0 {
+ reg = <0x0 DT_SIZE_M(4)>;
+};