About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / pinctrl / socionext,uniphier-pinctrl.txt


Based on kernel version 5.6.13. Page generated on 2020-05-15 16:46 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
UniPhier SoCs pin controller

Required properties:
- compatible: should be one of the following:
    "socionext,uniphier-ld4-pinctrl"  - for LD4 SoC
    "socionext,uniphier-pro4-pinctrl" - for Pro4 SoC
    "socionext,uniphier-sld8-pinctrl" - for sLD8 SoC
    "socionext,uniphier-pro5-pinctrl" - for Pro5 SoC
    "socionext,uniphier-pxs2-pinctrl" - for PXs2 SoC
    "socionext,uniphier-ld6b-pinctrl" - for LD6b SoC
    "socionext,uniphier-ld11-pinctrl" - for LD11 SoC
    "socionext,uniphier-ld20-pinctrl" - for LD20 SoC
    "socionext,uniphier-pxs3-pinctrl" - for PXs3 SoC

Note:
The UniPhier pinctrl should be a subnode of a "syscon" compatible node.

Example:
	soc-glue@5f800000 {
		compatible = "socionext,uniphier-pro4-soc-glue",
			     "simple-mfd", "syscon";
		reg = <0x5f800000 0x2000>;

		pinctrl: pinctrl {
			compatible = "socionext,uniphier-pro4-pinctrl";
		};
	};


About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog