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 - interrupt-parent: should be the phandle for the interrupt controller
25 - interrupts: interrupt mapping for GPIO IRQ (level active low)
30 compatible = "ti,tmp007";
32 interrupt-parent = <&gpio0>;
33 interrupts = <5 0x08>;