summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/thermal/spear-thermal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/thermal/spear-thermal.txt')
-rw-r--r--dts/Bindings/thermal/spear-thermal.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/Bindings/thermal/spear-thermal.txt b/dts/Bindings/thermal/spear-thermal.txt
new file mode 100644
index 0000000000..93e3b67c10
--- /dev/null
+++ b/dts/Bindings/thermal/spear-thermal.txt
@@ -0,0 +1,14 @@
+* SPEAr Thermal
+
+Required properties:
+- compatible : "st,thermal-spear1340"
+- reg : Address range of the thermal registers
+- st,thermal-flags: flags used to enable thermal sensor
+
+Example:
+
+ thermal@fc000000 {
+ compatible = "st,thermal-spear1340";
+ reg = <0xfc000000 0x1000>;
+ st,thermal-flags = <0x7000>;
+ };