summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/hwmon/max1619.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/hwmon/max1619.txt')
-rw-r--r--dts/Bindings/hwmon/max1619.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/Bindings/hwmon/max1619.txt b/dts/Bindings/hwmon/max1619.txt
new file mode 100644
index 0000000000..c70dbbe1e5
--- /dev/null
+++ b/dts/Bindings/hwmon/max1619.txt
@@ -0,0 +1,12 @@
+Bindings for MAX1619 Temperature Sensor
+
+Required properties:
+- compatible : "maxim,max1619"
+- reg : I2C address, one of 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, or
+ 0x4d, 0x4e
+
+Example:
+ temp@4c {
+ compatible = "maxim,max1619";
+ reg = <0x4c>;
+ };