Skip to content

Commit 4fe1a85

Browse files
ene-stevenfabiobaltieri
authored andcommitted
dts: watchdog: kb1200 watchdog device nodes
Add watchdog device nodes and pinctrl nodes for ENE KB1200 Signed-off-by: Steven Chang <[email protected]>
1 parent c1bec14 commit 4fe1a85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/ene/kb1200.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,13 @@
238238
reg = <0x40100030 0x10>;
239239
status = "disabled";
240240
};
241+
242+
wdt0: watchdog@40060000 {
243+
compatible = "ene,kb1200-watchdog";
244+
reg = <0x40060000 0x100>;
245+
interrupts = <0 0>;
246+
status = "disabled";
247+
};
241248
};
242249
};
243250

0 commit comments

Comments
 (0)