Skip to content

Commit

Permalink
arm64: apple: Add WDT to devicetree
Browse files Browse the repository at this point in the history
This is the watchdog timer on Apple M1 systems. It is the standard way
of rebooting these systems.

Signed-off-by: Pip Cet <pipcet@gmail.com>
  • Loading branch information
pipcet committed Aug 11, 2021
1 parent 68aacc3 commit ff529ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/apple/t8103.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,11 @@
dr_mode = "host";
iommus = <&dwc3_1_dart_0 0>, <&dwc3_1_dart_1 1>;
};

watchdog@23d2b0000 {
compatible = "apple,t8103-wdt";
reg = <0x2 0x3d2b0000 0x0 0x4000>;
clocks = <&clk24>;
};
};
};

0 comments on commit ff529ce

Please sign in to comment.