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: v4.6-rc1~73^2~8^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e79e7cf929e2a46d04c68d5c2afaf131f52b254;p=thirdparty%2Flinux.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 83e1c274603a8..062616b4956cc 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>;