mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rv1126: Add wdt node
Change-Id: I78ea3cf93fec8cc329fa41a5854f4a48cba9bbed Signed-off-by: Simon Xue <xxm@rock-chips.com>
This commit is contained in:
@@ -848,6 +848,14 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
wdt: watchdog@ff680000 {
|
||||
compatible = "rockchip,rv1126-wdt", "snps,dw-wdt";
|
||||
reg = <0xff680000 0x100>;
|
||||
clocks = <&cru PCLK_WDT>;
|
||||
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mailbox: mailbox@ff6a0000 {
|
||||
compatible = "rockchip,rv1126-mailbox",
|
||||
"rockchip,rk3368-mailbox";
|
||||
|
||||
Reference in New Issue
Block a user