The watchdog of the LS1021A has besides the watchdog reset the capability to generate an interrupt when the watchdog is not serviced with a certain time. However from the reference manual it is not clear which interrupt is generated.
I like to write an interrupt handler for the watchdog interrupt that will call "panic" so that I can investigate what the CPU is doing when the watchdog is not serviced in time. Which IRQ must be used to bind my watchdog interrupt handler with the watchdog interrupt by means of the "request_irq" kernel API?