Path: blob/main/sys/contrib/device-tree/Bindings/iio/temperature/ti,tmp006.yaml
48525 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/temperature/ti,tmp006.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: TI TMP006 IR thermopile sensor78maintainers:9- Peter Meerwald <pmeerw@pmeerw.net>1011description: |12TI TMP006 - Infrared Thermopile Sensor in Chip-Scale Package.13https://cdn.sparkfun.com/datasheets/Sensors/Temp/tmp006.pdf1415properties:16compatible:17const: ti,tmp0061819reg:20maxItems: 12122vdd-supply:23description: provide VDD power to the sensor.2425required:26- compatible27- reg2829additionalProperties: false3031examples:32- |33i2c {34#address-cells = <1>;35#size-cells = <0>;36temperature-sensor@40 {37compatible = "ti,tmp006";38reg = <0x40>;39vdd-supply = <&ldo4_reg>;40};41};424344