From: Jaehyoung Choi Date: Thu, 10 May 2018 05:16:32 +0000 (+0900) Subject: [9610][ERD] arm64: dts: Add watchdog device node X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3d116d8211135b25dd89c10c867d88253b799c55;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [9610][ERD] arm64: dts: Add watchdog device node Change-Id: I7472be5f98a15edf839b4643d57d8263ee947224 Signed-off-by: Jaehyoung Choi --- 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*/ + }; };