We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fac0b commit 303c7d7Copy full SHA for 303c7d7
dts/riscv/espressif/esp32c3/esp8685.dtsi
@@ -0,0 +1,7 @@
1
+/*
2
+ * Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+#include "esp32c3_common.dtsi"
dts/riscv/espressif/esp32c3/esp8685_h4.dtsi
@@ -0,0 +1,12 @@
8
9
+/* 4MB flash */
10
+&flash0 {
11
+ reg = <0x0 DT_SIZE_M(4)>;
12
+};
0 commit comments