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 <raveious.irw@gmail.com>
This commit is contained in:
Ian Wakely 2025-02-19 21:06:14 -05:00 committed by Carles Cufí
commit a50fc46a7c

View file

@ -42,6 +42,15 @@
zephyr,code = <INPUT_KEY_0>;
};
};
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 {