Path: blob/main/sys/contrib/device-tree/Bindings/iio/light/rohm,bu27010.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,bu27010.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ROHM BU27010 color sensor78maintainers:9- Matti Vaittinen <mazziesaccount@gmail.com>1011description: |12The ROHM BU27010 is a sensor with 6 photodiodes (red, green, blue, clear,13IR and flickering detection) with five configurable channels. Red, green14and flickering detection being always available and two out of the rest15three (blue, clear, IR) can be selected to be simultaneously measured.16Typical application is adjusting LCD/OLED backlight of TVs, mobile phones17and tablet PCs.1819properties:20compatible:21const: rohm,bu270102223reg:24maxItems: 12526interrupts:27maxItems: 12829vdd-supply: true3031required:32- compatible33- reg34- vdd-supply3536additionalProperties: false3738examples:39- |40i2c {41#address-cells = <1>;42#size-cells = <0>;4344light-sensor@38 {45compatible = "rohm,bu27010";46reg = <0x38>;47vdd-supply = <&vdd>;48};49};505152