On Mon, 20 Jan 2025 09:46:57 +0000, Biju Das wrote: > Document RZ/G3E (R9A09G047) ICU bindings. The ICU block on the RZ/G3E > SoC is almost identical to the one found on the RZ/V2H SoC, with the > following differences: > - The TINT register offset is 0x830 compared to ox30 on RZ/V2H. > - The number of supported GPIO interrupts for TINT selection is 141 > instead of 86. > - The pin index and TINT selection index are not in the 1:1 map > - The number of TSSR registers is 15 instead of 8 > - Each TSSR register can program 2 TINTs instead of 4 TINTs > > Hence new compatible string "renesas,r9a09g047-icu" is added for RZ/G3E > SoC. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > .../bindings/interrupt-controller/renesas,rzv2h-icu.yaml | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>