aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt')
-rw-r--r--Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt
new file mode 100644
index 000000000000..2144af1a5264
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt
@@ -0,0 +1,14 @@
1* Freescale i.MX Watchdog Timer (WDT) Controller
2
3Required properties:
4- compatible : Should be "fsl,<soc>-wdt"
5- reg : Should contain WDT registers location and length
6- interrupts : Should contain WDT interrupt
7
8Examples:
9
10wdt@73f98000 {
11 compatible = "fsl,imx51-wdt", "fsl,imx21-wdt";
12 reg = <0x73f98000 0x4000>;
13 interrupts = <58>;
14};