Add a pinctrl driver for Microchip MEC5 HAL based chips. The driver removes the YAML enum "no change" property value from the driver strength and slew rate properties. Update the shared header file in mec soc common folder to use a different Z_PINCTRL_STATE_PINCFG_INIT for MEC5. Modifications to legacy MEC172x XEC PINCTRL will be in a future PR. Signed-off-by: Scott Worley <scott.worley@microchip.com>
9 lines
283 B
Text
9 lines
283 B
Text
# Copyright (c) 2024 Microchip Technology Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_MCHP_MEC5
|
|
bool "Pin controller driver for MCHP MEC5 MCUs"
|
|
default y
|
|
depends on DT_HAS_MICROCHIP_MEC5_PINCTRL_ENABLED
|
|
help
|
|
Enable pin controller driver for Microchip MEC5 MCUs
|