Lines Matching +full:light +full:- +full:sensor
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/light/tsl2772.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector
10 - Brian Masney <masneyb@onstation.org>
13 Ambient light sensing and proximity detection with an i2c interface.
14 https://ams.com/documents/20143/36005/TSL2772_DS000181_2-00.pdf
19 - amstaos,tsl2571
20 - amstaos,tsl2671
21 - amstaos,tmd2671
22 - amstaos,tsl2771
23 - amstaos,tmd2771
24 - amstaos,tsl2572
25 - amstaos,tsl2672
26 - amstaos,tmd2672
27 - amstaos,tsl2772
28 - amstaos,tmd2772
29 - avago,apds9930
34 amstaos,proximity-diodes:
36 $ref: /schemas/types.yaml#/definitions/uint32-array
46 led-max-microamp:
49 - 13000
50 - 25000
51 - 50000
52 - 100000
54 vdd-supply:
55 description: Regulator that provides power to the sensor
57 vddio-supply:
61 - compatible
62 - reg
67 - |
68 #include <dt-bindings/interrupt-controller/irq.h>
71 #address-cells = <1>;
72 #size-cells = <0>;
74 sensor@39 {
77 interrupts-extended = <&msmgpio 61 IRQ_TYPE_EDGE_FALLING>;
78 vdd-supply = <&pm8941_l17>;
79 vddio-supply = <&pm8941_lvs1>;
80 amstaos,proximity-diodes = <0>;
81 led-max-microamp = <100000>;