summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/watchdog/aspeed-wdt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/watchdog/aspeed-wdt.txt')
-rw-r--r--dts/Bindings/watchdog/aspeed-wdt.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/watchdog/aspeed-wdt.txt b/dts/Bindings/watchdog/aspeed-wdt.txt
new file mode 100644
index 0000000000..c5e74d7b44
--- /dev/null
+++ b/dts/Bindings/watchdog/aspeed-wdt.txt
@@ -0,0 +1,16 @@
+Aspeed Watchdog Timer
+
+Required properties:
+ - compatible: must be one of:
+ - "aspeed,ast2400-wdt"
+ - "aspeed,ast2500-wdt"
+
+ - reg: physical base address of the controller and length of memory mapped
+ region
+
+Example:
+
+ wdt1: watchdog@1e785000 {
+ compatible = "aspeed,ast2400-wdt";
+ reg = <0x1e785000 0x1c>;
+ };