We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414a9bf commit eed0987Copy full SHA for eed0987
Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
@@ -22,6 +22,7 @@ Required properties:
22
- reg : Specifies base physical address and size of the registers.
23
24
Optional properties:
25
+- mediatek,disable-extrst: disable send output reset signal
26
- interrupts: Watchdog pre-timeout (bark) interrupt.
27
- timeout-sec: contains the watchdog timeout in seconds.
28
- #reset-cells: Should be 1.
@@ -31,6 +32,7 @@ Example:
31
32
watchdog: watchdog@10007000 {
33
compatible = "mediatek,mt8183-wdt",
34
"mediatek,mt6589-wdt";
35
+ mediatek,disable-extrst;
36
reg = <0 0x10007000 0 0x100>;
37
interrupts = <GIC_SPI 139 IRQ_TYPE_NONE>;
38
timeout-sec = <10>;
0 commit comments