Path: blob/master/Documentation/devicetree/bindings/iio/light/tsl2583.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/light/tsl2583.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: AMS/TAOS Ambient Light Sensor (ALS)78maintainers:9- Brian Masney <masneyb@onstation.org>1011description: |12Ambient light sensing with an i2c interface.1314properties:15compatible:16enum:17- amstaos,tsl258018- amstaos,tsl258119- amstaos,tsl25832021reg:22maxItems: 12324interrupts:25maxItems: 12627vcc-supply:28description: Regulator that provides power to the sensor2930required:31- compatible32- reg3334additionalProperties: false3536examples:37- |38i2c {39#address-cells = <1>;40#size-cells = <0>;4142light-sensor@29 {43compatible = "amstaos,tsl2581";44reg = <0x29>;45};46};47...484950