Hi Guillaume Seuru
Below is response from our internal team
" The wkup pins are wire-ORed to generate a single interrupt to the GIC. The interrupt information for the s32g is in an excel attachment in the reference manual.
The wkpu interrupt is NVIC interrupt ID 213 and the device tree node should have the property:
interrupts = <GIC_SPI_213_IRQ_TYPE_type_active>;
type = RISING / LEVEL, active = HIGH / LEVEL Care needs to be taken to ensure that the wakeup function is masked for pins used as interrupts.
"
Regards ,
Tushar