1/*
2 * Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include "esp32s2_common.dtsi"
8
9/* 4MB flash */
10&flash0 {
11	reg = <0x0 DT_SIZE_M(4)>;
12};
13
14/* 2MB psram */
15&psram0 {
16	status = "okay";
17	reg = <0x3f500000 DT_SIZE_M(2)>;
18};
19