Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 610bd872 authored by Zhangfei Gao's avatar Zhangfei Gao Committed by Wei Xu
Browse files

ARM: dts: hix5hd2: add wdg node

parent 6868feb6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -365,6 +365,15 @@
				#interrupt-cells = <2>;
				status = "disabled";
			};

			wdt0: watchdog@a2c000 {
				compatible = "arm,sp805", "arm,primecell";
				arm,primecell-periphid = <0x00141805>;
				reg = <0xa2c000 0x1000>;
				interrupts = <0 29 4>;
				clocks = <&clock HIX5HD2_WDG0_RST>;
				clock-names = "apb_pclk";
                       };
		};

		local_timer@00a00600 {