Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / Documentation / devicetree / bindings / watchdog / brcm,bcm7038-wdt.txt
CommitLineData
5c5049da
JC
1BCM7038 Watchdog timer
2
3Required properties:
4
5- compatible : should be "brcm,bcm7038-wdt"
6- reg : Specifies base physical address and size of the registers.
7
8Optional properties:
9
10- clocks: The clock running the watchdog. If no clock is found the
11 driver will default to 27000000 Hz.
12
13Example:
14
15watchdog@f040a7e8 {
16 compatible = "brcm,bcm7038-wdt";
17 clocks = <&upg_fixed>;
18 reg = <0xf040a7e8 0x16>;
19};
This page took 0.058988 seconds and 5 git commands to generate.