From a50fc46a7c76799c7281651b8faedf47d7223ce4 Mon Sep 17 00:00:00 2001 From: Ian Wakely Date: Wed, 19 Feb 2025 21:06:14 -0500 Subject: [PATCH] boards: Adafruit QT Py ESP32s3: Adding STEMMA-QT This adds the STEMMA-QT connector to the device tree. The connector definition didn't exist when making the device tree originally. Signed-off-by: Ian Wakely --- .../qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts index ac757645e5b..5d8b14a96a6 100644 --- a/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts +++ b/boards/adafruit/qt_py_esp32s3/adafruit_qt_py_esp32s3_procpu.dts @@ -42,6 +42,15 @@ zephyr,code = ; }; }; + + stemma_connector: stemma_connector { + compatible = "stemma-qt-connector"; + #gpio-cells = <2>; + gpio-map-mask = <0xffffffff 0xffffffc0>; + gpio-map-pass-thru = <0 0x3f>; + gpio-map = <0 0 &gpio1 7 0>, + <1 0 &gpio1 8 0>; + }; }; &usb_serial {