Path: blob/master/Documentation/devicetree/bindings/iio/light/amstaos,tsl2563.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/light/amstaos,tsl2563.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: AMS TAOS TSL2563 ambient light sensor78maintainers:9- Sebastian Reichel <sre@kernel.org>1011description: |12Ambient light sensor with an i2c interface.1314properties:15compatible:16enum:17- amstaos,tsl256018- amstaos,tsl256119- amstaos,tsl256220- amstaos,tsl25632122reg:23maxItems: 12425amstaos,cover-comp-gain:26description: Multiplier for gain compensation27$ref: /schemas/types.yaml#/definitions/uint3228enum: [1, 16]2930required:31- compatible32- reg3334additionalProperties: false3536examples:37- |38i2c {3940#address-cells = <1>;41#size-cells = <0>;4243light-sensor@29 {44compatible = "amstaos,tsl2563";45reg = <0x29>;46amstaos,cover-comp-gain = <16>;47};48};49...505152