diff options
author | Fu Wei <fu.wei@linaro.org> | 2016-02-29 03:46:48 -0500 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2016-03-08 05:35:01 -0500 |
commit | 4739f744530a78bbf7e92b5cf93c10bf1ee09f41 (patch) | |
tree | 449c6d390114a4449076ca494a027c1158791896 | |
parent | 9fd9288ed0899f9e318a97d73e777d6d3357265e (diff) |
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 <arnd@arndb.de>
Signed-off-by: Fu Wei <fu.wei@linaro.org>
[edited subject and moved change to dtsi file]
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
-rw-r--r-- | arch/arm64/boot/dts/arm/foundation-v8.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
89 | <0 63 4>; | 89 | <0 63 4>; |
90 | }; | 90 | }; |
91 | 91 | ||
92 | watchdog@2a440000 { | ||
93 | compatible = "arm,sbsa-gwdt"; | ||
94 | reg = <0x0 0x2a440000 0 0x1000>, | ||
95 | <0x0 0x2a450000 0 0x1000>; | ||
96 | interrupts = <0 27 4>; | ||
97 | timeout-sec = <30>; | ||
98 | }; | ||
99 | |||
92 | smb { | 100 | smb { |
93 | compatible = "arm,vexpress,v2m-p1", "simple-bus"; | 101 | compatible = "arm,vexpress,v2m-p1", "simple-bus"; |
94 | arm,v2m-memory-map = "rs1"; | 102 | arm,v2m-memory-map = "rs1"; |