zephyr/dts/bindings/sensor/ams,tsl2591.yaml
Kurtis Dinelle 3c3bee96ef drivers: sensor: tsl2591
Add the tsl2591 sensor to drivers.

Signed-off-by: Kurtis Dinelle <kurtisdinelle@gmail.com>
2024-03-14 16:32:24 +00:00

18 lines
436 B
YAML

# Copyright (c) 2023 Kurtis Dinelle
# SPDX-License-Identifier: Apache-2.0
description: |
OSRAM ams TSL2591 ambient light sensor.
compatible: "ams,tsl2591"
include: [sensor-device.yaml, i2c-device.yaml]
properties:
int-gpios:
type: phandle-array
description: |
The interrupt pin of the TSL2591 is open-drain, active low.
If connected directly, the MCU pin should be configured
as pull-up, active low.