From: Anup Patel Date: Wed, 10 Feb 2016 06:10:50 +0000 (+0530) Subject: arm64: dts: Add ARM SP805 watchdog DT node for NS2 X-Git-Tag: next-20160301~132^2~2^6^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6e79e7cf929e2a46d04c68d5c2afaf131f52b254;p=karo-tx-linux.git arm64: dts: Add ARM SP805 watchdog DT node for NS2 We have one ARM SP805 watchdog instance on NS2 for non-secure software hence this patch adds appropriate watchdog DT node in NS2 DT. Signed-off-by: Anup Patel Reviewed-by: Ray Jui Reviewed-by: Pramod KUMAR Reviewed-by: Scott Branden Signed-off-by: Florian Fainelli --- diff --git a/arch/arm64/boot/dts/broadcom/ns2.dtsi b/arch/arm64/boot/dts/broadcom/ns2.dtsi index 83e1c274603a..062616b4956c 100644 --- a/arch/arm64/boot/dts/broadcom/ns2.dtsi +++ b/arch/arm64/boot/dts/broadcom/ns2.dtsi @@ -306,6 +306,14 @@ status = "disabled"; }; + wdt0: watchdog@66090000 { + compatible = "arm,sp805", "arm,primecell"; + reg = <0x66090000 0x1000>; + interrupts = ; + clocks = <&iprocslow>, <&iprocslow>; + clock-names = "wdogclk", "apb_pclk"; + }; + i2c1: i2c@660b0000 { compatible = "brcm,iproc-i2c"; reg = <0x660b0000 0x100>;