003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/Bindings/iio/light
usr
/
src
/
sys
/
contrib
/
device-tree
/
Bindings
/
iio
/
light
/
📁
..
📄
adux1020.yaml
(989 B)
📄
amstaos,tsl2563.yaml
(915 B)
📄
apds9300.txt
(387 B)
📄
apds9960.txt
(478 B)
📄
bh1750.yaml
(729 B)
📄
cm3605.txt
(1.54 KB)
📄
cm36651.txt
(622 B)
📄
dynaimage,al3010.yaml
(826 B)
📄
dynaimage,al3320a.yaml
(830 B)
📄
gp2ap020a00f.txt
(571 B)
📄
isl29018.yaml
(1.22 KB)
📄
max44009.txt
(515 B)
📄
noa1305.yaml
(812 B)
📄
opt3001.txt
(795 B)
📄
renesas,isl29501.txt
(220 B)
📄
sharp,gp2ap002.yaml
(2.27 KB)
📄
stk33xx.yaml
(975 B)
📄
tsl2583.yaml
(857 B)
📄
tsl2772.yaml
(1.84 KB)
📄
us5182d.txt
(2.02 KB)
📄
uvis25.txt
(549 B)
📄
vcnl4035.txt
(451 B)
📄
veml6030.yaml
(1.49 KB)
📄
vishay,vcnl4000.yaml
(943 B)
📄
vl6180.txt
(287 B)
Editing: tsl2772.yaml
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/iio/light/tsl2772.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector maintainers: - Brian Masney <masneyb@onstation.org> description: | Ambient light sensing and proximity detection with an i2c interface. https://ams.com/documents/20143/36005/TSL2772_DS000181_2-00.pdf properties: compatible: enum: - amstaos,tsl2571 - amstaos,tsl2671 - amstaos,tmd2671 - amstaos,tsl2771 - amstaos,tmd2771 - amstaos,tsl2572 - amstaos,tsl2672 - amstaos,tmd2672 - amstaos,tsl2772 - amstaos,tmd2772 - avago,apds9930 reg: maxItems: 1 amstaos,proximity-diodes: description: Proximity diodes to enable $ref: /schemas/types.yaml#/definitions/uint32-array minItems: 1 maxItems: 2 items: minimum: 0 maximum: 1 interrupts: maxItems: 1 led-max-microamp: description: Current for the proximity LED enum: - 13000 - 25000 - 50000 - 100000 vdd-supply: description: Regulator that provides power to the sensor vddio-supply: description: Regulator that provides power to the bus required: - compatible - reg additionalProperties: false examples: - | #include <dt-bindings/interrupt-controller/irq.h> i2c { #address-cells = <1>; #size-cells = <0>; sensor@39 { compatible = "amstaos,tsl2772"; reg = <0x39>; interrupts-extended = <&msmgpio 61 IRQ_TYPE_EDGE_FALLING>; vdd-supply = <&pm8941_l17>; vddio-supply = <&pm8941_lvs1>; amstaos,proximity-diodes = <0>; led-max-microamp = <100000>; }; }; ...
Upload File
Create Folder