1# Copyright (c) 2018, NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: FXAS21002 3-axis gyroscope sensor
5
6compatible: "nxp,fxas21002"
7
8include: i2c-device.yaml
9
10properties:
11    int1-gpios:
12      type: phandle-array
13      required: false
14      description: |
15        INT1 pin
16        This pin defaults to active low when produced by the sensor.
17        The property value should ensure the flags properly describe
18        the signal that is presented to the driver.
19
20    int2-gpios:
21      type: phandle-array
22      required: false
23      description: |
24        INT2 pin
25        This pin defaults to active low when produced by the sensor.
26        The property value should ensure the flags properly describe
27        the signal that is presented to the driver.
28