If I understand the STM32F74xxx specs right, a timer provides provides several independent channels for PWM output signal generation (e.g. TIM1/TIM8 6 channels each).
My question is, how do I have to write my .overlay file to be able to control multiple channels of a single timer?
So far I was able to control one pwm channel per timer with following configuration:
&timers1 { status = "okay"; st,prescaler = < 0x2710 >;