[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210622102907.99242-2-heiko@sntech.de>
Date: Tue, 22 Jun 2021 12:29:07 +0200
From: Heiko Stuebner <heiko@...ech.de>
To: cl@...k-chips.com
Cc: heiko@...ech.de, linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org,
kever.yang@...k-chips.com
Subject: [PATCH 10/10] arm64: dts: rockchip: add watchdog to rk3568
From: Liang Chen <cl@...k-chips.com>
Add the watchdog node to rk3568.
Signed-off-by: Liang Chen <cl@...k-chips.com>
Signed-off-by: Heiko Stuebner <heiko@...ech.de>
---
arch/arm64/boot/dts/rockchip/rk3568.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3568.dtsi b/arch/arm64/boot/dts/rockchip/rk3568.dtsi
index 33db226b46cb..e9fa795b379e 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3568.dtsi
@@ -443,6 +443,14 @@ i2c5: i2c@...e0000 {
status = "disabled";
};
+ wdt: watchdog@...00000 {
+ compatible = "rockchip,rk3568-wdt", "snps,dw-wdt";
+ reg = <0x0 0xfe600000 0x0 0x100>;
+ interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cru TCLK_WDT_NS>, <&cru PCLK_WDT_NS>;
+ clock-names = "tclk", "pclk";
+ };
+
uart1: serial@...50000 {
compatible = "rockchip,rk3568-uart", "snps,dw-apb-uart";
reg = <0x0 0xfe650000 0x0 0x100>;
--
2.29.2
Powered by blists - more mailing lists