arm64: dts: qcom: sa8775p: add the watchdog node

Now that the hypervisor issue is fixed, we can add the watchdog node
for sa8775p platforms.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230427161218.201828-1-brgl@bgdev.pl
This commit is contained in:
Bartosz Golaszewski 2023-04-27 18:12:18 +02:00 committed by Bjorn Andersson
parent 6c92689a0a
commit 09b701b89a

View File

@ -1008,6 +1008,13 @@ intc: interrupt-controller@17a00000 {
redistributor-stride = <0x0 0x20000>; redistributor-stride = <0x0 0x20000>;
}; };
watchdog@17c10000 {
compatible = "qcom,apss-wdt-sa8775p", "qcom,kpss-wdt";
reg = <0x0 0x17c10000 0x0 0x1000>;
clocks = <&sleep_clk>;
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
};
memtimer: timer@17c20000 { memtimer: timer@17c20000 {
compatible = "arm,armv7-timer-mem"; compatible = "arm,armv7-timer-mem";
reg = <0x0 0x17c20000 0x0 0x1000>; reg = <0x0 0x17c20000 0x0 0x1000>;