mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
arm64: dts: qcom: ipq9650: add watchdog node
Add the watchdog device node for IPQ9650 SoC. Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260511-ipq9650_wdt-v1-1-1948934c1e12@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
8cef25a004
commit
c50080d313
|
|
@ -300,6 +300,13 @@ ppi_cluster1: interrupt-partition-1 {
|
|||
};
|
||||
};
|
||||
|
||||
watchdog@f410000 {
|
||||
compatible = "qcom,apss-wdt-ipq9650", "qcom,kpss-wdt";
|
||||
reg = <0x0 0x0f410000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 0 IRQ_TYPE_EDGE_RISING 0>;
|
||||
clocks = <&sleep_clk>;
|
||||
};
|
||||
|
||||
timer@f420000 {
|
||||
compatible = "arm,armv7-timer-mem";
|
||||
reg = <0x0 0x0f420000 0x0 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user