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