diff options
author | Sven Peter <sven@svenpeter.dev> | 2021-12-11 13:40:44 +0100 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2021-12-12 10:34:39 +0900 |
commit | b4d11106d751a455154edf997891de0428f48a87 (patch) | |
tree | 79482f1c4582ff78302ef4a7dee4b7fcfc5a2ced | |
parent | cba9c615bec18792c32cc95f478884e24de9d1a5 (diff) | |
download | linux-b4d11106d751a455154edf997891de0428f48a87.tar.gz linux-b4d11106d751a455154edf997891de0428f48a87.tar.bz2 linux-b4d11106d751a455154edf997891de0428f48a87.zip |
arm64: dts: apple: t8103: Add watchdog node
Add the watchdog node which also enables reboot support on the t8103.
Signed-off-by: Sven Peter <sven@svenpeter.dev>
Signed-off-by: Hector Martin <marcan@marcan.st>
-rw-r--r-- | arch/arm64/boot/dts/apple/t8103.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apple/t8103.dtsi b/arch/arm64/boot/dts/apple/t8103.dtsi index 8d1628e0b0c7..8203c60d4819 100644 --- a/arch/arm64/boot/dts/apple/t8103.dtsi +++ b/arch/arm64/boot/dts/apple/t8103.dtsi @@ -324,6 +324,14 @@ <AIC_IRQ 336 IRQ_TYPE_LEVEL_HIGH>; }; + wdt: watchdog@23d2b0000 { + compatible = "apple,t8103-wdt", "apple,wdt"; + reg = <0x2 0x3d2b0000 0x0 0x4000>; + clocks = <&clk24>; + interrupt-parent = <&aic>; + interrupts = <AIC_IRQ 338 IRQ_TYPE_LEVEL_HIGH>; + }; + pinctrl_smc: pinctrl@23e820000 { compatible = "apple,t8103-pinctrl", "apple,pinctrl"; reg = <0x2 0x3e820000 0x0 0x4000>; |