Skip to content

Commit 6e79e7c

Browse files
anupbrcmffainelli
authored andcommitted
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 <anup.patel@broadcom.com> Reviewed-by: Ray Jui <rjui@broadcom.com> Reviewed-by: Pramod KUMAR <pramodku@broadcom.com> Reviewed-by: Scott Branden <sbranden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent f2e8769 commit 6e79e7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/broadcom/ns2.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,14 @@
306306
status = "disabled";
307307
};
308308

309+
wdt0: watchdog@66090000 {
310+
compatible = "arm,sp805", "arm,primecell";
311+
reg = <0x66090000 0x1000>;
312+
interrupts = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>;
313+
clocks = <&iprocslow>, <&iprocslow>;
314+
clock-names = "wdogclk", "apb_pclk";
315+
};
316+
309317
i2c1: i2c@660b0000 {
310318
compatible = "brcm,iproc-i2c";
311319
reg = <0x660b0000 0x100>;

0 commit comments

Comments
 (0)