mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 21:35:07 +00: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 @@
|
||||
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…
x
Reference in New Issue
Block a user