Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / Documentation / devicetree / bindings / i2c / i2c-mxs.txt
blob30ac3a0557f7d8c99a3660cbaf6ef2d718f3f3a9
1 * Freescale MXS Inter IC (I2C) Controller
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 - clock-frequency: Desired I2C bus clock frequency in Hz.
8                    Only 100000Hz and 400000Hz modes are supported.
10 Examples:
12 i2c0: i2c@80058000 {
13         #address-cells = <1>;
14         #size-cells = <0>;
15         compatible = "fsl,imx28-i2c";
16         reg = <0x80058000 2000>;
17         interrupts = <111 68>;
18         clock-frequency = <100000>;