pwm: Remove k64-specific driver and k20_sim.h

Now that we have an mcux shim driver, remove the old k64-specific
driver. Also remove include/drivers/k20_sim.h, since the old
k64-specific driver was the only thing left using it.

Jira: ZEP-2025

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2017-07-18 17:47:15 -05:00 committed by Anas Nashif
commit 469ddab780
9 changed files with 0 additions and 1840 deletions

View file

@ -127,14 +127,6 @@ extern "C" {
#include <misc/util.h>
#include <drivers/rand32.h>
/*
* PWM/FTM configuration settings
*/
#define PWM_K64_FTM_0_REG_BASE 0x40038000
#define PWM_K64_FTM_1_REG_BASE 0x40039000
#define PWM_K64_FTM_2_REG_BASE 0x4003A000
#define PWM_K64_FTM_3_REG_BASE 0x400B9000
#endif /* !_ASMLANGUAGE */
#ifdef __cplusplus