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>
19 lines
677 B
YAML
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).
|