We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967c1f5 commit 15ccdf6Copy full SHA for 15ccdf6
boards/esp32s3_devkitc_esp32s3_procpu.overlay
@@ -11,3 +11,8 @@
11
&coretemp {
12
status = "okay";
13
};
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