xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / Documentation / devicetree / bindings / iio / temperature / tmp007.txt
blobb63aba91ef0314408788e9aa282bd0f4ba4b77bc
1 * TI TMP007 - IR thermopile sensor with integrated math engine
3 Link to datasheet: http://www.ti.com/lit/ds/symlink/tmp007.pdf
5 Required properties:
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                 ------------------------------
12                    0      0        0x40
13                    0      1        0x41
14                    0     SDA       0x42
15                    0     SCL       0x43
16                    1      0        0x44
17                    1      1        0x45
18                    1     SDA       0x46
19                    1     SCL       0x47
21 Optional properties:
23   - interrupt-parent: should be the phandle for the interrupt controller
25   - interrupts: interrupt mapping for GPIO IRQ (level active low)
27 Example:
29 tmp007@40 {
30         compatible = "ti,tmp007";
31         reg = <0x40>;
32         interrupt-parent = <&gpio0>;
33         interrupts = <5 0x08>;