Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c5691f0 authored by Carlo Caione's avatar Carlo Caione Committed by Wim Van Sebroeck
Browse files

ARM: docs: add documentation binding for meson watchdog

parent 3281b85c
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
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>;
};