Commit 6ae4d211 authored by Linus Walleij's avatar Linus Walleij

ARM: dts: add watchdog to the Gemini

This adds watchdog support to the Gemini SoC DTSI file.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4317c020
......@@ -38,6 +38,12 @@ syscon-reboot {
};
};
watchdog@41000000 {
compatible = "cortina,gemini-watchdog";
reg = <0x41000000 0x1000>;
interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
};
uart0: serial@42000000 {
compatible = "ns16550a";
reg = <0x42000000 0x100>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment