summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/hwmon/stts751.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/hwmon/stts751.txt')
-rw-r--r--dts/Bindings/hwmon/stts751.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/dts/Bindings/hwmon/stts751.txt b/dts/Bindings/hwmon/stts751.txt
new file mode 100644
index 0000000000..3ee1dc30e7
--- /dev/null
+++ b/dts/Bindings/hwmon/stts751.txt
@@ -0,0 +1,15 @@
+* 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>;
+}