Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64693328 authored by andrea.merello's avatar andrea.merello Committed by Guenter Roeck
Browse files

DT: add binding documentation for STTS751

parent 7f07ec0f
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
* 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>;
}