1 * NXP FXAS21002C Gyroscope device tree bindings
3 http://www.nxp.com/products/sensors/gyroscopes/3-axis-digital-gyroscope:FXAS21002C
6 - compatible : should be "nxp,fxas21002c"
7 - reg : the I2C address of the sensor or SPI chip select number for the
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.
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
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)
27 compatible = "nxp,fxas21002c";
29 vdd-supply = <®_peri_3p15v>;
30 vddio-supply = <®_peri_3p15v>;