commit | 2168d809871695b42443fa06a1d230413cc237d5 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sat Jan 26 13:32:55 2019 +0100 |
committer | Maureen Helm <maureen.helm@nxp.com> | Fri Feb 08 06:55:14 2019 -0600 |
tree | ba01fddad44398cf7434b0cb6ab315cb07d50826 | |
parent | 580de0f38685264e4008878d4bc8847d0788ea3f [diff] |
drivers: add Atmel SAM PWM driver This patch adds basic support for the PWM devices available on the Atmel SAM family. Beside enabling the driver, everything is selected through the device tree, including enabling the PWM0 and PWM1 devices. Thus CONFIG_PWM_0 and CONFIG_PWM_1 are ignored. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>