Home
last modified time | relevance | path

Searched +full:ltr +full:- +full:390 +full:uv_final_ (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/light/
H A Dliteon,ltr390.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Lite-On LTR390 ALS and UV Sensor
10 The Lite-On LTR390 is an ALS (Ambient Light Sensor) and a UV sensor in a
14 … https://optoelectronics.liteon.com/upload/download/DS86-2015-0004/LTR-390UV_Final_%20DS_V1%201.pdf
17 - Anshul Dalal <anshulusr@gmail.com>
22 - liteon,ltr390
34 vdd-supply: true
37 - compatible
[all …]
/linux/drivers/iio/light/
H A Dltr390.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * IIO driver for Lite-On LTR390 ALS and UV sensor
4 * (7-bit I2C slave address 0x53)
12 …* https://optoelectronics.liteon.com/upload/download/DS86-2015-0004/LTR-390UV_Final_%20DS_V1%201…
15 * - Support for configurable gain and resolution
16 * - Sensor suspend/resume support
17 * - Add support for reading the ALS
18 * - Interrupt support
52 * At 20-bit resolution (integration time: 400ms) and 18x gain, 2300 counts of
55 * For the default resolution of 18-bit (integration time: 100ms) and default
[all …]