i need to validate blinky_pwm basic application on imx8mp
i wanted to know whether blinky_pwm basic application is supported if not how i need to implement pwm node in imx8mp for this application
can i use the same implemetion as mentioned in boards/nxp/imx943_evk/imx943_evk_mimx94398_m33.dts
Hello,
As you mention, you need to add an usable PWM instance in your device tree and proper IOMUX pinctrl configuration (please keep in mind that is not enabled by default).
Since i.MX93 uses a different PWM IP, you cannot copy the same device tree, you can use it as a reference but you need to port it.
Best regards.
ok thank you