We're developing a product, which is based on iMX8ULP SoC. At the moment we're at hardware design stage. To connect everything correctly we need an answer to important question:
can peripherals, which are located in Realtime Domain, be accessed from Application Domain without usage of RPMSG ?
I.e. can we just implement A35 Linux app which can communicate via LPUART0 (which is in Realtime domain) and control GPIOA pins without implementing M33 firmware?
Thanks