0001 Device tree bindings for i2c-cbus-gpio driver
0002
0003 Required properties:
0004 - compatible = "i2c-cbus-gpio";
0005 - gpios: clk, dat, sel
0006 - #address-cells = <1>;
0007 - #size-cells = <0>;
0008
0009 Optional properties:
0010 - child nodes conforming to i2c bus binding
0011
0012 Example:
0013
0014 i2c@0 {
0015 compatible = "i2c-cbus-gpio";
0016 gpios = <&gpio 66 0 /* clk */
0017 &gpio 65 0 /* dat */
0018 &gpio 64 0 /* sel */
0019 >;
0020 #address-cells = <1>;
0021 #size-cells = <0>;
0022
0023 retu: retu@1 {
0024 compatible = "nokia,retu";
0025 reg = <0x1>;
0026 };
0027 };