ARM: dts: armada-38x: add interrupts for watchdog
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Tue, 5 Mar 2019 20:19:22 +0000 (09:19 +1300)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Sun, 21 Apr 2019 16:26:20 +0000 (18:26 +0200)
The first interrupt is for the regular watchdog timeout. Normally the
RSTOUT line will trigger a reset before this interrupt fires but on
systems with a non-standard reset it may still trigger.

The second interrupt is for a timer1 which is used as a pre-timeout for
the watchdog.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/armada-38x.dtsi

index 96c18703e4717d513810dcc6f7ff3ad561ae7d63..3f4bb44d85f00a53ee60993bf2bd3b30e5b500bb 100644 (file)
                                reg = <0x20300 0x34>, <0x20704 0x4>, <0x18260 0x4>;
                                clocks = <&coreclk 2>, <&refclk>;
                                clock-names = "nbclk", "fixed";
+                               interrupts-extended = <&gic GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>,
+                                                     <&gic GIC_SPI  9 IRQ_TYPE_LEVEL_HIGH>;
                        };
 
                        cpurst: cpurst@20800 {