blob: acac866076fff030d3ef1d4af3787f4e50cfa9d9 [file] [log] [blame]
/*
* 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 = <6 6>, <16 2>, // flash&psram
<20 1>, <24 1>, <28 4>; // NC
};
&gpio1 {
gpio-reserved-ranges = <6 2>; // GPIO37-38 NC
};
/* 16MB flash */
&flash0 {
reg = <0x0 DT_SIZE_M(16)>;
};
/* 8MB psram */
&psram0 {
reg = <0x3f800000 DT_SIZE_M(8)>;
status = "okay";
};