zephyr/drivers/pwm
Henrik Brix Andersen 84c74993d4 drivers: pwm: mcux_ftm: use device tree for obtaining clock frequency
Use clock specified in the device tree for obtaining the source clock
frequency for the pwm_mcux_ftm driver instead of relying on having an
NXP Kinetis MCG clock available in all SoCs supporting FlexTimer (FTM)
modules.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2019-08-09 07:32:43 -05:00
..
CMakeLists.txt drivers: pwm: Add NXP MCUX PWM driver 2019-08-07 07:38:40 -05:00
Kconfig drivers: pwm: Add NXP MCUX PWM driver 2019-08-07 07:38:40 -05:00
Kconfig.dw
Kconfig.esp32
Kconfig.imx
Kconfig.mcux drivers: pwm: Add NXP MCUX PWM driver 2019-08-07 07:38:40 -05:00
Kconfig.mcux_ftm
Kconfig.nrf5_sw
Kconfig.nrfx
Kconfig.pca9685
Kconfig.qmsi
Kconfig.sam
Kconfig.sifive riscv: freedom: rename RISCV32 to RISCV 2019-08-08 00:29:24 -04:00
Kconfig.stm32
pwm_dw.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_handlers.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_imx.c drivers: pwm: imx: replace deprecated DTS macros 2019-07-12 05:54:16 -07:00
pwm_led_esp32.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_mcux_ftm.c drivers: pwm: mcux_ftm: use device tree for obtaining clock frequency 2019-08-09 07:32:43 -05:00
pwm_mcux.c drivers: pwm: Add NXP MCUX PWM driver 2019-08-07 07:38:40 -05:00
pwm_nrf5_sw.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_nrfx.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_pca9685.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_pca9685.h
pwm_qmsi.c drivers: pwm_qmsi: Do not use CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC 2019-07-24 15:10:02 +02:00
pwm_sam.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
pwm_sifive.c drivers: pwm: sifive: fix DTS defines 2019-07-12 05:54:16 -07:00
pwm_stm32.c drivers: pwm: Add STM32G0XX pwm support 2019-07-05 10:35:55 -05:00
pwm_stm32.h