aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKarthikeyan Krishnasamy <karthikeyan@linumiz.com>2024-09-12 19:54:47 +0530
committerHeiko Stuebner <heiko@sntech.de>2024-10-14 11:35:49 +0200
commitcbad02491459d64522852da07736ddc1f04cbaef (patch)
tree5addf2e0eb86d90eaa57d58ce2b6c07ad10e0836
parentdt-bindings: watchdog: rockchip: Add rockchip,rv1126-wdt string (diff)
downloadwireguard-linux-cbad02491459d64522852da07736ddc1f04cbaef.tar.xz
wireguard-linux-cbad02491459d64522852da07736ddc1f04cbaef.zip
ARM: dts: rockchip: Add watchdog node for RV1126
Add watchdog node for Rockchip RV1126 Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com> Link: https://lore.kernel.org/r/20240912142451.2952633-3-karthikeyan@linumiz.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm/boot/dts/rockchip/rv1126.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/rv1126.dtsi b/arch/arm/boot/dts/rockchip/rv1126.dtsi
index 434846b85c95..d6e8b63daa42 100644
--- a/arch/arm/boot/dts/rockchip/rv1126.dtsi
+++ b/arch/arm/boot/dts/rockchip/rv1126.dtsi
@@ -544,6 +544,14 @@
clock-names = "pclk", "timer";
};
+ wdt: watchdog@ff680000 {
+ compatible = "rockchip,rv1126-wdt", "snps,dw-wdt";
+ reg = <0xff680000 0x100>;
+ interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cru PCLK_WDT>;
+ status = "disabled";
+ };
+
i2s0: i2s@ff800000 {
compatible = "rockchip,rv1126-i2s-tdm";
reg = <0xff800000 0x1000>;