Path: blob/master/Documentation/devicetree/bindings/iio/light/st,vl6180.yaml
29539 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- |34i2c {35#address-cells = <1>;36#size-cells = <0>;3738proximity@29 {39compatible = "st,vl6180";40reg = <0x29>;41};42};43...444546