summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/marvell/98dx3236-resume-ctrl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/arm/marvell/98dx3236-resume-ctrl.txt')
-rw-r--r--dts/Bindings/arm/marvell/98dx3236-resume-ctrl.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/arm/marvell/98dx3236-resume-ctrl.txt b/dts/Bindings/arm/marvell/98dx3236-resume-ctrl.txt
new file mode 100644
index 0000000000..26eb9d3aa6
--- /dev/null
+++ b/dts/Bindings/arm/marvell/98dx3236-resume-ctrl.txt
@@ -0,0 +1,16 @@
+Resume Control
+--------------
+Available on Marvell SOCs: 98DX3336 and 98DX4251
+
+Required properties:
+
+- compatible: must be "marvell,98dx3336-resume-ctrl"
+
+- reg: Should contain resume control registers location and length
+
+Example:
+
+resume@20980 {
+ compatible = "marvell,98dx3336-resume-ctrl";
+ reg = <0x20980 0x10>;
+};