Re: [PATCH] arm64: dts: qcom: ipq5210: add watchdog node
From: Konrad Dybcio
Date: Fri May 15 2026 - 07:01:06 EST
On 5/11/26 12:56 PM, Kathiravan Thirumoorthy wrote:
> Add the watchdog device node for IPQ5210 SoC.
>
> Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/ipq5210.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/ipq5210.dtsi b/arch/arm64/boot/dts/qcom/ipq5210.dtsi
> index 3761eb03ab24..2cdc10529c48 100644
> --- a/arch/arm64/boot/dts/qcom/ipq5210.dtsi
> +++ b/arch/arm64/boot/dts/qcom/ipq5210.dtsi
> @@ -236,6 +236,13 @@ v2m2: v2m@2000 {
> };
> };
>
> + watchdog@b017000 {
> + compatible = "qcom,apss-wdt-ipq5210", "qcom,kpss-wdt";
> + reg = <0x0 0x0b017000 0x0 0x1000>;
> + interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>;
Are you sure about the interrupt no?
Konrad