Skip to content

Commit 2948bc7

Browse files
Marek Matejjhedberg
authored andcommitted
boards: espressif: esp32s3: No PSRAM in default board
Reverting changes from the `b0aa0c7571fa587d5a0df8edd114377aba24da51`, as boards can be populated with variety of PSRAM and sizes. Leaving the configuration up to user code and/or to provided snippets. Signed-off-by: Marek Matej <[email protected]>
1 parent 8d94c3b commit 2948bc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/espressif/esp32s3_devkitc/esp32s3_devkitc_appcpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/dts-v1/;
77

8-
#include <espressif/esp32s3/esp32s3_wroom_n8r8.dtsi>
8+
#include <espressif/esp32s3/esp32s3_wroom_n8.dtsi>
99
#include <espressif/partitions_0x0_amp.dtsi>
1010
#include "esp32s3_devkitc-pinctrl.dtsi"
1111

boards/espressif/esp32s3_devkitc/esp32s3_devkitc_procpu.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
/dts-v1/;
77

8-
#include <espressif/esp32s3/esp32s3_wroom_n8r8.dtsi>
8+
#include <espressif/esp32s3/esp32s3_wroom_n8.dtsi>
99
#include <zephyr/dt-bindings/input/input-event-codes.h>
1010
#include <zephyr/dt-bindings/input/esp32-touch-sensor-input.h>
1111
#include <espressif/partitions_0x0_amp.dtsi>

0 commit comments

Comments
 (0)