29 lines
573 B
YAML
29 lines
573 B
YAML
# Copyright (c) 2023 Würth Elektronik eiSos GmbH & Co. KG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
include: sensor-device.yaml
|
|
|
|
properties:
|
|
drdy-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
Data-ready interrupt pin.
|
|
Interrupt is active high by default.
|
|
|
|
odr:
|
|
type: int
|
|
required: true
|
|
enum:
|
|
- 0
|
|
- 1
|
|
- 10
|
|
- 25
|
|
- 50
|
|
- 75
|
|
- 100
|
|
- 200
|
|
description: |
|
|
Sensor output data rate expressed in samples per second.
|
|
Data rates supported by the chip are 0 (power down), 1,
|
|
10, 25, 50, 75, 100 and 200.
|