1 * TI TMP007 - IR thermopile sensor with integrated math engine
3 Link to datasheet: http://www.ti.com/lit/ds/symlink/tmp007.pdf
7 - compatible: should be "ti,tmp007"
8 - reg: the I2C address of the sensor (changeable via ADR pins)
9 ------------------------------
10 |ADR1 | ADR0 | Device Address|
11 ------------------------------
23 - interrupts: interrupt mapping for GPIO IRQ (level active low)
28 compatible = "ti,tmp007";
30 interrupt-parent = <&gpio0>;
31 interrupts = <5 0x08>;