Hi,
It’s my first time working with Nvidia Orin NX Soc. I’m trying to use HDMI CEC interface.
In JETSON ORIN NX TRM p1.2, the HDMI CEC is a part of AON, it has interrupt vector ID is 279, but I can not found the base address. In other Nvidia SoC, we can see the CEC base address in section “3.2.2 System Address Map” however the Orin NX TRM does not have.
Is there anyone works on the CEC module on Orin NX SoC ? Pls let me know the base address of the CEC module and how to control this module from ARMv8 cluster side ?
Thank you for the CEC base address. I try write to CEC register then read back again the value is always 0xffffffff. I think the CEC clock is not enable yet.