Basic information regarding interrupts property encoding can be found here:
Linux/Documentation/devicetree/bindings/arm/gic.txt - Linux Cross Reference - Free Electrons
The second cell, which is the interrupt number, is the chip Manual Table 5-1 value minus 32. See how
mapping is done in gic_irq_domain_xlate(), file irq-gic.c
Have a great day,
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------