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