aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2016-02-10 11:40:50 +0530
committerFlorian Fainelli <[email protected]>2016-02-12 15:49:06 -0800
commit6e79e7cf929e2a46d04c68d5c2afaf131f52b254 (patch)
treeebf2694900f55aa48922e264eecffa796bbc5f81
parentf2e876969c19ba441c9595ae51969ab1347ca7a6 (diff)
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 <[email protected]> Reviewed-by: Ray Jui <[email protected]> Reviewed-by: Pramod KUMAR <[email protected]> Reviewed-by: Scott Branden <[email protected]> Signed-off-by: Florian Fainelli <[email protected]>
-rw-r--r--arch/arm64/boot/dts/broadcom/ns2.dtsi8
1 files changed, 8 insertions, 0 deletions
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 = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&iprocslow>, <&iprocslow>;
+ clock-names = "wdogclk", "apb_pclk";
+ };
+
i2c1: i2c@660b0000 {
compatible = "brcm,iproc-i2c";
reg = <0x660b0000 0x100>;