Commit b5beb5d4 authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Simon Horman
Browse files

ARM: dts: r8a7743: Add watchdog support to SoC dtsi

parent 8bcbcfd9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -297,6 +297,16 @@
			reg = <0 0xe6160000 0 0x100>;
		};

		rwdt: watchdog@e6020000 {
			compatible = "renesas,r8a7743-wdt",
				     "renesas,rcar-gen2-wdt";
			reg = <0 0xe6020000 0 0x0c>;
			clocks = <&cpg CPG_MOD 402>;
			power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
			resets = <&cpg 402>;
			status = "disabled";
		};

		sysc: system-controller@e6180000 {
			compatible = "renesas,r8a7743-sysc";
			reg = <0 0xe6180000 0 0x200>;