Path: blob/main/sys/contrib/device-tree/Bindings/iio/light/bh1750.yaml
48406 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/iio/light/bh1750.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ROHM BH1750 ambient light sensor78maintainers:9- Tomasz Duszynski <tduszyns@gmail.com>1011description: |12Ambient light sensor with an i2c interface.1314properties:15compatible:16enum:17- rohm,bh171018- rohm,bh171519- rohm,bh172120- rohm,bh175021- rohm,bh17512223reg:24maxItems: 12526required:27- compatible28- reg2930additionalProperties: false3132examples:33- |34i2c {35#address-cells = <1>;36#size-cells = <0>;3738light-sensor@23 {39compatible = "rohm,bh1750";40reg = <0x23>;41};42};4344...454647