mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
arm64: dts: qcom: ipq5424: Add watchdog node
Add the watchdog node for IPQ5424 SoC. Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com> Link: https://lore.kernel.org/r/20241121051951.1776250-3-quic_mmanikan@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
ac92750c03
commit
825b203296
|
|
@ -233,6 +233,13 @@ intc: interrupt-controller@f200000 {
|
|||
msi-controller;
|
||||
};
|
||||
|
||||
watchdog@f410000 {
|
||||
compatible = "qcom,apss-wdt-ipq5424", "qcom,kpss-wdt";
|
||||
reg = <0 0x0f410000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 0 IRQ_TYPE_EDGE_RISING>;
|
||||
clocks = <&sleep_clk>;
|
||||
};
|
||||
|
||||
timer@f420000 {
|
||||
compatible = "arm,armv7-timer-mem";
|
||||
reg = <0 0xf420000 0 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user