Merge tag 'firmware_removal-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / watchdog / meson-wdt.txt
1 Meson SoCs Watchdog timer
2
3 Required properties:
4
5 - compatible : depending on the SoC this should be one of:
6         "amlogic,meson6-wdt" on Meson6 SoCs
7         "amlogic,meson8-wdt" and "amlogic,meson6-wdt" on Meson8 SoCs
8         "amlogic,meson8b-wdt" on Meson8b SoCs
9         "amlogic,meson8m2-wdt" and "amlogic,meson8b-wdt" on Meson8m2 SoCs
10 - reg : Specifies base physical address and size of the registers.
11
12 Example:
13
14 wdt: watchdog@c1109900 {
15         compatible = "amlogic,meson6-wdt";
16         reg = <0xc1109900 0x8>;
17 };