When I measure the gpio waveform on Orin Nano 8GB(Jetpack 5.1.3(sdk35.5)),I found that GPIO9(I2S AUD_MCLK) is around 49MHz(without audio playback) and 12.2896MHz(during playback),and the peak-peak swing voltage is too strong that incur EMI problem,so my question is how to decrease the driving strength of GPIO9 without affect audio codec performance?
updated the above info: before audio driver insmod, the GPIO9(ADU_MCLK) is around 49MHz. after driver insmod, the GPIO9(ADU_MCLK) is 12.2896MHz.
My question is why AUD_MCLK is default 49MHz before driver loaded, and how to decrease the driver strength of AUD_MLK based on 12.28896MHz if EMI is concerned.