Skip to content

Commit f4ba244

Browse files
committed
arm64: dts: qcom: shikra: Add watchdog node
Add the watchdog node for Shikra SoC. Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
1 parent c05636d commit f4ba244

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/shikra.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,14 @@
539539
#mbox-cells = <1>;
540540
};
541541

542+
watchdog@f410000 {
543+
compatible = "qcom,apss-wdt-shikra", "qcom,kpss-wdt";
544+
reg = <0x0 0x0f410000 0x0 0x1000>;
545+
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
546+
<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
547+
clocks = <&sleep_clk>;
548+
};
549+
542550
timer@f420000 {
543551
compatible = "arm,armv7-timer-mem";
544552
reg = <0x0 0x0f420000 0x0 0x1000>;

0 commit comments

Comments
 (0)