Newer
Older
barebox / dts / Bindings / hwmon / stts751.txt
@Sascha Hauer Sascha Hauer on 10 Mar 2017 292 bytes dts: update to v4.11-rc1
* STTS751 thermometer.

Required node properties:
- compatible: "stts751"
- reg: I2C bus address of the device

Optional properties:
- smbus-timeout-disable: when set, the smbus timeout function will be disabled

Example stts751 node:

temp-sensor {
	compatible = "stts751";
	reg = <0x48>;
}