19 lines
499 B
YAML
19 lines
499 B
YAML
# Copyright (c) 2020 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
STMicroelectronics IIS2DH accelerometer accessed through SPI bus
|
|
|
|
compatible: "st,iis2dh"
|
|
|
|
include: [sensor-device.yaml, spi-device.yaml]
|
|
|
|
properties:
|
|
drdy-gpios:
|
|
type: phandle-array
|
|
description: DRDY pin
|
|
|
|
This pin defaults to active high when produced by the sensor.
|
|
The property value should ensure the flags properly describe
|
|
the signal that is presented to the driver.
|