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

Commit 73af1520 authored by Zubair Lutfullah Kakakhel's avatar Zubair Lutfullah Kakakhel Committed by Wim Van Sebroeck
Browse files

dt: watchdog: Add DT binding documentation for jz4740 watchdog timer



Add binding for jz4740 watchdog timer. It is a simple watchdog timer.

Signed-off-by: default avatarZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent b5ade9bc
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
Ingenic Watchdog Timer (WDT) Controller for JZ4740

Required properties:
compatible: "ingenic,jz4740-watchdog"
reg: Register address and length for watchdog registers

Example:

watchdog: jz4740-watchdog@0x10002000 {
	compatible = "ingenic,jz4740-watchdog";
	reg = <0x10002000 0x100>;
};