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:
parent
3d24b8b552
commit
fe0c571400
1 changed files with 9 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue