28 lines
787 B
YAML
28 lines
787 B
YAML
# Copyright (c) 2018, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: FXAS21002 3-axis gyroscope sensor
|
|
|
|
compatible: "nxp,fxas21002"
|
|
|
|
include: [sensor-device.yaml, 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.
|