Path: blob/master/Documentation/devicetree/bindings/iio/light/st,vl6180.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/st,vl6180.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: STMicro VL6180 ALS, range and proximity sensor78maintainers:9- Manivannan Sadhasivam <manivannanece23@gmail.com>10- Peter Meerwald-Stadler <pmeerw@pmeerw.net>1112description: |13Proximity sensing module incorporating time of flight sensor14Datasheet at https://www.st.com/resource/en/datasheet/vl6180x.pdf1516properties:17compatible:18const: st,vl61801920reg:21maxItems: 12223interrupts:24maxItems: 12526additionalProperties: false2728required:29- compatible30- reg3132examples:33- |34#include <dt-bindings/interrupt-controller/irq.h>35i2c {36#address-cells = <1>;37#size-cells = <0>;3839proximity@29 {40compatible = "st,vl6180";41reg = <0x29>;42};43};44...454647