Commit 85fc20b2 authored by Matthias Brugger's avatar Matthias Brugger

ARM: DTS: Add watchdog to mt6589

This patch adds the watchdog to the device tree of Mediatek mt6589 SoC.
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 97927589
......@@ -138,5 +138,10 @@ uart3: serial@11009000 {
clocks = <&uart_clk>;
status = "disabled";
};
wdt: watchdog@010000000 {
compatible = "mediatek,mt6589-wdt";
reg = <0x10000000 0x44>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment