Searched +full:uniphier +full:- +full:pro4 +full:- +full:pinctrl (Results 1 – 9 of 9) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier Pro4 SoC5 // 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 …]
2 * Device Tree Source for UniPhier Pro4 SoC4 * Copyright (C) 2015-2016 Socionext Inc.7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)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";23 enable-method = "psci";[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---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 controller10 - Masahiro Yamada <yamada.masahiro@socionext.com>14 pattern: "pinctrl"18 - socionext,uniphier-ld4-pinctrl19 - socionext,uniphier-pro4-pinctrl20 - socionext,uniphier-sld8-pinctrl[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 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 …]
1 # SPDX-License-Identifier: GPL-2.02 obj-y += pinctrl-uniphier-core.o4 obj-$(CONFIG_PINCTRL_UNIPHIER_LD4) += pinctrl-uniphier-ld4.o5 obj-$(CONFIG_PINCTRL_UNIPHIER_PRO4) += pinctrl-uniphier-pro4.o6 obj-$(CONFIG_PINCTRL_UNIPHIER_SLD8) += pinctrl-uniphier-sld8.o7 obj-$(CONFIG_PINCTRL_UNIPHIER_PRO5) += pinctrl-uniphier-pro5.o8 obj-$(CONFIG_PINCTRL_UNIPHIER_PXS2) += pinctrl-uniphier-pxs2.o9 obj-$(CONFIG_PINCTRL_UNIPHIER_LD6B) += pinctrl-uniphier-ld6b.o10 obj-$(CONFIG_PINCTRL_UNIPHIER_LD11) += pinctrl-uniphier-ld11.o11 obj-$(CONFIG_PINCTRL_UNIPHIER_LD20) += pinctrl-uniphier-ld20.o[all …]
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 …]
2 # SPDX-License-Identifier: GPL-2.0+5 obj-y += pinctrl-uniphier-core.o7 obj-$(CONFIG_PINCTRL_UNIPHIER_LD4) += pinctrl-uniphier-ld4.o8 obj-$(CONFIG_PINCTRL_UNIPHIER_PRO4) += pinctrl-uniphier-pro4.o9 obj-$(CONFIG_PINCTRL_UNIPHIER_SLD8) += pinctrl-uniphier-sld8.o10 obj-$(CONFIG_PINCTRL_UNIPHIER_PRO5) += pinctrl-uniphier-pro5.o11 obj-$(CONFIG_PINCTRL_UNIPHIER_PXS2) += pinctrl-uniphier-pxs2.o12 obj-$(CONFIG_PINCTRL_UNIPHIER_LD6B) += pinctrl-uniphier-ld6b.o13 obj-$(CONFIG_PINCTRL_UNIPHIER_LD11) += pinctrl-uniphier-ld11.o14 obj-$(CONFIG_PINCTRL_UNIPHIER_LD20) += pinctrl-uniphier-ld20.o[all …]
2 * Copyright (C) 2015-2016 Socionext Inc.5 * SPDX-License-Identifier: GPL-2.0+10 #include <dm/pinctrl.h>12 #include "pinctrl-uniphier.h"169 { .compatible = "socionext,uniphier-pro4-pinctrl" },174 .name = "uniphier-pro4-pinctrl",
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...