aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/watchdog/meson-wdt.txt
diff options
context:
space:
mode:
authorCarlo Caione <carlo@endlessm.com>2015-11-08 13:18:56 +0100
committerCarlo Caione <carlo@endlessm.com>2016-01-04 10:54:44 +0100
commitea22446a9d170bf7f32bd7f99036e17df918f054 (patch)
treee11020599c6ccbbab76fe5c1e13fa8feee229215 /Documentation/devicetree/bindings/watchdog/meson-wdt.txt
parentARM: meson: Add status LED for Odroid-C1 (diff)
downloadlinux-dev-ea22446a9d170bf7f32bd7f99036e17df918f054.tar.xz
linux-dev-ea22446a9d170bf7f32bd7f99036e17df918f054.zip
Documentation: watchdog: Add new bindings for meson8b
We make the documentation not meson6 specific anymore and add the new binding for meson8b SoC. Signed-off-by: Carlo Caione <carlo@endlessm.com>
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/meson-wdt.txt')
-rw-r--r--Documentation/devicetree/bindings/watchdog/meson-wdt.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/meson-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson-wdt.txt
new file mode 100644
index 000000000000..ae70185d96e6
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/meson-wdt.txt
@@ -0,0 +1,13 @@
+Meson SoCs Watchdog timer
+
+Required properties:
+
+- compatible : should be "amlogic,meson6-wdt" or "amlogic,meson8b-wdt"
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+wdt: watchdog@c1109900 {
+ compatible = "amlogic,meson6-wdt";
+ reg = <0xc1109900 0x8>;
+};