hi, nxp:
Currently, there is a problem. The M7 core code is placed in the SD card and started in u-boot. However, the clock and interrupt table are configured in the M7 code, which conflicts with A53; If the M7 starts first, the A53 cannot start normally.
There is currently a solution idea:
Interrupt table conflict handling solution: The peripheral devices used by M7 and A53 are all uncontrollable and are all disenabled in the device tree.
2. Clock conflict solution: Check the current system configuration clock of A53. If the M7 module is configured to be the same, can this solve the conflict?
Problem point:
How can A53 query all clock configuration information
Are the above two schemes feasible?
Thank you!