Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1UniPhier SoCs pin controller
2
3Required properties:
4- compatible: should be one of the following:
5 "socionext,uniphier-ld4-pinctrl" - for LD4 SoC
6 "socionext,uniphier-pro4-pinctrl" - for Pro4 SoC
7 "socionext,uniphier-sld8-pinctrl" - for sLD8 SoC
8 "socionext,uniphier-pro5-pinctrl" - for Pro5 SoC
9 "socionext,uniphier-pxs2-pinctrl" - for PXs2 SoC
10 "socionext,uniphier-ld6b-pinctrl" - for LD6b SoC
11 "socionext,uniphier-ld11-pinctrl" - for LD11 SoC
12 "socionext,uniphier-ld20-pinctrl" - for LD20 SoC
13 "socionext,uniphier-pxs3-pinctrl" - for PXs3 SoC
14
15Note:
16The UniPhier pinctrl should be a subnode of a "syscon" compatible node.
17
18Example:
19 soc-glue@5f800000 {
20 compatible = "socionext,uniphier-pro4-soc-glue",
21 "simple-mfd", "syscon";
22 reg = <0x5f800000 0x2000>;
23
24 pinctrl: pinctrl {
25 compatible = "socionext,uniphier-pro4-pinctrl";
26 };
27 };