| # Copyright (c) 2018, NXP |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| description: FXAS21002 3-axis gyroscope sensor |
| |
| compatible: "nxp,fxas21002" |
| |
| include: i2c-device.yaml |
| |
| properties: |
| int1-gpios: |
| type: phandle-array |
| required: false |
| description: | |
| INT1 pin |
| This pin defaults to active low when produced by the sensor. |
| The property value should ensure the flags properly describe |
| the signal that is presented to the driver. |
| |
| int2-gpios: |
| type: phandle-array |
| required: false |
| description: | |
| INT2 pin |
| This pin defaults to active low when produced by the sensor. |
| The property value should ensure the flags properly describe |
| the signal that is presented to the driver. |