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/gyroscope/nxp,fxas21002c.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 * NXP FXAS21002C Gyroscope device tree bindings
    2 
    3 http://www.nxp.com/products/sensors/gyroscopes/3-axis-digital-gyroscope:FXAS21002C
    4 
    5 Required properties:
    6   - compatible : should be "nxp,fxas21002c"
    7   - reg : the I2C address of the sensor or SPI chip select number for the
    8           device.
    9   - vdd-supply: phandle to the regulator that provides power to the sensor.
   10   - vddio-supply: phandle to the regulator that provides power to the bus.
   11 
   12 Optional properties:
   13   - reset-gpios : gpio used to reset the device, see gpio/gpio.txt
   14   - interrupts : device support 2 interrupts, INT1 and INT2,
   15                  the interrupts can be triggered on rising or falling edges.
   16                  See interrupt-controller/interrupts.txt
   17   - interrupt-names: should contain "INT1" or "INT2", the gyroscope interrupt
   18                      line in use.
   19   - drive-open-drain: the interrupt/data ready line will be configured
   20                       as open drain, which is useful if several sensors share
   21                       the same interrupt line. This is a boolean property.
   22                       (This binding is taken from pinctrl/pinctrl-bindings.txt)
   23 
   24 Example:
   25 
   26 gyroscope@20 {
   27         compatible = "nxp,fxas21002c";
   28         reg = <0x20>;
   29         vdd-supply = <&reg_peri_3p15v>;
   30         vddio-supply = <&reg_peri_3p15v>;
   31 };

Cache object: 34f0d72bb4aa21d02baea61273cca174


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