Re: [PATCH 6/8] ARM: dts: microchip: sama7d65: Add watchdog for sama7d65

From: Claudiu Beznea
Date: Mon Feb 24 2025 - 07:01:58 EST


Hi, Ryan,

On 14.02.2025 20:08, Ryan.Wanner@xxxxxxxxxxxxx wrote:
> + ps_wdt: watchdog@e001d180 {
> + compatible = "microchip,sama7d65-wdt", "microchip,sama7g5-wdt";
> + reg = <0xe001d000 0x30>;

The node address and the one specified in reg don't match.
I will skip applying this.

Also, please sort the nodes by their addresses.

Thank you,
Claudiu

> + interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&clk32k 0>;
> + };
> +