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>
This commit is contained in:
Karthikeyan Krishnasamy 2024-09-12 19:54:47 +05:30 committed by Heiko Stuebner
parent 39579b8c8f
commit cbad024914

View File

@ -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>;