Lines Matching +full:3 +full:- +full:axis +full:- +full:digital +full:- +full:gyroscope
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/gyroscope/nxp,fxas21002c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP FXAS21002C Gyroscope
10 - Rui Miguel Silva <rmfrfs@gmail.com>
13 3 axis digital gyroscope device with an I2C and SPI interface.
14 http://www.nxp.com/products/sensors/gyroscopes/3-axis-digital-gyroscope:FXAS21002C
23 vdd-supply:
26 vddio-supply:
29 reset-gpios:
38 interrupt-names:
43 - INT1
44 - INT2
46 drive-open-drain:
52 spi-max-frequency:
56 - compatible
57 - reg
60 - $ref: /schemas/spi/spi-peripheral-props.yaml#
65 - |
66 #include <dt-bindings/interrupt-controller/irq.h>
69 #address-cells = <1>;
70 #size-cells = <0>;
72 gyroscope@20 {
76 vdd-supply = <®_peri_3p15v>;
77 vddio-supply = <®_peri_3p15v>;
79 interrupt-parent = <&gpio1>;
81 interrupt-names = "INT1";
85 #address-cells = <1>;
86 #size-cells = <0>;
88 gyroscope@0 {
92 spi-max-frequency = <2000000>;
94 interrupt-parent = <&gpio2>;
96 interrupt-names = "INT2";