]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: exynosautov920: add watchdog DT node
authorByoungtae Cho <bt.cho@samsung.com>
Fri, 6 Dec 2024 02:51:38 +0000 (11:51 +0900)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 11 Dec 2024 07:48:03 +0000 (08:48 +0100)
Adds two watchdog devices for ExynosAutoV920 SoC.

Signed-off-by: Byoungtae Cho <bt.cho@samsung.com>
Signed-off-by: Taewan Kim <trunixs.kim@samsung.com>
Link: https://lore.kernel.org/r/20241206025139.2148833-2-trunixs.kim@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/exynosautov920.dtsi

index c759134c909eaa131787fab0cf45baba9d834e41..7b9591255e91d4b5ef1a16949d3638a9454b5991 100644 (file)
                                      "noc";
                };
 
+               watchdog_cl0: watchdog@10060000 {
+                       compatible = "samsung,exynosautov920-wdt";
+                       reg = <0x10060000 0x100>;
+                       interrupts = <GIC_SPI 953 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&xtcxo>, <&xtcxo>;
+                       clock-names = "watchdog", "watchdog_src";
+                       samsung,syscon-phandle = <&pmu_system_controller>;
+                       samsung,cluster-index = <0>;
+               };
+
+               watchdog_cl1: watchdog@10070000 {
+                       compatible = "samsung,exynosautov920-wdt";
+                       reg = <0x10070000 0x100>;
+                       interrupts = <GIC_SPI 952 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&xtcxo>, <&xtcxo>;
+                       clock-names = "watchdog", "watchdog_src";
+                       samsung,syscon-phandle = <&pmu_system_controller>;
+                       samsung,cluster-index = <1>;
+               };
+
                gic: interrupt-controller@10400000 {
                        compatible = "arm,gic-v3";
                        #interrupt-cells = <3>;