浏览代码

ARM: dts: meson8b: Add watchdog node

With this patch we add the watchdog node in the meson8b DTS file.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
Carlo Caione 9 年之前
父节点
当前提交
e9c478a93c
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      arch/arm/boot/dts/meson8b.dtsi

+ 6 - 0
arch/arm/boot/dts/meson8b.dtsi

@@ -105,6 +105,12 @@
 			#interrupt-cells = <3>;
 		};
 
+		wdt: watchdog@c1109900 {
+			compatible = "amlogic,meson8b-wdt";
+			reg = <0xc1109900 0x8>;
+			interrupts = <0 0 1>;
+		};
+
 		timer@c1109940 {
 			compatible = "amlogic,meson6-timer";
 			reg = <0xc1109940 0x18>;