|
@@ -109,7 +109,9 @@
|
|
|
<10 &cpuintc 1>, /* TC3 */
|
|
|
<9 &cpuintc 1>, /* TC2 */
|
|
|
<8 &cpuintc 1>, /* TC1 */
|
|
|
- <7 &cpuintc 5>; /* TC0 */
|
|
|
+ <7 &cpuintc 5>, /* TC0 */
|
|
|
+ <6 &cpuintc 5>, /* WDT_IP2 */
|
|
|
+ <5 &cpuintc 4>; /* WDT_IP1 */
|
|
|
};
|
|
|
|
|
|
timer: timer@3200 {
|
|
@@ -161,6 +163,20 @@
|
|
|
status = "disabled";
|
|
|
};
|
|
|
|
|
|
+ watchdog0: watchdog@3260 {
|
|
|
+ compatible = "realtek,rtl9300-wdt";
|
|
|
+ reg = <0x3260 0xc>;
|
|
|
+
|
|
|
+ realtek,reset-mode = "soc";
|
|
|
+
|
|
|
+ clocks = <&lx_clk>;
|
|
|
+ timeout-sec = <30>;
|
|
|
+
|
|
|
+ interrupt-parent = <&intc>;
|
|
|
+ interrupt-names = "phase1", "phase2";
|
|
|
+ interrupts = <5>, <6>;
|
|
|
+ };
|
|
|
+
|
|
|
gpio0: gpio-controller@3500 {
|
|
|
compatible = "realtek,rtl8380-gpio", "realtek,otto-gpio";
|
|
|
reg = <0x3500 0x20>;
|