zephyr/dts/bindings/sensor/st,lis2dh-common.yaml
Peter Bigot 3154627a97 drivers: sensor: lis2dh: convert to new GPIO API
Use the new pin and interrupt configuration API.  Update all
devicetree bindings to add INT signal active level.  Document active
level.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-02-05 12:00:36 +01:00

19 lines
677 B
YAML

# Copyright (c) 2018 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
properties:
irq-gpios:
type: phandle-array
required: false
description: |
The INT1 and (optional) INT2 signal connections. These signals
are active-high as produced by the sensor.
disconnect-sdo-sa0-pull-up:
type: boolean
required: false
description: Indicates the device driver should disconnect SDO/SA0 pull-up
during device initialization (e.g. to save current
leakage). Note that only subset of devices supported by this
binding have SDO/SA0 pull-up (e.g. LIS2DH12, LIS3DH).