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?