Commit dbb59533 authored by Andreas Färber's avatar Andreas Färber
Browse files

arm64: dts: realtek: Add watchdog node for RTD129x



Add the watchdog node to the RTD129x Device Tree.

Acked-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarGuenter Roeck <linux@roeck-us.net>
[AF: Moved from RTD1295 to new RTD129x]
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent f2356d1a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -37,6 +37,12 @@
		/* Exclude up to 2 GiB of RAM */
		ranges = <0x80000000 0x80000000 0x80000000>;

		wdt: watchdog@98007680 {
			compatible = "realtek,rtd1295-watchdog";
			reg = <0x98007680 0x100>;
			clocks = <&osc27M>;
		};

		uart0: serial@98007800 {
			compatible = "snps,dw-apb-uart";
			reg = <0x98007800 0x400>;