Path: blob/master/Documentation/devicetree/bindings/iio/light/vishay,veml6075.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/light/vishay,veml6075.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Vishay VEML6070 UVA, VEML6075 UVA/B and VEML6040 RGBW sensors78maintainers:9- Javier Carrasco <javier.carrasco.cruz@gmail.com>1011description:12VEML6040 datasheet at https://www.vishay.com/docs/84276/veml6040.pdf1314properties:15compatible:16enum:17- vishay,veml604018- vishay,veml607019- vishay,veml60752021reg:22maxItems: 12324vishay,rset-ohms:25description:26Resistor used to select the integration time.27default: 27000028minimum: 7500029maximum: 12000003031vdd-supply: true3233required:34- compatible35- reg36- vdd-supply3738allOf:39- if:40properties:41compatible:42enum:43- vishay,veml604044- vishay,veml607545then:46properties:47vishay,rset-ohms: false4849additionalProperties: false5051examples:52- |53i2c {54#address-cells = <1>;55#size-cells = <0>;5657uv-sensor@10 {58compatible = "vishay,veml6075";59reg = <0x10>;60vdd-supply = <&vdd_reg>;61};62};63...646566