projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4317c02
)
ARM: dts: add watchdog to the Gemini
author
Linus Walleij
<linus.walleij@linaro.org>
Sun, 22 Jan 2017 22:34:38 +0000
(23:34 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Sun, 12 Mar 2017 11:18:29 +0000
(12:18 +0100)
This adds watchdog support to the Gemini SoC DTSI file.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/gemini.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/gemini.dtsi
b/arch/arm/boot/dts/gemini.dtsi
index 8aa30aab177e7cfdcfe06fa839ae38b1180f6082..3876feefc9d9f336ecefcc49581b0e32b5b78791 100644
(file)
--- a/
arch/arm/boot/dts/gemini.dtsi
+++ b/
arch/arm/boot/dts/gemini.dtsi
@@
-38,6
+38,12
@@
};
};
+ watchdog@41000000 {
+ compatible = "cortina,gemini-watchdog";
+ reg = <0x41000000 0x1000>;
+ interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
+ };
+
uart0: serial@42000000 {
compatible = "ns16550a";
reg = <0x42000000 0x100>;