Skip to content

Commit

Permalink
watchdog: bcm7038: add device tree binding documentation
Browse files Browse the repository at this point in the history
Add device tree binding documentation for the watchdog hardware block
on bcm7038 and newer SoCs.

Signed-off-by: Justin Chen <justinpopo6@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Justin Chen authored and Wim Van Sebroeck committed Oct 27, 2015
1 parent 85051e2 commit 5c5049d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Documentation/devicetree/bindings/watchdog/brcm,bcm7038-wdt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
BCM7038 Watchdog timer

Required properties:

- compatible : should be "brcm,bcm7038-wdt"
- reg : Specifies base physical address and size of the registers.

Optional properties:

- clocks: The clock running the watchdog. If no clock is found the
driver will default to 27000000 Hz.

Example:

watchdog@f040a7e8 {
compatible = "brcm,bcm7038-wdt";
clocks = <&upg_fixed>;
reg = <0xf040a7e8 0x16>;
};

0 comments on commit 5c5049d

Please sign in to comment.