2015-02-03 10:25:47 +00:00
|
|
|
Ingenic Watchdog Timer (WDT) Controller for JZ4740
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
compatible: "ingenic,jz4740-watchdog"
|
|
|
|
reg: Register address and length for watchdog registers
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
2017-11-29 20:55:15 +00:00
|
|
|
watchdog: jz4740-watchdog@10002000 {
|
2015-02-03 10:25:47 +00:00
|
|
|
compatible = "ingenic,jz4740-watchdog";
|
|
|
|
reg = <0x10002000 0x100>;
|
|
|
|
};
|