Path: blob/master/Documentation/devicetree/bindings/iio/light/rohm,bu27034anuc.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/rohm,bu27034anuc.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ROHM BU27034ANUC ambient light sensor78maintainers:9- Matti Vaittinen <mazziesaccount@gmail.com>1011description: |12ROHM BU27034ANUC is an ambient light sensor with 2 channels and 2 photo diodes13capable of detecting a very wide range of illuminance. Typical application14is adjusting LCD and backlight power of TVs and mobile phones.1516properties:17compatible:18const: rohm,bu27034anuc1920reg:21maxItems: 12223vdd-supply: true2425required:26- compatible27- reg2829additionalProperties: false3031examples:32- |33i2c {34#address-cells = <1>;35#size-cells = <0>;3637light-sensor@38 {38compatible = "rohm,bu27034anuc";39reg = <0x38>;40vdd-supply = <&vdd>;41};42};4344...454647