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/hwmon/lm75.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 *LM75 hwmon sensor.
    2 
    3 Required properties:
    4 - compatible: manufacturer and chip name, one of
    5                 "adi,adt75",
    6                 "dallas,ds1775",
    7                 "dallas,ds75",
    8                 "dallas,ds7505",
    9                 "gmt,g751",
   10                 "national,lm75",
   11                 "national,lm75a",
   12                 "national,lm75b",
   13                 "maxim,max6625",
   14                 "maxim,max6626",
   15                 "maxim,max31725",
   16                 "maxim,max31726",
   17                 "maxim,mcp980x",
   18                 "nxp,pct2075",
   19                 "st,stds75",
   20                 "st,stlm75",
   21                 "microchip,tcn75",
   22                 "ti,tmp100",
   23                 "ti,tmp101",
   24                 "ti,tmp105",
   25                 "ti,tmp112",
   26                 "ti,tmp175",
   27                 "ti,tmp275",
   28                 "ti,tmp75",
   29                 "ti,tmp75b",
   30                 "ti,tmp75c",
   31 
   32 - reg: I2C bus address of the device
   33 
   34 Example:
   35 
   36 sensor@48 {
   37         compatible = "st,stlm75";
   38         reg = <0x48>;
   39 };

Cache object: d12b34419b289e1f07956d042ef1dc85


[ 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.