Skip to content

Commit 62f725a

Browse files
soburikartben
andcommitted
dts: bindings: gpio: Add STEMMA-QT connector
Add a definition of a STEMMA QT connector to which I2C devices can be connected. Since STEMMA-QT does not specify uses other than I2C, this is just a formal definition. (It may be helpful when using this connector as a GPIO, which is not defined in STEMMA-QT) Maybe in usual need to define i2c alias such like as, ``` stemma_qt_i2c: &i2c0 { } ``` Signed-off-by: TOKITA Hiroshi <[email protected]> Co-authored-by: Benjamin Cabé <[email protected]>
1 parent 6c51ff0 commit 62f725a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright (c) 2024 TOKITA Hiroshi
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: |
5+
STEMMA QT is a 1.0mm-JST-SH connector for I2C devices.
6+
The pin assignments are as follows.
7+
8+
0 SCL
9+
1 SDA
10+
- VCC (3-5V)
11+
- GND
12+
13+
STEMMA, Grove, Qwiic, and Gravity connectors are similar to this,
14+
but the connector form and VCC voltage are different.
15+
Please see
16+
https://learn.adafruit.com/introducing-adafruit-stemma-qt/stemma-qt-comparison#quick-comparison-3035247
17+
18+
compatible: "stemma-qt-connector"
19+
20+
include: [gpio-nexus.yaml, base.yaml]

0 commit comments

Comments
 (0)