The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/i2c/i2c-imx-lpi2c.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 935e322121fed593652c4a25894ed256


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.