Path: blob/main/sys/contrib/device-tree/Bindings/iio/light/rohm,bu27034.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/rohm,bu27034.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ROHM BU27034 ambient light sensor78maintainers:9- Matti Vaittinen <mazziesaccount@gmail.com>1011description: |12ROHM BU27034 is an ambient light sesnor with 3 channels and 3 photo diodes13capable of detecting a very wide range of illuminance. Typical application14is adjusting LCD and backlight power of TVs and mobile phones.15https://fscdn.rohm.com/en/products/databook/datasheet/ic/sensor/light/bu27034nuc-e.pdf1617properties:18compatible:19const: rohm,bu270342021reg:22maxItems: 12324vdd-supply: true2526required:27- compatible28- reg2930additionalProperties: false3132examples:33- |34i2c {35#address-cells = <1>;36#size-cells = <0>;3738light-sensor@38 {39compatible = "rohm,bu27034";40reg = <0x38>;41vdd-supply = <&vdd>;42};43};4445...464748