On Mon, 30 Sep 2024 15:52:41 +0100, Fabrizio Castro wrote: > Add DT bindings for the Renesas RZ/V2H(P) Interrupt Controller. > > Also add macros for the NMI and IRQ0-15 interrupts which map the > SPI0-16 interrupts on the RZ/V2H(P) SoC so that they can be > used in the first cell of the interrupt specifiers. > > For the second cell of the interrupt specifier, since NMI, IRQn > and TINTn support different types of interrupts between themselves, > add helper macros to make it easier for the user to work out what's > available. > > Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@xxxxxxxxxxx> > --- > v1->v2: > * Removed '|' from main description > * Reworked main description > * Fixed indentation of #interrupt-cells > * Reworked description of #interrupt-cells > * Dropped file include/dt-bindings/interrupt-controller/icu-rzv2h.h > > .../renesas,rzv2h-icu.yaml | 276 ++++++++++++++++++ > 1 file changed, 276 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/renesas,rzv2h-icu.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>