- I’m using the u-boot cpsw driver as an example, but note that its using the MCU-CPSW0, which if I understand the documentation correctly is accessed by the r5 registers. The driver is running on A72 cores and from what I see/understand this doesn’t have access to the MCU-CPSW. Is that correct?
- If #1 is correct, I believe I need to access the other CPSW mapped at 0xC0000000 is that understanding correct?
- In trying to do #2 I’m attempting to set up the DMA queues via tisci, but running into an issue when trying to do a PSIL pair command. I’m attempting to pair source thread ID 0x1000 to dest thread ID 0xCA00 as I believe those are the values I’m looking for based on https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/j721e/psil_cfg.html#psi-l-proxy-device-ids. However while I do get a response it’s not acked, but I’ve been unable to identify why that would be the case. Any help you can provide on this front would be great.