npm1300 interrupts

Can the npm1300 be set up so multiple interrupts trigger the same line, and then the host can determine what the cause is? 

Or does each interrupt need a 1:1 correspondence with the gpio line and it's limited to 5?

For instance, can I have an interrupt that would trip if the battery is charging OR the voltage is low OR there is a charging error  all from one GPIO line?  and then a second interrupt to tell me when the watchdog is about to trip?

Related