Skip to content

Commit 15ccdf6

Browse files
committed
fix build issue on esp32s3
1 parent 967c1f5 commit 15ccdf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/esp32s3_devkitc_esp32s3_procpu.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@
1111
&coretemp {
1212
status = "okay";
1313
};
14+
15+
/* 2MB psram. This assumes target board is the ESP32-S3-DevKitC-1-N8R2 */
16+
&psram0 {
17+
size = <DT_SIZE_M(2)>;
18+
};

0 commit comments

Comments
 (0)