mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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:
parent
39579b8c8f
commit
cbad024914
|
|
@ -544,6 +544,14 @@ timer0: timer@ff660000 {
|
|||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user