i2c-imx-lpi2c.txt 593 B

12345678910111213141516171819
  1. * Freescale Low Power Inter IC (LPI2C) for i.MX
  2. Required properties:
  3. - compatible :
  4. - "fsl,imx7ulp-lpi2c" for LPI2C compatible with the one integrated on i.MX7ULP soc
  5. - "fsl,imx8dv-lpi2c" for LPI2C compatible with the one integrated on i.MX8DV soc
  6. - reg : address and length of the lpi2c master registers
  7. - interrupts : lpi2c interrupt
  8. - clocks : lpi2c clock specifier
  9. Examples:
  10. lpi2c7: lpi2c7@40a50000 {
  11. compatible = "fsl,imx8dv-lpi2c";
  12. reg = <0x40A50000 0x10000>;
  13. interrupt-parent = <&intc>;
  14. interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
  15. clocks = <&clks IMX7ULP_CLK_LPI2C7>;
  16. };