mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-07 11:26:48 +07:00
ARM: dts: add watchdog to the Gemini
This adds watchdog support to the Gemini SoC DTSI file. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
4317c020ae
commit
6ae4d211ab
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user