bindings: add grove header

Add bindind support for Grove header.

Signed-off-by: Joel Guittet <joelguittet@gmail.com>
This commit is contained in:
Joel Guittet 2023-03-10 10:30:04 +01:00 committed by Christopher Friedt
parent 44a8b70ccc
commit 00ded3346c

View 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]