zephyr/drivers/pinmux
Daniel Leung 5692702248 drivers: pinmux: mchp_xec: Convert to using new device tree macros
Convert driver to use the new device tree macro's instead of
dts_fixup.h based macros. This moves us closer to removing both
dts_fixup.h and per instance Kconfig symbols.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-04-28 07:43:31 -05:00
..
stm32 drivers: pinmux: stm32l4: I2C_1, CAN pinmuxes added 2020-04-24 06:36:35 -05:00
CMakeLists.txt
Kconfig
Kconfig.beetle
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.hsdk
Kconfig.intel_s1000
Kconfig.mcux
Kconfig.mcux_lpc
Kconfig.rv32m1 drivers: pinmux: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
Kconfig.sam0
Kconfig.sifive kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
Kconfig.stm32
Kconfig.xec drivers: pinmux: mchp_xec: Convert to using new device tree macros 2020-04-28 07:43:31 -05:00
dummy.c
pinmux.h
pinmux_cc13xx_cc26xx.c
pinmux_esp32.c drivers: esp32: Convert esp32 drivers to new DT_INST macros 2020-03-26 08:49:11 -05:00
pinmux_hsdk.c
pinmux_intel_s1000.c drivers: pinmux: intel_s1000: Convert to DT_INST 2020-04-20 15:21:39 -05:00
pinmux_mchp_xec.c drivers: pinmux: mchp_xec: Convert to using new device tree macros 2020-04-28 07:43:31 -05:00
pinmux_mcux.c
pinmux_mcux_lpc.c
pinmux_rv32m1.c drivers: pinmux: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
pinmux_sam0.c drivers: pinmux: sam0: Conver to new DT macros 2020-04-25 13:47:39 -05:00
pinmux_sifive.c