Skip to content

Commit

Permalink
dt: watchdog: Add DT binding documentation for jz4740 watchdog timer
Browse files Browse the repository at this point in the history
Add binding for jz4740 watchdog timer. It is a simple watchdog timer.

Signed-off-by: Zubair Lutfullah Kakakhel <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
  • Loading branch information
Zubair Lutfullah Kakakhel authored and Wim Van Sebroeck committed Feb 17, 2015
1 parent b5ade9b commit 73af152
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Ingenic Watchdog Timer (WDT) Controller for JZ4740

Required properties:
compatible: "ingenic,jz4740-watchdog"
reg: Register address and length for watchdog registers

Example:

watchdog: jz4740-watchdog@0x10002000 {
compatible = "ingenic,jz4740-watchdog";
reg = <0x10002000 0x100>;
};

0 comments on commit 73af152

Please sign in to comment.