Skip to content

Commit 134042c

Browse files
Marek Matejjhedberg
authored andcommitted
tests,samples: boards: espressif: add missing psram0 node
Add missing psram0 node which is used to determine the memory size. Signed-off-by: Marek Matej <[email protected]>
1 parent 2948bc7 commit 134042c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Using the smallest available PSRAM size of 2MB */
8+
&psram0 {
9+
size = <DT_SIZE_M(2)>;
10+
};
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Using the smallest available PSRAM size of 2MB */
8+
&psram0 {
9+
size = <DT_SIZE_M(2)>;
10+
};

0 commit comments

Comments
 (0)