blob: 12d8cf7cf5924f1e58fa8f89cf48eafa3314d578 [file] [log] [blame]
Jagan Teki985e2252019-02-12 17:08:08 +05301*LM75 hwmon sensor.
2
3Required 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 "st,stds75",
19 "st,stlm75",
20 "microchip,tcn75",
21 "ti,tmp100",
22 "ti,tmp101",
23 "ti,tmp105",
24 "ti,tmp112",
25 "ti,tmp175",
26 "ti,tmp275",
27 "ti,tmp75",
28 "ti,tmp75c",
29
30- reg: I2C bus address of the device
31
32Example:
33
34sensor@48 {
35 compatible = "st,stlm75";
36 reg = <0x48>;
37};