Hi All, This patch series adds IRQC support to handle GPIO and external interrupts support to RZ/G2L and RZ/V2L SoC's. Alongside enables PHY interrupt support to ETH0/1 on SMARC EVK. Note: The driver patches are in -next and the DT binding patch for RZ/V2L is posted [0]. [0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/ 20220718193745.7472-1-prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx/ Cheers, Prabhakar Lad Prabhakar (5): arm64: dts: renesas: r9a07g044: Add IRQC node to SoC DTSI arm64: dts: renesas: r9a07g044: Update pinctrl node to handle GPIO interrupts arm64: dts: renesas: r9a07g054: Add IRQC node to SoC DTSI arm64: dts: renesas: r9a07g054: Update pinctrl node to handle GPIO interrupts arm64: dts: renesas: rzg2l-smarc-som: Add PHY interrupt support for ETH{0/1} arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 59 +++++++++++++++++++ arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 59 +++++++++++++++++++ .../boot/dts/renesas/rzg2l-smarc-som.dtsi | 10 +++- 3 files changed, 126 insertions(+), 2 deletions(-) -- 2.25.1