Skip to content

Commit 1f14bb3

Browse files
committed
boards: adafruit: esp32s3_feather_tft fix size of Flash and PSRAM
fix size of Flash and PSRAM Signed-off-by: Philipp Steiner <[email protected]>
1 parent f5b201e commit 1f14bb3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_appcpu.dts

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

9-
#include <espressif/esp32s3/esp32s3_wroom_n8.dtsi>
9+
#include <espressif/esp32s3/esp32s3_wroom_n4r2.dtsi>
1010
#include <espressif/partitions_0x0_amp.dtsi>
1111
#include "adafruit_feather_esp32s3_tft-pinctrl.dtsi"
1212

boards/adafruit/feather_esp32s3_tft/adafruit_feather_esp32s3_tft_procpu.dts

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

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

boards/adafruit/feather_esp32s3_tft/doc/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Hardware
1616

1717
- ESP32-S3 mini module, featuring the dual core 32-bit Xtensa Microprocessor
1818
(Tensilica LX7), running at up to 240MHz
19-
- 512KB SRAM and either 8MB flash or 4MB flash + 2MB PSRAM, depending on the
20-
module variant
19+
- 512KB SRAM and either 4MB flash + 2MB PSRAM
2120
- USB-C directly connected to the ESP32-S3 for USB/UART and JTAG debugging
2221
- LiPo connector and built-in battery charging when powered via USB-C
2322
- MAX17048 fuel gauge for battery voltage and state-of-charge reporting

0 commit comments

Comments
 (0)