Skip to content

Commit c0c9ee0

Browse files
committed
ARM: dts: at91: sam9x60: add watchdog node
Add node for watchdog timer. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> Link: https://lore.kernel.org/r/1581408369-14469-1-git-send-email-eugen.hristev@microchip.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent fba568c commit c0c9ee0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,14 @@
686686
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
687687
clocks = <&clk32k 0>;
688688
};
689+
690+
watchdog: watchdog@ffffff80 {
691+
compatible = "microchip,sam9x60-wdt";
692+
reg = <0xffffff80 0x24>;
693+
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
694+
clocks = <&clk32k 0>;
695+
status = "disabled";
696+
};
689697
};
690698
};
691699
};

0 commit comments

Comments
 (0)