tsl2772.yaml (4353dd3b70783ebbc83fcf12d9c0af3fbab0223b) tsl2772.yaml (3d21a46093352f7802b9c66c7cce35cd02a50e53)
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
7title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector
8

--- 19 unchanged lines hidden (view full) ---

28 - amstaos,tmd2772
29 - avago,apds9930
30
31 reg:
32 maxItems: 1
33
34 amstaos,proximity-diodes:
35 description: Proximity diodes to enable
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
7title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector
8

--- 19 unchanged lines hidden (view full) ---

28 - amstaos,tmd2772
29 - avago,apds9930
30
31 reg:
32 maxItems: 1
33
34 amstaos,proximity-diodes:
35 description: Proximity diodes to enable
36 allOf:
37 - $ref: /schemas/types.yaml#/definitions/uint32-array
38 - minItems: 1
39 maxItems: 2
40 items:
41 minimum: 0
42 maximum: 1
36 $ref: /schemas/types.yaml#/definitions/uint32-array
37 minItems: 1
38 maxItems: 2
39 items:
40 minimum: 0
41 maximum: 1
43
44 interrupts:
45 maxItems: 1
46
47 led-max-microamp:
48 description: Current for the proximity LED
49 enum:
50 - 13000

--- 35 unchanged lines hidden ---
42
43 interrupts:
44 maxItems: 1
45
46 led-max-microamp:
47 description: Current for the proximity LED
48 enum:
49 - 13000

--- 35 unchanged lines hidden ---