Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
022de69491e54872235eef1937b5e36e41fca123
/
.
/
samples
/
boards
/
espressif
/
spiram_test
/
app.overlay
blob: b5c321d26d643bffcdee96dd41304157ab782f9a [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Using the smallest available PSRAM size of 2MB */
&
psram0
{
size
=
<
DT_SIZE_M
(
2
)>;
};