Skip to content

Commit cbad024

Browse files
karthi012mmind
authored andcommitted
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>
1 parent 39579b8 commit cbad024

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/rockchip/rv1126.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,14 @@
544544
clock-names = "pclk", "timer";
545545
};
546546

547+
wdt: watchdog@ff680000 {
548+
compatible = "rockchip,rv1126-wdt", "snps,dw-wdt";
549+
reg = <0xff680000 0x100>;
550+
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
551+
clocks = <&cru PCLK_WDT>;
552+
status = "disabled";
553+
};
554+
547555
i2s0: i2s@ff800000 {
548556
compatible = "rockchip,rv1126-i2s-tdm";
549557
reg = <0xff800000 0x1000>;

0 commit comments

Comments
 (0)