1 Device-Tree bindings for i2c gpio driver
4 - compatible = "i2c-gpio";
5 - gpios: sda and scl gpio
9 - i2c-gpio,sda-open-drain: sda as open drain
10 - i2c-gpio,scl-open-drain: scl as open drain
11 - i2c-gpio,scl-output-only: scl as output only
12 - i2c-gpio,delay-us: delay between GPIO operations (may depend on each platform)
13 - i2c-gpio,timeout-ms: timeout to get data
18 compatible = "i2c-gpio";
19 gpios = <&pioA 23 0 /* sda */
22 i2c-gpio,sda-open-drain;
23 i2c-gpio,scl-open-drain;
24 i2c-gpio,delay-us = <2>; /* ~100 kHz */
29 compatible = "rv3029c2";