From: Fu Wei Date: Mon, 29 Feb 2016 08:46:48 +0000 (+0800) Subject: arm64: dts: foundation-v8: add SBSA Generic Watchdog device node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4739f744530a78bbf7e92b5cf93c10bf1ee09f41;p=linux-beck.git 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: Arnd Bergmann Signed-off-by: Fu Wei [edited subject and moved change to dtsi file] Signed-off-by: Sudeep Holla --- diff --git a/arch/arm64/boot/dts/arm/foundation-v8.dtsi b/arch/arm64/boot/dts/arm/foundation-v8.dtsi index 9314f3943269..5fbdfcb0b112 100644 --- a/arch/arm64/boot/dts/arm/foundation-v8.dtsi +++ b/arch/arm64/boot/dts/arm/foundation-v8.dtsi @@ -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";