162306a36Sopenharmony_ci* Armada 37xx CPU Watchdog Timer Controller
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciRequired properties:
462306a36Sopenharmony_ci- compatible : must be "marvell,armada-3700-wdt"
562306a36Sopenharmony_ci- reg : base physical address of the controller and length of memory mapped
662306a36Sopenharmony_ci	region.
762306a36Sopenharmony_ci- clocks : the clock feeding the watchdog timer. See clock-bindings.txt
862306a36Sopenharmony_ci- marvell,system-controller : reference to syscon node for the CPU Miscellaneous
962306a36Sopenharmony_ci	Registers
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciExample:
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci	cpu_misc: system-controller@d000 {
1462306a36Sopenharmony_ci		compatible = "marvell,armada-3700-cpu-misc", "syscon";
1562306a36Sopenharmony_ci		reg = <0xd000 0x1000>;
1662306a36Sopenharmony_ci	};
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ci	wdt: watchdog@8300 {
1962306a36Sopenharmony_ci		compatible = "marvell,armada-3700-wdt";
2062306a36Sopenharmony_ci		reg = <0x8300 0x40>;
2162306a36Sopenharmony_ci		marvell,system-controller = <&cpu_misc>;
2262306a36Sopenharmony_ci		clocks = <&xtalclk>;
2362306a36Sopenharmony_ci	};
24