summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/power/reset/st-reset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/power/reset/st-reset.txt')
-rw-r--r--dts/Bindings/power/reset/st-reset.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/dts/Bindings/power/reset/st-reset.txt b/dts/Bindings/power/reset/st-reset.txt
new file mode 100644
index 0000000000..809af54f02
--- /dev/null
+++ b/dts/Bindings/power/reset/st-reset.txt
@@ -0,0 +1,11 @@
+*Device-Tree bindings for ST SW reset functionality
+
+Required properties:
+- compatible: should be "st,<chip>-restart".
+- st,syscfg: should be a phandle of the syscfg node.
+
+Example node:
+ restart {
+ compatible = "st,stih416-restart";
+ st,syscfg = <&syscfg_sbc>;
+ };