Path: blob/main/sys/contrib/device-tree/Bindings/iio/light/rohm,bu27008.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,bu27008.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ROHM BU27008 color sensor78maintainers:9- Matti Vaittinen <mazziesaccount@gmail.com>1011description:12The ROHM BU27008 is a sensor with 5 photodiodes (red, green, blue, clear13and IR) with four configurable channels. Red and green being always14available and two out of the rest three (blue, clear, IR) can be15selected to be simultaneously measured. Typical application is adjusting16LCD backlight of TVs, mobile phones and tablet PCs.1718properties:19compatible:20const: rohm,bu270082122reg:23maxItems: 12425interrupts:26maxItems: 12728vdd-supply: true2930required:31- compatible32- reg3334additionalProperties: false3536examples:37- |38i2c {39#address-cells = <1>;40#size-cells = <0>;4142light-sensor@38 {43compatible = "rohm,bu27008";44reg = <0x38>;45};46};4748...495051