From 3d116d8211135b25dd89c10c867d88253b799c55 Mon Sep 17 00:00:00 2001 From: Jaehyoung Choi Date: Thu, 10 May 2018 14:16:32 +0900 Subject: [PATCH] [9610][ERD] arm64: dts: Add watchdog device node Change-Id: I7472be5f98a15edf839b4643d57d8263ee947224 Signed-off-by: Jaehyoung Choi --- arch/arm64/boot/dts/exynos/exynos9610.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm64/boot/dts/exynos/exynos9610.dtsi b/arch/arm64/boot/dts/exynos/exynos9610.dtsi index 3bdaf31e885e..5ca60b04d01a 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos9610.dtsi @@ -1392,4 +1392,15 @@ compatible = "samsung,exynos9610-sysreg-fsys", "syscon"; reg = <0x0 0x13410000 0x1020>; }; + + watchdog_cl0@10050000 { + compatible = "samsung,exynos7-wdt"; + reg = <0x0 0x10050000 0x100>; + interrupts = <0 232 0>; + clocks = <&clock OSCCLK>, <&clock GATE_WDT_CLUSTER0_QCH>; + clock-names = "rate_watchdog", "gate_watchdog"; + timeout-sec = <30>; + samsung,syscon-phandle = <&pmu_system_controller>; + index = <0>; /* if little cluster then index is 0*/ + }; }; -- 2.20.1