Path: blob/master/Documentation/devicetree/bindings/iio/temperature/ti,tmp007.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/temperature/ti,tmp007.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: IR thermopile sensor with integrated math engine78maintainers:9- Manivannan Sadhasivam <manivannanece23@gmail.com>1011description: |12http://www.ti.com/lit/ds/symlink/tmp007.pdf1314properties:15compatible:16const: ti,tmp0071718reg:19description: |20The I2C address of the sensor (changeable via ADR pins)21------------------------------22|ADR1 | ADR0 | Device Address|23------------------------------240 0 0x40250 1 0x41260 SDA 0x42270 SCL 0x43281 0 0x44291 1 0x45301 SDA 0x46311 SCL 0x4732maxItems: 13334interrupts:35maxItems: 13637required:38- compatible39- reg4041additionalProperties: false4243examples:44- |45i2c {46#address-cells = <1>;47#size-cells = <0>;4849temp-sensor@40 {50compatible = "ti,tmp007";51reg = <0x40>;52interrupt-parent = <&gpio0>;53interrupts = <5 0x08>;54};55};56...575859