1# Copyright (c) 2023 Analog Devices Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4include: sensor-device.yaml 5 6properties: 7 odr: 8 type: int 9 default: 0 10 description: | 11 Accelerometer sampling frequency (ODR). Default is power on reset value. 12 0 # 12.5Hz 13 1 # 25Hz 14 2 # 50Hz 15 3 # 100Hz 16 4 # 200Hz 17 5 # 400Hz 18 enum: 19 - 0 20 - 1 21 - 2 22 - 3 23 - 4 24 - 5 25 26 int1-gpios: 27 type: phandle-array 28 description: | 29 The INT1 signal defaults to active high as produced by the 30 sensor. The property value should ensure the flags properly 31 describe the signal that is presented to the driver. 32