Searched +full:k230 +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/canaan,k230-pinctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Canaan Kendryte K230 Pin Controller10 - Ze Huang <18771902331@163.com>13 The Canaan Kendryte K230 platform includes 64 IO pins, each capable of15 performed on a per-pin basis.19 const: canaan,k230-pinctrl25 '-pins$':[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause12 #include <linux/pinctrl/pinctrl.h>13 #include <linux/pinctrl/pinmux.h>14 #include <linux/pinctrl/pinconf.h>15 #include <linux/pinctrl/pinconf-generic.h>79 .name = "canaan,pinctrl",90 return info->ngroups; in k230_get_groups_count()98 return info->groups[selector].name; in k230_get_group_name()108 if (selector >= info->ngroups) in k230_get_group_pins()109 return -EINVAL; in k230_get_group_pins()[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.66 will be called pinctrl-apple-gpio.69 bool "Axis ARTPEC-6 pin controller driver"74 This is the driver for the Axis ARTPEC-6 pin controller. This driver77 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_APPLE_GPIO) += pinctrl-apple-gpio.o14 obj-$(CONFIG_PINCTRL_ARTPEC6) += pinctrl-artpec6.o[all …]