The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/iio/temperature/tmp007.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 * TI TMP007 - IR thermopile sensor with integrated math engine
    2 
    3 Link to datasheet: http://www.ti.com/lit/ds/symlink/tmp007.pdf
    4 
    5 Required properties:
    6 
    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
   20 
   21 Optional properties:
   22 
   23   - interrupts: interrupt mapping for GPIO IRQ (level active low)
   24 
   25 Example:
   26 
   27 tmp007@40 {
   28         compatible = "ti,tmp007";
   29         reg = <0x40>;
   30         interrupt-parent = <&gpio0>;
   31         interrupts = <5 0x08>;
   32 };
   33 

Cache object: 2d44a0c16c5857d3be4b9baca9f218e7


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.