19 lines
464 B
YAML
19 lines
464 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.
|