Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / watchdog / meson-wdt.txt
blob8a6d84cb36c96521a74d3d8b12aae1f4fd1a97f6
1 Meson SoCs Watchdog timer
3 Required properties:
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.
12 Example:
14 wdt: watchdog@c1109900 {
15         compatible = "amlogic,meson6-wdt";
16         reg = <0xc1109900 0x8>;