]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM64: dts: amlogic: meson-gxbb: Add watchdog node
authorNeil Armstrong <narmstrong@baylibre.com>
Sun, 10 Jul 2016 09:11:06 +0000 (11:11 +0200)
committerKevin Hilman <khilman@baylibre.com>
Mon, 15 Aug 2016 20:37:34 +0000 (13:37 -0700)
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi

index e502c24b0ac79cca089c7f22e19c83e3ea9bf2d4..d296af0e44e544ac7590867bfc27dc0f584fe814 100644 (file)
@@ -160,6 +160,12 @@ uart_C: serial@8700 {
                                clocks = <&xtal>;
                                status = "disabled";
                        };
+
+                       watchdog@98d0 {
+                               compatible = "amlogic,meson-gxbb-wdt";
+                               reg = <0x0 0x098d0 0x0 0x10>;
+                               clocks = <&xtal>;
+                       };
                };
 
                gic: interrupt-controller@c4301000 {