I’m using a Jetson AGX Orin DevKit Jetpack 7.2 and need to output two trigger signals with different frequencies. I’ve already activated the PWM1 and PWM5 controllers on pins 15 and 18, configured the parents clock to my parameters, and synchronized between signals, but I ran into a problem where the low-frequency signal edge (1) corresponds to 0 on the high-frequency signal, and I need a simultaneous trigger. I tried changing the polarity of one PWM5, including in the file “/sys/class/pwm/pwmchip2/pwm0/polarity”, but nothing worked. The Orin driver file “drivers/pwm/pwm-tegra.c” also doesn’t have a polarity bit. Is this even possible?
Or is it possible to change the starting state from 0 to 1 through the .dtbo overlay setting?