i2c-mxs.txt 371 B

12345678910111213141516
  1. * Freescale MXS Inter IC (I2C) Controller
  2. Required properties:
  3. - compatible: Should be "fsl,<chip>-i2c"
  4. - reg: Should contain registers location and length
  5. - interrupts: Should contain ERROR and DMA interrupts
  6. Examples:
  7. i2c0: i2c@80058000 {
  8. #address-cells = <1>;
  9. #size-cells = <0>;
  10. compatible = "fsl,imx28-i2c";
  11. reg = <0x80058000 2000>;
  12. interrupts = <111 68>;
  13. };