zephyr/dts/bindings/i2c/gpio-i2c.yaml

19 lines
448 B
YAML
Raw Permalink Normal View History

# 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.