From: Ryan Wanner Date: Fri, 28 Feb 2025 15:24:11 +0000 (-0700) Subject: ARM: dts: microchip: sama7d65: Add watchdog for sama7d65 X-Git-Tag: v6.15-rc1~159^2~13^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df41b7c0ccb4239ca4644f15902b480d8f11c550;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: microchip: sama7d65: Add watchdog for sama7d65 Add watchdog timer support for SAMA7D65 SoC. Signed-off-by: Ryan Wanner Link: https://lore.kernel.org/r/05785a34b9181b7debb57c1896cc733bd3088c56.1740675317.git.Ryan.Wanner@microchip.com [claudiu.beznea: fixed conflict] Signed-off-by: Claudiu Beznea --- diff --git a/arch/arm/boot/dts/microchip/sama7d65.dtsi b/arch/arm/boot/dts/microchip/sama7d65.dtsi index d3454eb2d5373..b6710ccd4c360 100644 --- a/arch/arm/boot/dts/microchip/sama7d65.dtsi +++ b/arch/arm/boot/dts/microchip/sama7d65.dtsi @@ -82,6 +82,13 @@ clock-names = "td_slck", "md_slck", "main_xtal"; }; + ps_wdt: watchdog@e001d000 { + compatible = "microchip,sama7d65-wdt", "microchip,sama7g5-wdt"; + reg = <0xe001d000 0x30>; + interrupts = ; + clocks = <&clk32k 0>; + }; + reset_controller: reset-controller@e001d100 { compatible = "microchip,sama7d65-rstc", "microchip,sama7g5-rstc"; reg = <0xe001d100 0xc>, <0xe001d1e4 0x4>;