Skip to content

Commit

Permalink
soc: dts: esp32c3: esp8685: Add files to indicate support
Browse files Browse the repository at this point in the history
Add SoC dtsi files to indicate support/compatibility with ESP32C3.

Signed-off-by: Raffael Rostagno <[email protected]>
  • Loading branch information
Raffael Rostagno authored and dkalowsk committed Oct 29, 2024
1 parent d3fac0b commit 303c7d7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dts/riscv/espressif/esp32c3/esp8685.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/

#include "esp32c3_common.dtsi"
12 changes: 12 additions & 0 deletions dts/riscv/espressif/esp32c3/esp8685_h4.dtsi
Original file line number Diff line number Diff line change
@@ -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)>;
};

0 comments on commit 303c7d7

Please sign in to comment.