boards: Adafruit QT Py RP2040: 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 20:57:29 -05:00 committed by Carles Cufí
commit fe0c571400

View file

@ -27,6 +27,15 @@
watchdog0 = &wdt0;
led-strip = &ws2812;
};
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 &gpio0 23 0>,
<1 0 &gpio0 22 0>;
};
};
&flash0 {