Skip to content

Commit 297c79b

Browse files
DBS06dkalowsk
authored andcommitted
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 c61f7f0 commit 297c79b

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

boards/adafruit/feather_esp32s3_tft/Kconfig.adafruit_feather_esp32s3_tft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
config BOARD_ADAFRUIT_FEATHER_ESP32S3_TFT
6-
select SOC_ESP32S3_WROOM_N8
6+
select SOC_ESP32S3_WROOM_N4R2
77
select SOC_ESP32S3_PROCPU if BOARD_ADAFRUIT_FEATHER_ESP32S3_TFT_ESP32S3_PROCPU
88
select SOC_ESP32S3_APPCPU if BOARD_ADAFRUIT_FEATHER_ESP32S3_TFT_ESP32S3_APPCPU

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)