Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / uniphier-pinctrl.dtsi
1 /*
2  * Device Tree Source for UniPhier SoCs default pinctrl settings
3  *
4  * Copyright (C) 2015-2017 Socionext Inc.
5  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
6  *
7  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8  */
9
10 &pinctrl {
11         pinctrl_aout: aout {
12                 groups = "aout";
13                 function = "aout";
14         };
15
16         pinctrl_emmc: emmc {
17                 groups = "emmc", "emmc_dat8";
18                 function = "emmc";
19         };
20
21         pinctrl_ether_mii: ether-mii {
22                 groups = "ether_mii";
23                 function = "ether_mii";
24         };
25
26         pinctrl_ether_rgmii: ether-rgmii {
27                 groups = "ether_rgmii";
28                 function = "ether_rgmii";
29         };
30
31         pinctrl_ether_rmii: ether-rmii {
32                 groups = "ether_rmii";
33                 function = "ether_rmii";
34         };
35
36         pinctrl_i2c0: i2c0 {
37                 groups = "i2c0";
38                 function = "i2c0";
39         };
40
41         pinctrl_i2c1: i2c1 {
42                 groups = "i2c1";
43                 function = "i2c1";
44         };
45
46         pinctrl_i2c2: i2c2 {
47                 groups = "i2c2";
48                 function = "i2c2";
49         };
50
51         pinctrl_i2c3: i2c3 {
52                 groups = "i2c3";
53                 function = "i2c3";
54         };
55
56         pinctrl_i2c4: i2c4 {
57                 groups = "i2c4";
58                 function = "i2c4";
59         };
60
61         pinctrl_nand: nand {
62                 groups = "nand";
63                 function = "nand";
64         };
65
66         pinctrl_nand2cs: nand2cs {
67                 groups = "nand", "nand_cs1";
68                 function = "nand";
69         };
70
71         pinctrl_sd: sd {
72                 groups = "sd";
73                 function = "sd";
74         };
75
76         pinctrl_sd1: sd1 {
77                 groups = "sd1";
78                 function = "sd1";
79         };
80
81         pinctrl_system_bus: system-bus {
82                 groups = "system_bus", "system_bus_cs1";
83                 function = "system_bus";
84         };
85
86         pinctrl_uart0: uart0 {
87                 groups = "uart0";
88                 function = "uart0";
89         };
90
91         pinctrl_uart1: uart1 {
92                 groups = "uart1";
93                 function = "uart1";
94         };
95
96         pinctrl_uart2: uart2 {
97                 groups = "uart2";
98                 function = "uart2";
99         };
100
101         pinctrl_uart3: uart3 {
102                 groups = "uart3";
103                 function = "uart3";
104         };
105
106         pinctrl_usb0: usb0 {
107                 groups = "usb0";
108                 function = "usb0";
109         };
110
111         pinctrl_usb1: usb1 {
112                 groups = "usb1";
113                 function = "usb1";
114         };
115
116         pinctrl_usb2: usb2 {
117                 groups = "usb2";
118                 function = "usb2";
119         };
120
121         pinctrl_usb3: usb3 {
122                 groups = "usb3";
123                 function = "usb3";
124         };
125 };