Path: blob/main/sys/contrib/device-tree/Bindings/iio/light/avago,apds9960.yaml
48406 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/light/avago,apds9960.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Avago APDS9960 gesture/RGB/ALS/proximity sensor78maintainers:9- Matt Ranostay <matt.ranostay@konsulko.com>1011description: |12Datasheet at https://www.avagotech.com/docs/AV02-4191EN1314properties:15compatible:16const: avago,apds99601718reg:19maxItems: 12021interrupts:22maxItems: 12324additionalProperties: false2526required:27- compatible28- reg2930examples:31- |32i2c {33#address-cells = <1>;34#size-cells = <0>;3536light-sensor@39 {37compatible = "avago,apds9960";38reg = <0x39>;39interrupt-parent = <&gpio1>;40interrupts = <16 1>;41};42};43...444546