drivers: pinctrl: Microchip MEC172x pinctrl driver

Add core files for Microchip MEC172x pinctrl driver

Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
This commit is contained in:
Jay Vasanth 2022-01-20 14:51:01 -05:00 committed by Carles Cufí
commit 2cd02bd826
11 changed files with 376 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# Copyright (c) 2021 Microchip Technology Inc.
# SPDX-License-Identifier: Apache-2.0
DT_COMPAT_ST_PINCTRL_XEC := microchip,xec-pinctrl
config PINCTRL_MCHP_XEC
bool "Pin controller driver for MCHP XEC MCUs"
depends on SOC_SERIES_MEC172X
default $(dt_compat_enabled,$(DT_COMPAT_ST_PINCTRL_XEC))
help
Enable pin controller driver for Microchip XEC MCUs