Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
1889a879a28f00ff7f1580f24e35e52eb229c0b3
/
.
/
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
)>;
};