[PATCH v4 5/6] ARM: dts: sam9x60: Add watchdog DT node

Stefan Roese sr at denx.de
Mon May 5 08:49:29 CEST 2025


On 28.04.25 11:16, Zixun LI wrote:
> Add the watchdog timer node for the sam9x60 SoC's.
> 
> Signed-off-by: Zixun LI <admin at hifiphile.com>

Reviewed-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan

> ---
>   arch/arm/dts/sam9x60.dtsi | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi
> index 7631dfaa07fc1e7c605c70840da1196c1daeb638..79449042c24f90686613f0082f40d4f2c13f122f 100644
> --- a/arch/arm/dts/sam9x60.dtsi
> +++ b/arch/arm/dts/sam9x60.dtsi
> @@ -311,6 +311,14 @@
>   				clocks = <&slow_rc_osc>, <&slow_xtal>;
>   				#clock-cells = <1>;
>   			};
> +
> +			watchdog: watchdog at ffffff80 {
> +				compatible = "microchip,sam9x60-wdt";
> +				reg = <0xffffff80 0x24>;
> +				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
> +				clocks = <&clk32 0>;
> +				status = "disabled";
> +			};
>   		};
>   	};
>   
> 

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de



More information about the U-Boot mailing list