Commit 20ce8513 authored by Nicolas Ferre's avatar Nicolas Ferre

ARM: dts: at91: sama5d4: add watchdog interrupt property

The "interrupts" property is missing from the watchdog node. Add it with
highest priority value of 7.
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent b1f3a3b0
......@@ -1302,6 +1302,7 @@ pit: timer@fc068630 {
watchdog@fc068640 {
compatible = "atmel,sama5d4-wdt";
reg = <0xfc068640 0x10>;
interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>;
clocks = <&clk32k>;
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment