I am developing a custom board application in Zephyr 3.2.99. I have a single PWM Channel running now but having trouble adding addtional channels.
In the 52811.dtsi, I have a single pwm node:
then, in my pinctrl-dtsi I have:
The in my .dts I have:
and:
in my main driver, I have followed the Zephyr example code:
I have been stuck on this for a while and now I'm really in a bind.
Thanks,
Drew