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