162306a36Sopenharmony_ciTexas Instruments DaVinci/Keystone Watchdog Timer (WDT) Controller 262306a36Sopenharmony_ci 362306a36Sopenharmony_ciRequired properties: 462306a36Sopenharmony_ci- compatible : Should be "ti,davinci-wdt", "ti,keystone-wdt" 562306a36Sopenharmony_ci- reg : Should contain WDT registers location and length 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciOptional properties: 862306a36Sopenharmony_ci- timeout-sec : Contains the watchdog timeout in seconds 962306a36Sopenharmony_ci- clocks : the clock feeding the watchdog timer. 1062306a36Sopenharmony_ci Needed if platform uses clocks. 1162306a36Sopenharmony_ci See clock-bindings.txt 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciDocumentation: 1462306a36Sopenharmony_ciDavinci DM646x - https://www.ti.com/lit/ug/spruer5b/spruer5b.pdf 1562306a36Sopenharmony_ciKeystone - https://www.ti.com/lit/ug/sprugv5a/sprugv5a.pdf 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciExamples: 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ciwdt: wdt@2320000 { 2062306a36Sopenharmony_ci compatible = "ti,davinci-wdt"; 2162306a36Sopenharmony_ci reg = <0x02320000 0x80>; 2262306a36Sopenharmony_ci timeout-sec = <30>; 2362306a36Sopenharmony_ci clocks = <&clkwdtimer0>; 2462306a36Sopenharmony_ci}; 25