1# Copyright (c) 2020 Vestas Wind Systems A/S
2# SPDX-License-Identifier: Apache-2.0
3
4description: GPIO bitbanging I2C support
5
6compatible: "gpio-i2c"
7
8include: i2c-controller.yaml
9
10properties:
11  scl-gpios:
12    type: phandle-array
13    required: true
14    description: GPIO to which the SCL pin of the I2C bus is connected.
15  sda-gpios:
16    type: phandle-array
17    required: true
18    description: GPIO to which the SDA pin of the I2C bus is connected.
19