xref: /freebsd/sys/contrib/device-tree/Bindings/hwmon/tmp108.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotTMP108 temperature sensor
2*c66ec88fSEmmanuel Vadot-------------------------
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotThis device supports I2C only.
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel VadotRequires node properties:
7*c66ec88fSEmmanuel Vadot- compatible : "ti,tmp108"
8*c66ec88fSEmmanuel Vadot- reg : the I2C address of the device. This is 0x48, 0x49, 0x4a, or 0x4b.
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel VadotOptional properties:
11*c66ec88fSEmmanuel Vadot- interrupts: Reference to the TMP108 alert interrupt.
12*c66ec88fSEmmanuel Vadot- #thermal-sensor-cells: should be set to 0.
13*c66ec88fSEmmanuel Vadot
14*c66ec88fSEmmanuel VadotExample:
15*c66ec88fSEmmanuel Vadot	tmp108@48 {
16*c66ec88fSEmmanuel Vadot		compatible = "ti,tmp108";
17*c66ec88fSEmmanuel Vadot		reg = <0x48>;
18*c66ec88fSEmmanuel Vadot	};
19