1
0
Fork 0

ARM: DTS: Add watchdog to mt6589

This patch adds the watchdog to the device tree of Mediatek mt6589 SoC.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
wifi-calibration
Matthias Brugger 2015-03-16 10:47:25 +01:00
parent 979275897e
commit 85fc20b2ad
1 changed files with 5 additions and 0 deletions

View File

@ -138,5 +138,10 @@
clocks = <&uart_clk>;
status = "disabled";
};
wdt: watchdog@010000000 {
compatible = "mediatek,mt6589-wdt";
reg = <0x10000000 0x44>;
};
};
};