Path: blob/main/sys/contrib/device-tree/Bindings/iio/temperature/tmp007.txt
48525 views
* TI TMP007 - IR thermopile sensor with integrated math engine12Link to datasheet: http://www.ti.com/lit/ds/symlink/tmp007.pdf34Required properties:56- compatible: should be "ti,tmp007"7- reg: the I2C address of the sensor (changeable via ADR pins)8------------------------------9|ADR1 | ADR0 | Device Address|10------------------------------110 0 0x40120 1 0x41130 SDA 0x42140 SCL 0x43151 0 0x44161 1 0x45171 SDA 0x46181 SCL 0x471920Optional properties:2122- interrupts: interrupt mapping for GPIO IRQ (level active low)2324Example:2526tmp007@40 {27compatible = "ti,tmp007";28reg = <0x40>;29interrupt-parent = <&gpio0>;30interrupts = <5 0x08>;31};32333435