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: opt3001.txt
* Texas Instruments OPT3001 Ambient Light Sensor The driver supports interrupt-driven and interrupt-less operation, depending on whether an interrupt property has been populated into the DT. Note that the optional generation of IIO events on rising/falling light threshold changes requires the use of interrupts. Without interrupts, only the simple reading of the current light value is supported through the IIO API. https://www.ti.com/product/opt3001 Required properties: - compatible: should be "ti,opt3001" - reg: the I2C address of the sensor Optional properties: - interrupts: interrupt mapping for GPIO IRQ (configure for falling edge) Example: opt3001@44 { compatible = "ti,opt3001"; reg = <0x44>; interrupt-parent = <&gpio1>; interrupts = <28 IRQ_TYPE_EDGE_FALLING>; };
Upload File
Create Folder