19 lines
266 B
Plaintext
19 lines
266 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include <espressif/esp32c3.dtsi>
|
||
|
|
||
|
/ {
|
||
|
model = "esp32c3_devkitm";
|
||
|
compatible = "espressif,esp32c3";
|
||
|
|
||
|
chosen {
|
||
|
zephyr,sram = &sram0;
|
||
|
};
|
||
|
};
|