Path: blob/master/Documentation/devicetree/bindings/iio/light/capella,cm36651.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/capella,cm36651.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Capella CM36651 I2C Proximity and Color Light sensor78maintainers:9- Beomho Seo <beomho.seo@samsung.com>1011properties:12compatible:13const: capella,cm366511415reg:16maxItems: 11718interrupts:19maxItems: 12021vled-supply:22description: |23Supply for the IR_LED which is part of the cm36651 for proximity detection.2425additionalProperties: false2627required:28- compatible29- reg30- interrupts31- vled-supply3233examples:34- |35i2c {36#address-cells = <1>;37#size-cells = <0>;3839light-sensor@18 {40compatible = "capella,cm36651";41reg = <0x18>;42interrupt-parent = <&gpx0>;43interrupts = <2 0>;44vled-supply = <&ps_als_reg>;45};46};47...484950