bindings: add grove header
Add bindind support for Grove header. Signed-off-by: Joel Guittet <joelguittet@gmail.com>
This commit is contained in:
parent
44a8b70ccc
commit
00ded3346c
1 changed files with 17 additions and 0 deletions
17
dts/bindings/gpio/grove-header.yaml
Normal file
17
dts/bindings/gpio/grove-header.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Copyright (c) 2023 Joel Guittet
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: |
|
||||
GPIO pins exposing on Grove 4 pins headers.
|
||||
|
||||
This binding provides a nexus mapping for 2 pins as depicted below.
|
||||
|
||||
0 SCL/RXD/A/IN
|
||||
1 SDA/TXD/B/OUT
|
||||
- VCC
|
||||
- GND
|
||||
|
||||
|
||||
compatible: "grove-header"
|
||||
|
||||
include: [gpio-nexus.yaml, base.yaml]
|
||||
Loading…
Reference in a new issue