diff options
author | Andreas Färber <afaerber@suse.de> | 2019-10-20 15:41:21 +0300 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2019-10-29 06:58:08 +0300 |
commit | dbb595333c951c401d4cca4a5e80a609f3bdc067 (patch) | |
tree | 561fde7aa133f9e7e68acbdbee6d4c966ab39369 /arch/arm64/boot/dts/realtek | |
parent | f2356d1afe3902779ef4209addd5fb8ba334df71 (diff) | |
download | linux-dbb595333c951c401d4cca4a5e80a609f3bdc067.tar.xz |
arm64: dts: realtek: Add watchdog node for RTD129x
Add the watchdog node to the RTD129x Device Tree.
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
[AF: Moved from RTD1295 to new RTD129x]
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch/arm64/boot/dts/realtek')
-rw-r--r-- | arch/arm64/boot/dts/realtek/rtd129x.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi b/arch/arm64/boot/dts/realtek/rtd129x.dtsi index 4fb16611159b..0b2ac0c33b8b 100644 --- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi +++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi @@ -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>; |