]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt
Merge branch 'topic/hda-ca0132-dsp' into for-next
[mirror_ubuntu-zesty-kernel.git] / Documentation / devicetree / bindings / watchdog / brcm,bcm2835-pm-wdog.txt
1 BCM2835 Watchdog timer
2
3 Required properties:
4
5 - compatible : should be "brcm,bcm2835-pm-wdt"
6 - reg : Specifies base physical address and size of the registers.
7
8 Example:
9
10 watchdog {
11 compatible = "brcm,bcm2835-pm-wdt";
12 reg = <0x7e100000 0x28>;
13 };