aboutsummaryrefslogtreecommitdiff
path: root/Bindings/watchdog/meson6-wdt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/watchdog/meson6-wdt.txt')
-rw-r--r--Bindings/watchdog/meson6-wdt.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/Bindings/watchdog/meson6-wdt.txt b/Bindings/watchdog/meson6-wdt.txt
deleted file mode 100644
index 9200fc2d508c..000000000000
--- a/Bindings/watchdog/meson6-wdt.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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@c1109900 {
- compatible = "amlogic,meson6-wdt";
- reg = <0xc1109900 0x8>;
-};