Commit 303c7d7e authored by Raffael Rostagno's avatar Raffael Rostagno Committed by Dan Kalowsky
Browse files

soc: dts: esp32c3: esp8685: Add files to indicate support



Add SoC dtsi files to indicate support/compatibility with ESP32C3.

Signed-off-by: default avatarRaffael Rostagno <raffael.rostagno@espressif.com>
parent d3fac0b7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include "esp32c3_common.dtsi"
+12 −0
Original line number Diff line number Diff line
/*
 * 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)>;
};