Skip to content

Commit b4d1110

Browse files
svenpeter42marcan
authored andcommitted
arm64: dts: apple: t8103: Add watchdog node
Add the watchdog node which also enables reboot support on the t8103. Signed-off-by: Sven Peter <[email protected]> Signed-off-by: Hector Martin <[email protected]>
1 parent cba9c61 commit b4d1110

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/apple/t8103.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,14 @@
324324
<AIC_IRQ 336 IRQ_TYPE_LEVEL_HIGH>;
325325
};
326326

327+
wdt: watchdog@23d2b0000 {
328+
compatible = "apple,t8103-wdt", "apple,wdt";
329+
reg = <0x2 0x3d2b0000 0x0 0x4000>;
330+
clocks = <&clk24>;
331+
interrupt-parent = <&aic>;
332+
interrupts = <AIC_IRQ 338 IRQ_TYPE_LEVEL_HIGH>;
333+
};
334+
327335
pinctrl_smc: pinctrl@23e820000 {
328336
compatible = "apple,t8103-pinctrl", "apple,pinctrl";
329337
reg = <0x2 0x3e820000 0x0 0x4000>;

0 commit comments

Comments
 (0)