Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / watchdog / meson-gxbb-wdt.txt
1 Meson GXBB SoCs Watchdog timer
2
3 Required properties:
4
5 - compatible : should be "amlogic,meson-gxbb-wdt"
6 - reg : Specifies base physical address and size of the registers.
7 - clocks : Should be a phandle to the Watchdog clock source, for GXBB the xtal
8            is the default clock source.
9
10 Example:
11
12 wdt: watchdog@98d0 {
13         compatible = "amlogic,meson-gxbb-wdt";
14         reg = <0 0x98d0 0x0 0x10>;
15         clocks = <&xtal>;
16 };