Home
last modified time | relevance | path

Searched +full:opt4001 +full:- +full:sot +full:- +full:5 +full:x3 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/light/
Dti,opt4001.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/light/ti,opt4001.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Texas Instruments OPT4001 Ambient Light Sensor
10 - Stefan Windfeldt-Prytz <stefan.windfeldt-prytz@axis.com>
15 Picostar is a 4 pinned SMT and sot-5x3 is a 8 pinned SOT.
16 https://www.ti.com/lit/gpn/opt4001
21 - ti,opt4001-picostar
22 - ti,opt4001-sot-5x3
[all …]
/linux-6.12.1/drivers/iio/light/
Dopt4001.c1 // SPDX-License-Identifier: GPL-2.0
5 * Datasheet: https://www.ti.com/lit/gpn/opt4001
7 * Device driver for the Texas Instruments OPT4001.
19 /* OPT4001 register set */
25 /* OPT4001 register mask */
32 /* OPT4001 device id mask */
35 /* OPT4001 control registers mask */
39 #define OPT4001_CTRL_OPER_MODE_MASK GENMASK(5, 4)
44 /* OPT4001 constants */
47 /* OPT4001 operating modes */
[all …]