mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
ARM: dts: microchip: sama7d65: Add watchdog for sama7d65
Add watchdog timer support for SAMA7D65 SoC. Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> Link: https://lore.kernel.org/r/05785a34b9181b7debb57c1896cc733bd3088c56.1740675317.git.Ryan.Wanner@microchip.com [claudiu.beznea: fixed conflict] Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
parent
e89b7cc877
commit
df41b7c0cc
|
|
@ -82,6 +82,13 @@ pmc: clock-controller@e0018000 {
|
|||
clock-names = "td_slck", "md_slck", "main_xtal";
|
||||
};
|
||||
|
||||
ps_wdt: watchdog@e001d000 {
|
||||
compatible = "microchip,sama7d65-wdt", "microchip,sama7g5-wdt";
|
||||
reg = <0xe001d000 0x30>;
|
||||
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&clk32k 0>;
|
||||
};
|
||||
|
||||
reset_controller: reset-controller@e001d100 {
|
||||
compatible = "microchip,sama7d65-rstc", "microchip,sama7g5-rstc";
|
||||
reg = <0xe001d100 0xc>, <0xe001d1e4 0x4>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user