2023-11-16 19:28:13 +01:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "esp32s3_common.dtsi"
|
|
|
|
|
|
|
|
/* 8MB flash */
|
|
|
|
&flash0 {
|
|
|
|
reg = <0x0 DT_SIZE_M(8)>;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* 2MB psram */
|
|
|
|
&psram0 {
|
2025-02-17 13:21:52 +01:00
|
|
|
size = <DT_SIZE_M(2)>;
|
2023-11-16 19:28:13 +01:00
|
|
|
};
|