mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-10 23:18:10 +09:00
arm64: dts: rockchip: Add watch dog node for rk3308
Change-Id: I735a84dc5be18da47131c08cfdb2f66f698648b3 Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
@@ -221,6 +221,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
wdt: watchdog@ff080000 {
|
||||
compatible = "snps,dw-wdt";
|
||||
reg = <0x0 0xff080000 0x0 0x100>;
|
||||
clocks = <&cru PCLK_WDT_NS>;
|
||||
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart0: serial@ff0a0000 {
|
||||
compatible = "rockchip,rk3308-uart", "snps,dw-apb-uart";
|
||||
reg = <0x0 0xff0a0000 0x0 0x100>;
|
||||
|
||||
Reference in New Issue
Block a user