]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/watchdog/mt7621-wdt.txt
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / watchdog / mt7621-wdt.txt
CommitLineData
ab3f09fe
JC
1Ralink Watchdog Timers
2
3Required properties:
4- compatible: must be "mediatek,mt7621-wdt"
5- reg: physical base address of the controller and length of the register range
6
7Example:
8
9 watchdog@100 {
10 compatible = "mediatek,mt7621-wdt";
11 reg = <0x100 0x10>;
12 };