]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: exynos990: Enable watchdog timer
authorIgor Belwon <igor.belwon@mentallysanemainliners.org>
Thu, 10 Jul 2025 16:50:05 +0000 (18:50 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 13 Aug 2025 07:53:00 +0000 (09:53 +0200)
Enable the two watchdog timer clusters (cl0, cl2) present
on the Exynos990 SoC.

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
Link: https://lore.kernel.org/r/20250710-resends-july-exynos990-dt-v2-1-55033f73d1b0@mentallysanemainliners.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/exynos990.dtsi

index dd7f99f51a75412f5c3b91c3425a63652546fa5e..4446a1a54ba2de56879353c9c4a898b1d697fc13 100644 (file)
                                     <GIC_SPI 477 IRQ_TYPE_LEVEL_HIGH>;
                };
 
+               watchdog_cl0: watchdog@10050000 {
+                       compatible = "samsung,exynos990-wdt";
+                       reg = <0x10050000 0x100>;
+                       interrupts = <GIC_SPI 464 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cmu_peris CLK_GOUT_PERIS_WDT_CLUSTER0_PCLK>,
+                                <&oscclk>;
+                       clock-names = "watchdog",
+                                     "watchdog_src";
+                       samsung,syscon-phandle = <&pmu_system_controller>;
+                       samsung,cluster-index = <0>;
+               };
+
+               watchdog_cl2: watchdog@10060000 {
+                       compatible = "samsung,exynos990-wdt";
+                       reg = <0x10060000 0x100>;
+                       interrupts = <GIC_SPI 465 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cmu_peris CLK_GOUT_PERIS_WDT_CLUSTER2_PCLK>,
+                                <&oscclk>;
+                       clock-names = "watchdog",
+                                     "watchdog_src";
+                       samsung,syscon-phandle = <&pmu_system_controller>;
+                       samsung,cluster-index = <2>;
+               };
+
                gic: interrupt-controller@10101000 {
                        compatible = "arm,gic-400";
                        reg = <0x10101000 0x1000>,