rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / watchdog / mtk-wdt.txt
blob859dee167b9140970942fe08a5b1fca760f4f96f
1 Mediatek SoCs Watchdog timer
3 Required properties:
5 - compatible should contain:
6         "mediatek,mt2701-wdt", "mediatek,mt6589-wdt": for MT2701
7         "mediatek,mt6589-wdt": for MT6589
8         "mediatek,mt6797-wdt", "mediatek,mt6589-wdt": for MT6797
9         "mediatek,mt7622-wdt", "mediatek,mt6589-wdt": for MT7622
10         "mediatek,mt7623-wdt", "mediatek,mt6589-wdt": for MT7623
12 - reg : Specifies base physical address and size of the registers.
14 Optional properties:
15 - timeout-sec: contains the watchdog timeout in seconds.
17 Example:
19 wdt: watchdog@10000000 {
20         compatible = "mediatek,mt6589-wdt";
21         reg = <0x10000000 0x18>;
22         timeout-sec = <10>;