Revert "Input: elantech - enable SMBus on new (2018+) systems"
[sfrench/cifs-2.6.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 };