Update T-TWR devicetree
Updated T-TWR devicetree to reflect changes in upstream Zephyr. TG-553
This commit is contained in:
parent
67f6d56168
commit
1f1d20e120
|
|
@ -4,4 +4,8 @@
|
||||||
|
|
||||||
config BOARD_TTWRPLUS
|
config BOARD_TTWRPLUS
|
||||||
bool "LilyGo T-TWR Plus Board"
|
bool "LilyGo T-TWR Plus Board"
|
||||||
depends on SOC_ESP32S3
|
depends on SOC_SERIES_ESP32S3
|
||||||
|
|
||||||
|
choice SOC_PART_NUMBER
|
||||||
|
default SOC_ESP32S3_WROOM_N16R8
|
||||||
|
endchoice
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
*/
|
*/
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include <espressif/esp32s3.dtsi>
|
#include <espressif/esp32s3/esp32s3_wroom_n16r8.dtsi>
|
||||||
#include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
|
#include <zephyr/dt-bindings/pinctrl/esp-pinctrl-common.h>
|
||||||
#include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
|
#include <dt-bindings/pinctrl/esp32s3-pinctrl.h>
|
||||||
#include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
|
#include <zephyr/dt-bindings/pinctrl/esp32s3-gpio-sigmap.h>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
CONFIG_SOC_SERIES_ESP32S3=y
|
||||||
|
CONFIG_BOOTLOADER_MCUBOOT=y
|
||||||
CONFIG_DISPLAY=y
|
CONFIG_DISPLAY=y
|
||||||
CONFIG_SSD1306=y
|
CONFIG_SSD1306=y
|
||||||
CONFIG_SSD1306_SH1106_COMPATIBLE=y
|
CONFIG_SSD1306_SH1106_COMPATIBLE=y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue