[PATCH v3 1/4] ARM: docs: add documentation binding for meson watchdog
Carlo Caione
carlo at caione.org
Fri Sep 19 13:36:26 PDT 2014
Signed-off-by: Carlo Caione <carlo at caione.org>
---
Documentation/devicetree/bindings/watchdog/meson6-wdt.txt | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
diff --git a/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
new file mode 100644
index 0000000..9200fc2
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
@@ -0,0 +1,13 @@
+Meson SoCs Watchdog timer
+
+Required properties:
+
+- compatible : should be "amlogic,meson6-wdt"
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+wdt: watchdog at c1109900 {
+ compatible = "amlogic,meson6-wdt";
+ reg = <0xc1109900 0x8>;
+};
--
1.9.1
More information about the linux-arm-kernel
mailing list