Path: blob/master/Documentation/devicetree/bindings/iio/light/vishay,vcnl4035.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/vishay,vcnl4035.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: VISHAY VCNL4035 ambient Light and proximity sensor78maintainers:9- Jonathan Cameron <jic23@kernel.org>1011description: |12Datasheet at https://www.vishay.com/docs/84251/vcnl4035x01.pdf1314properties:15compatible:16const: vishay,vcnl40351718reg:19maxItems: 12021interrupts:22maxItems: 12324additionalProperties: false2526required:27- compatible28- reg2930examples:31- |32#include <dt-bindings/interrupt-controller/irq.h>33i2c {34#address-cells = <1>;35#size-cells = <0>;3637light-sensor@60 {38compatible = "vishay,vcnl4035";39reg = <0x60>;40interrupt-parent = <&gpio4>;41interrupts = <11 IRQ_TYPE_LEVEL_LOW>;42};43};44...454647