i2c-imx-lpi2c.txt 511 B

123456789101112131415161718
  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. - reg : address and length of the lpi2c master registers
  6. - interrupts : lpi2c interrupt
  7. - clocks : lpi2c clock specifier
  8. Examples:
  9. lpi2c7: lpi2c7@40a50000 {
  10. compatible = "fsl,imx7ulp-lpi2c";
  11. reg = <0x40A50000 0x10000>;
  12. interrupt-parent = <&intc>;
  13. interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
  14. clocks = <&clks IMX7ULP_CLK_LPI2C7>;
  15. };