Files for SoC support: ESP32C2 and ESP8684 (same core). Basic device tree configuration. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
12 lines
199 B
Text
12 lines
199 B
Text
/*
|
|
* Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "esp32c2_common.dtsi"
|
|
|
|
/* 4MB flash */
|
|
&flash0 {
|
|
reg = <0x0 DT_SIZE_M(4)>;
|
|
};
|