Signed-off-by: Carlo Caione <ca...@caione.org>
---
 .../bindings/reset/amlogic,meson6-rst-mgr-ao.txt           | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 
Documentation/devicetree/bindings/reset/amlogic,meson6-rst-mgr-ao.txt

diff --git 
a/Documentation/devicetree/bindings/reset/amlogic,meson6-rst-mgr-ao.txt 
b/Documentation/devicetree/bindings/reset/amlogic,meson6-rst-mgr-ao.txt
new file mode 100644
index 0000000..4a8fd41
--- /dev/null
+++ b/Documentation/devicetree/bindings/reset/amlogic,meson6-rst-mgr-ao.txt
@@ -0,0 +1,14 @@
+Amlogic MesonX Reset Manager (AO domain)
+
+Required properties:
+- compatible : "amlogic,meson6-rst-mgr-ao"
+- reg : Should contain 1 register ranges(address and length)
+- #reset-cells: 1
+
+Example:
+
+       reset: reset@c8100040 {
+               #reset-cells = <1>;
+               compatible = "amlogic,meson6-rst-mgr-ao";
+               reg = <0xc8100040 0x4>;
+       };
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to