Newer
Older
barebox / dts / Bindings / watchdog / meson6-wdt.txt
@Sascha Hauer Sascha Hauer on 4 Nov 2014 262 bytes dts: update to v3.18-rc2
Meson SoCs Watchdog timer

Required properties:

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

Example:

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