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/iio/accel/mma8452.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 MMA8451Q, MMA8452Q, MMA8453Q, MMA8652FC, MMA8653FC or FXLS8471Q
    2 triaxial accelerometer
    3 
    4 Required properties:
    5 
    6   - compatible: should contain one of
    7     * "fsl,mma8451"
    8     * "fsl,mma8452"
    9     * "fsl,mma8453"
   10     * "fsl,mma8652"
   11     * "fsl,mma8653"
   12     * "fsl,fxls8471"
   13 
   14   - reg: the I2C address of the chip
   15 
   16 Optional properties:
   17 
   18   - interrupts: interrupt mapping for GPIO IRQ
   19 
   20   - interrupt-names: should contain "INT1" and/or "INT2", the accelerometer's
   21                      interrupt line in use.
   22 
   23   - vdd-supply: phandle to the regulator that provides vdd power to the accelerometer.
   24 
   25   - vddio-supply: phandle to the regulator that provides vddio power to the accelerometer.
   26 
   27 Example:
   28 
   29         mma8453fc@1d {
   30                 compatible = "fsl,mma8453";
   31                 reg = <0x1d>;
   32                 interrupt-parent = <&gpio1>;
   33                 interrupts = <5 0>;
   34                 interrupt-names = "INT2";
   35         };

Cache object: 4f3ed8c981274c7d263a7bd35020dbc7


[ 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.