19 lines
316 B
Plaintext
19 lines
316 B
Plaintext
/*
|
|
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include "esp32_common.dtsi"
|
|
|
|
/* Reserved GPIO pins */
|
|
&gpio0 {
|
|
gpio-reserved-ranges = <16 3>, <23 1>, // limitations
|
|
<24 1>, <28 4>; // NC
|
|
};
|
|
|
|
/* 4MB flash */
|
|
&flash0 {
|
|
reg = <0x0 DT_SIZE_M(4)>;
|
|
};
|