ARM: dts: at91: sam9x60: add watchdog node
authorEugen Hristev <eugen.hristev@microchip.com>
Tue, 11 Feb 2020 08:07:14 +0000 (08:07 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 9 Mar 2020 21:13:11 +0000 (22:13 +0100)
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>
arch/arm/boot/dts/sam9x60.dtsi

index 326b393..6763423 100644 (file)
                                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";
+                       };
                };
        };
 };