[PATCH v2 7/8] ARM: dts: sam9x60: Add watchdog DT node.
Eugen Hristev
eugen.hristev at linaro.org
Fri Apr 25 12:46:29 CEST 2025
On 4/17/25 12:09, Zixun LI wrote:
> Add the watchdog timer node for the sam9x60 SoC's.
>
> Signed-off-by: Zixun LI <admin at hifiphile.com>
Nitpick: no dot at the end of the subject
> ---
> arch/arm/dts/sam9x60.dtsi | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi
> index 60de9140226981003c06747e103966b696b7b700..6a5465cf31d5ab48e1205896884f41d2203b5812 100644
> --- a/arch/arm/dts/sam9x60.dtsi
> +++ b/arch/arm/dts/sam9x60.dtsi
> @@ -298,6 +298,13 @@
> clocks = <&slow_rc_osc>, <&slow_xtal>;
> #clock-cells = <1>;
> };
> +
> + watchdog: watchdog at ffffff80 {
> + compatible = "microchip,sam9x60-wdt";
> + reg = <0xffffff80 0x24>;
Can you also add the interrupt line to make it identical with Linux node?
> + clocks = <&clk32 0>;
> + status = "disabled";
> + };
> };
> };
>
>
More information about the U-Boot
mailing list