1 * Freescale MXS Inter IC (I2C) Controller
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.
15 compatible = "fsl,imx28-i2c";
16 reg = <0x80058000 2000>;
17 interrupts = <111 68>;
18 clock-frequency = <100000>;