Hello,
we're using an iMX8MM and my part within the project is to check the Cortex-M4 possibilities. An EVK is available. I wonder where and when RDC is configured using Linux, but I've only basic knowledge about Linux internals.
I found the RDC configuration within ATF in imx8mm_bl31_setup.c, but here only the UARTs are configured. I also found some other spots using RDC, but those are bound to iMX8MN or iMX8MP. For other devices than iMX8MM I saw device tree entries for RDC, but it seems that's not the case for iMX8MM.
I assume the RDC must always be fully configured for the used peripherals, but I couldn't locate the corresponding source codes. Can someone clarify, please?
Regards