Searched +full:eic7700 +full:- +full:pinctrl (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/pinctrl/eswin,eic7700-pinctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Eswin Eic7700 Pinctrl10 - Yulin Lu <luyulin@eswincomputing.com>13 - $ref: pinctrl.yaml#16 eic7700 pin configuration nodes act as a container for an arbitrary number of19 and various pin configuration parameters, such as input-enable, pull-up, etc.23 const: eswin,eic7700-pinctrl[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # PINCTRL infrastructure and drivers6 menuconfig PINCTRL config9 if PINCTRL29 bool "Debug PINCTRL calls"32 Say Y here to add some extra checks and diagnostics to PINCTRL calls.80 will be called pinctrl-apple-gpio.83 bool "Axis ARTPEC-6 pin controller driver"88 This is the driver for the Axis ARTPEC-6 pin controller. This driver91 found in Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt[all …]
1 # SPDX-License-Identifier: GPL-2.04 subdir-ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG6 obj-y += core.o pinctrl-utils.o7 obj-$(CONFIG_PINMUX) += pinmux.o8 obj-$(CONFIG_PINCONF) += pinconf.o9 obj-$(CONFIG_GENERIC_PINCONF) += pinconf-generic.o10 obj-$(CONFIG_OF) += devicetree.o12 obj-$(CONFIG_PINCTRL_AMD) += pinctrl-amd.o13 obj-$(CONFIG_PINCTRL_AMDISP) += pinctrl-amdisp.o14 obj-$(CONFIG_PINCTRL_APPLE_GPIO) += pinctrl-apple-gpio.o[all …]
1 // SPDX-License-Identifier: GPL-2.03 * ESWIN Pinctrl Controller Platform Device Driver21 #include <linux/pinctrl/pinconf.h>22 #include <linux/pinctrl/pinconf-generic.h>23 #include <linux/pinctrl/pinctrl.h>24 #include <linux/pinctrl/pinmux.h>41 #define EIC7700_RGMII0_SEL_MODE (0x310 - 0x80)42 #define EIC7700_RGMII1_SEL_MODE (0x314 - 0x80)293 return pc->desc.npins; in eic7700_get_groups_count()300 return pc->desc.pins[selector].name; in eic7700_get_group_name()[all …]