Browse Source

ARM64: dts: amlogic: meson-gxbb: Add watchdog node

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Neil Armstrong 9 years ago
parent
commit
f759b640c7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi

+ 6 - 0
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi

@@ -160,6 +160,12 @@
 				clocks = <&xtal>;
 				status = "disabled";
 			};
+
+			watchdog@98d0 {
+				compatible = "amlogic,meson-gxbb-wdt";
+				reg = <0x0 0x098d0 0x0 0x10>;
+				clocks = <&xtal>;
+			};
 		};
 
 		gic: interrupt-controller@c4301000 {