1 Device-tree bindings for FSI-attached I2C master and busses
2 -----------------------------------------------------------
5 - compatible = "ibm,i2c-fsi";
6 - reg = < address size >; : The FSI CFAM address and address
8 - #address-cells = <1>; : Number of address cells in child
10 - #size-cells = <0>; : Number of size cells in child nodes.
11 - child nodes : Nodes to describe busses off the I2C
14 Child node required properties:
15 - reg = < port number > : The port number on the I2C master.
17 Child node optional properties:
18 - child nodes : Nodes to describe devices on the I2C
24 compatible = "ibm,i2c-fsi";
25 reg = < 0x1800 0x400 >;
37 compatible = "vendor,dev-name";