mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-15 10:00:40 +09:00
ARM64: dts: rockchip: add watchdog node for rk3366
Change-Id: I44f6fc21d9b55f2229fef0fd8fe0091367c2a8fa Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
fb2723796e
commit
9f751bed52
@@ -634,6 +634,14 @@
|
||||
reg = <0x0 0xff770000 0x0 0x1000>;
|
||||
};
|
||||
|
||||
wdt: watchdog@ff800000 {
|
||||
compatible = "snps,dw-wdt";
|
||||
reg = <0x0 0xff800000 0x0 0x100>;
|
||||
clocks = <&cru PCLK_WDT>;
|
||||
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spdif: spdif@ff880000 {
|
||||
compatible = "rockchip,rk3366-spdif";
|
||||
reg = <0x0 0xff880000 0x0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user