zephyr/dts/bindings/i2c/gpio-i2c.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

19 lines
448 B
YAML

# Copyright (c) 2020 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
description: GPIO bitbanging I2C support
compatible: "gpio-i2c"
include: i2c-controller.yaml
properties:
scl-gpios:
type: phandle-array
required: true
description: GPIO to which the SCL pin of the I2C bus is connected.
sda-gpios:
type: phandle-array
required: true
description: GPIO to which the SDA pin of the I2C bus is connected.