Hi Mayur,
In the following link you will find how to use the PWM driver with UDOO board
https://www.udoo.org/docs/Hardware_&_Accessories/PWM.html
The way in which you use the driver is the same, you just need to consider a couple of things:
You must enable the PWM node in .dtsi and you must enable the pins in the iomux node. If the pins that you are using for PWM are being configured for any other function in the device tree you must delete or comment out that configuration.
Please take a look also to the following thread PWM with iMX6UL
Regards,
Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------