~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/iio/light/tsl2772.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
  2 %YAML 1.2
  3 ---
  4 $id: http://devicetree.org/schemas/iio/light/tsl2772.yaml#
  5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6 
  7 title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector
  8 
  9 maintainers:
 10   - Brian Masney <masneyb@onstation.org>
 11 
 12 description: |
 13   Ambient light sensing and proximity detection with an i2c interface.
 14   https://ams.com/documents/20143/36005/TSL2772_DS000181_2-00.pdf
 15 
 16 properties:
 17   compatible:
 18     enum:
 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
 30 
 31   reg:
 32     maxItems: 1
 33 
 34   amstaos,proximity-diodes:
 35     description: Proximity diodes to enable
 36     $ref: /schemas/types.yaml#/definitions/uint32-array
 37     minItems: 1
 38     maxItems: 2
 39     items:
 40       minimum: 0
 41       maximum: 1
 42 
 43   interrupts:
 44     maxItems: 1
 45 
 46   led-max-microamp:
 47     description: Current for the proximity LED
 48     enum:
 49       - 13000
 50       - 25000
 51       - 50000
 52       - 100000
 53 
 54   vdd-supply:
 55     description: Regulator that provides power to the sensor
 56 
 57   vddio-supply:
 58     description: Regulator that provides power to the bus
 59 
 60 required:
 61   - compatible
 62   - reg
 63 
 64 additionalProperties: false
 65 
 66 examples:
 67   - |
 68     #include <dt-bindings/interrupt-controller/irq.h>
 69 
 70     i2c {
 71         #address-cells = <1>;
 72         #size-cells = <0>;
 73 
 74         sensor@39 {
 75                 compatible = "amstaos,tsl2772";
 76                 reg = <0x39>;
 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>;
 82         };
 83     };
 84 ...

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php