Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / i2c / i2c-mxs.txt
1 * Freescale MXS Inter IC (I2C) Controller
2
3 Required properties:
4 - compatible: Should be "fsl,<chip>-i2c"
5 - reg: Should contain registers location and length
6 - interrupts: Should contain ERROR and DMA interrupts
7
8 Examples:
9
10 i2c0: i2c@80058000 {
11         #address-cells = <1>;
12         #size-cells = <0>;
13         compatible = "fsl,imx28-i2c";
14         reg = <0x80058000 2000>;
15         interrupts = <111 68>;
16 };