blob: 249debca7520f32ba14669765f93f194346b2817 [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 11>, // flash
<24 25>,<28 31>; // NC
};
/* 8MB flash */
&flash0 {
reg = <0x0 DT_SIZE_M(8)>;
};
/* 2MB psram */
&psram0 {
reg = <0x3f800000 DT_SIZE_M(2)>;
status = "okay";
};