Path: blob/master/Documentation/devicetree/bindings/iio/light/isl29018.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/isl29018.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: |7Intersil 29018/29023/29035 Ambient Light, Infrared Light, and Proximity Sensor89maintainers:10- Brian Masney <masneyb@onstation.org>1112description: |13Ambient and infrared light sensing with proximity detection over an i2c14interface.1516https://www.renesas.com/us/en/www/doc/datasheet/isl29018.pdf17https://www.renesas.com/us/en/www/doc/datasheet/isl29023.pdf18https://www.renesas.com/us/en/www/doc/datasheet/isl29035.pdf1920properties:21compatible:22enum:23- isil,isl2901824- isil,isl2902325- isil,isl290352627reg:28maxItems: 12930interrupts:31maxItems: 13233vcc-supply:34description: Regulator that provides power to the sensor3536required:37- compatible38- reg3940additionalProperties: false4142examples:43- |44#include <dt-bindings/interrupt-controller/irq.h>4546i2c {4748#address-cells = <1>;49#size-cells = <0>;5051sensor@44 {52compatible = "isil,isl29018";53reg = <0x44>;54interrupts-extended = <&msmgpio 61 IRQ_TYPE_LEVEL_HIGH>;55};56};57...585960