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&sram1 { 10 reg = <0x3fc88000 DT_SIZE_K(416)>; 11 status = "okay"; 12}; 13