diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2020-02-11 11:07:14 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-03-10 00:13:11 +0300 |
commit | 278af803475ec9dbdc2e8dfd87aa48c4660fd4c9 (patch) | |
tree | c5c696cf5da260aa5c6b2cc0d6902accf71207da /arch/arm/boot/dts/sam9x60.dtsi | |
parent | aec54ec0c845b05dce00bf0f45d617fbb380cf0c (diff) | |
download | linux-278af803475ec9dbdc2e8dfd87aa48c4660fd4c9.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sam9x60.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sam9x60.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sam9x60.dtsi b/arch/arm/boot/dts/sam9x60.dtsi index 326b39328b58..6763423d64b8 100644 --- a/arch/arm/boot/dts/sam9x60.dtsi +++ b/arch/arm/boot/dts/sam9x60.dtsi @@ -686,6 +686,14 @@ interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; clocks = <&clk32k 0>; }; + + watchdog: watchdog@ffffff80 { + compatible = "microchip,sam9x60-wdt"; + reg = <0xffffff80 0x24>; + interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>; + clocks = <&clk32k 0>; + status = "disabled"; + }; }; }; }; |