Skip to content

Commit 702f1cf

Browse files
author
Frederik Wenigwieser
committed
boards: espressif: esp32s3_mini_n8: fix psram size
There is no psram on this board. see also: Table 1-1. ESP32-S3-MINI-1 and ESP32-S3-MINI-1U Series Comparison https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf Signed-off-by: Frederik Wenigwieser <[email protected]>
1 parent 071d616 commit 702f1cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dts/xtensa/espressif/esp32s3/esp32s3_mini_n8.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@
1111
reg = <0x0 DT_SIZE_M(8)>;
1212
};
1313

14-
&psram0 {
15-
size = <DT_SIZE_M(8)>;
16-
};

0 commit comments

Comments
 (0)