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

Commit 4739f744 authored by Fu Wei's avatar Fu Wei Committed by Sudeep Holla
Browse files

arm64: dts: foundation-v8: add SBSA Generic Watchdog device node



This can be a example of adding SBSA Generic Watchdog device node
into some dts files for the Soc which contains SBSA Generic Watchdog.

Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarFu Wei <fu.wei@linaro.org>
[edited subject and moved change to dtsi file]
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent 9fd9288e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -89,6 +89,14 @@
			     <0 63 4>;
	};

	watchdog@2a440000 {
		compatible = "arm,sbsa-gwdt";
		reg = <0x0 0x2a440000 0 0x1000>,
			<0x0 0x2a450000 0 0x1000>;
		interrupts = <0 27 4>;
		timeout-sec = <30>;
	};

	smb {
		compatible = "arm,vexpress,v2m-p1", "simple-bus";
		arm,v2m-memory-map = "rs1";