Re: [PATCH v4 09/13] ARM: dts: microchip: add sama7d65 SoC DT

From: Claudiu Beznea
Date: Thu Jan 02 2025 - 05:52:34 EST


Hi, Ryan,

On 20.12.2024 23:07, Ryan.Wanner@xxxxxxxxxxxxx wrote:
> + pioa: pinctrl@e0014000 {
> + compatible = "microchip,sama7d65-pinctrl", "microchip,sama7g5-pinctrl";

Please also update the documentation with the fallback.

> + reg = <0xe0014000 0x800>;
> + interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&pmc PMC_TYPE_PERIPHERAL 10>;
> + interrupt-controller;
> + #interrupt-cells = <2>;
> + gpio-controller;
> + #gpio-cells = <2>;
> + };
> +