mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 17:27:11 -04:00
arm64: dts: rockchip: add watchdog to rk3568
Add the watchdog node to rk3568. Signed-off-by: Liang Chen <cl@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20210622102907.99242-2-heiko@sntech.de
This commit is contained in:
committed by
Heiko Stuebner
parent
c349ae3817
commit
0edcfec3fa
@@ -592,6 +592,14 @@ i2c5: i2c@fe5e0000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
wdt: watchdog@fe600000 {
|
||||
compatible = "rockchip,rk3568-wdt", "snps,dw-wdt";
|
||||
reg = <0x0 0xfe600000 0x0 0x100>;
|
||||
interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru TCLK_WDT_NS>, <&cru PCLK_WDT_NS>;
|
||||
clock-names = "tclk", "pclk";
|
||||
};
|
||||
|
||||
uart1: serial@fe650000 {
|
||||
compatible = "rockchip,rk3568-uart", "snps,dw-apb-uart";
|
||||
reg = <0x0 0xfe650000 0x0 0x100>;
|
||||
|
||||
Reference in New Issue
Block a user