1# Copyright (c) 2023 Kurtis Dinelle 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 OSRAM ams TSL2591 ambient light sensor. 6 7compatible: "ams,tsl2591" 8 9include: [sensor-device.yaml, i2c-device.yaml] 10 11properties: 12 int-gpios: 13 type: phandle-array 14 description: | 15 The interrupt pin of the TSL2591 is open-drain, active low. 16 If connected directly, the MCU pin should be configured 17 as pull-up, active low. 18