Path: blob/master/Documentation/devicetree/bindings/iio/light/noa1305.yaml
26309 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/iio/light/noa1305.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ON Semiconductor NOA1305 Ambient Light Sensor78maintainers:9- Martyn Welch <martyn.welch@collabora.com>1011description: |12Ambient sensing with an i2c interface.1314https://www.onsemi.com/pub/Collateral/NOA1305-D.PDF1516properties:17compatible:18enum:19- onnn,noa13052021reg:22maxItems: 12324vin-supply:25description: Regulator that provides power to the sensor2627required:28- compatible29- reg3031additionalProperties: false3233examples:34- |35i2c {3637#address-cells = <1>;38#size-cells = <0>;3940light@39 {41compatible = "onnn,noa1305";42reg = <0x39>;43};44};45...464748