This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62P-LP: Main Gpio interrupt not working on MCU domain after Linux booted

Part Number: SK-AM62P-LP

Tool/software:

Gpio pin from main_gpio configured as input with interrupt enabled.

Interrupt only work as expected only when

1. linux not booted

2 &main_gpio0 {
        status = "reserved";
    };

Configuration sequences such that lets LINUX booted and configure at MCU R5 doesn't seem to help

How can I configure in DTS to reserved dedicated bank interrupt for remote core ?

For example I used GPIO0_71 GPIO0_72 as input with interrupt in MCU domain, 

dts setting to avoid any change done on bank 4 only other than reserved whole GPIO0?