Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / Documentation / devicetree / bindings / i2c / i2c-xiic.txt
blobceabbe91ae449f2f2a7d006e45ff746995841e50
1 Xilinx IIC controller:
3 Required properties:
4 - compatible : Must be "xlnx,xps-iic-2.00.a"
5 - reg : IIC register location and length
6 - interrupts : IIC controller unterrupt
7 - #address-cells = <1>
8 - #size-cells = <0>
10 Optional properties:
11 - Child nodes conforming to i2c bus binding
13 Example:
15         axi_iic_0: i2c@40800000 {
16                 compatible = "xlnx,xps-iic-2.00.a";
17                 interrupts = < 1 2 >;
18                 reg = < 0x40800000 0x10000 >;
20                 #size-cells = <0>;
21                 #address-cells = <1>;
22         };