zephyr/dts/bindings/sensor/avago,apds9960.yaml
Johann Fischer 2a117748f6 drivers: apds9960: convert to new GPIO API
Convert APDS9960 sensor driver to new GPIO API.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2020-02-05 12:00:36 +01:00

19 lines
491 B
YAML

# Copyright (c) 2018, Phytec Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
description: APDS9960 digital proximity, ambient light, RGB, and gesture sensor
compatible: "avago,apds9960"
include: i2c-device.yaml
properties:
int-gpios:
type: phandle-array
required: true
description: Interrupt pin.
The interrupt pin of APDS9960 is open-drain, active low.
If connected directly the MCU pin should be configured
as pull-up, active low.