summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/watchdog/meson-wdt.txt
blob: ae70185d96e645df9ad6a97b9d5e2faa45bd5743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Meson SoCs Watchdog timer

Required properties:

- compatible : should be "amlogic,meson6-wdt" or "amlogic,meson8b-wdt"
- reg : Specifies base physical address and size of the registers.

Example:

wdt: watchdog@c1109900 {
	compatible = "amlogic,meson6-wdt";
	reg = <0xc1109900 0x8>;
};