Searched +full:uniphier +full:- +full:pro4 +full:- +full:pinctrl (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/arm/boot/dts/ |
D | uniphier-pro4.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier Pro4 SoC 5 // Copyright (C) 2015-2016 Socionext Inc. 8 #include <dt-bindings/gpio/uniphier-gpio.h> 11 compatible = "socionext,uniphier-pro4"; 12 #address-cells = <1>; 13 #size-cells = <1>; 16 #address-cells = <1>; 17 #size-cells = <0>; 21 compatible = "arm,cortex-a9"; [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | socionext,uniphier-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/socionext,uniphier-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: UniPhier SoCs pin controller 10 - Masahiro Yamada <yamada.masahiro@socionext.com> 14 pattern: "pinctrl" 18 - socionext,uniphier-ld4-pinctrl 19 - socionext,uniphier-pro4-pinctrl 20 - socionext,uniphier-sld8-pinctrl [all …]
|
/Linux-v5.10/drivers/pinctrl/uniphier/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 bool "UniPhier SoC pinctrl drivers" 13 bool "UniPhier LD4 SoC pinctrl driver" 17 bool "UniPhier Pro4 SoC pinctrl driver" 21 bool "UniPhier sLD8 SoC pinctrl driver" 25 bool "UniPhier Pro5 SoC pinctrl driver" 29 bool "UniPhier PXs2 SoC pinctrl driver" 33 bool "UniPhier LD6b SoC pinctrl driver" 37 bool "UniPhier LD11 SoC pinctrl driver" 41 bool "UniPhier LD20 SoC pinctrl driver" [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 obj-y += pinctrl-uniphier-core.o 4 obj-$(CONFIG_PINCTRL_UNIPHIER_LD4) += pinctrl-uniphier-ld4.o 5 obj-$(CONFIG_PINCTRL_UNIPHIER_PRO4) += pinctrl-uniphier-pro4.o 6 obj-$(CONFIG_PINCTRL_UNIPHIER_SLD8) += pinctrl-uniphier-sld8.o 7 obj-$(CONFIG_PINCTRL_UNIPHIER_PRO5) += pinctrl-uniphier-pro5.o 8 obj-$(CONFIG_PINCTRL_UNIPHIER_PXS2) += pinctrl-uniphier-pxs2.o 9 obj-$(CONFIG_PINCTRL_UNIPHIER_LD6B) += pinctrl-uniphier-ld6b.o 10 obj-$(CONFIG_PINCTRL_UNIPHIER_LD11) += pinctrl-uniphier-ld11.o 11 obj-$(CONFIG_PINCTRL_UNIPHIER_LD20) += pinctrl-uniphier-ld20.o [all …]
|
D | pinctrl-uniphier-pro4.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 // Copyright (C) 2015-2017 Socionext Inc. 9 #include <linux/pinctrl/pinctrl.h> 12 #include "pinctrl-uniphier.h" 133 -1, UNIPHIER_PIN_DRV_NONE, 181 -1, UNIPHIER_PIN_DRV_NONE, 182 -1, UNIPHIER_PIN_PULL_NONE), 184 -1, UNIPHIER_PIN_DRV_FIXED4, 185 -1, UNIPHIER_PIN_PULL_NONE), 187 -1, UNIPHIER_PIN_DRV_FIXED4, [all …]
|