Skip to content

Commit 83bfe34

Browse files
committed
ARM: dts: at91: sam9x60: add watchdog node
Add node for watchdog timer. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
1 parent 740036c commit 83bfe34

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
@@ -793,6 +793,14 @@
793793
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
794794
clocks = <&clk32k 0>;
795795
};
796+
797+
watchdog: watchdog@ffffff80 {
798+
compatible = "microchip,sam9x60-wdt";
799+
reg = <0xffffff80 0x24>;
800+
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
801+
clocks = <&clk32k 0>;
802+
status = "disabled";
803+
};
796804
};
797805
};
798806
};

0 commit comments

Comments
 (0)