Loading...
1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2//
3// Device Tree Source for UniPhier SoCs default pinctrl settings
4//
5// Copyright (C) 2015-2017 Socionext Inc.
6// Author: Masahiro Yamada <yamada.masahiro@socionext.com>
7
8&pinctrl {
9 pinctrl_aout: aout {
10 groups = "aout";
11 function = "aout";
12 };
13
14 pinctrl_ain1: ain1 {
15 groups = "ain1";
16 function = "ain1";
17 };
18
19 pinctrl_ain2: ain2 {
20 groups = "ain2";
21 function = "ain2";
22 };
23
24 pinctrl_ainiec1: ainiec1 {
25 groups = "ainiec1";
26 function = "ainiec1";
27 };
28
29 pinctrl_aout1: aout1 {
30 groups = "aout1";
31 function = "aout1";
32 };
33
34 pinctrl_aout2: aout2 {
35 groups = "aout2";
36 function = "aout2";
37 };
38
39 pinctrl_aout3: aout3 {
40 groups = "aout3";
41 function = "aout3";
42 };
43
44 pinctrl_aoutiec1: aoutiec1 {
45 groups = "aoutiec1";
46 function = "aoutiec1";
47 };
48
49 pinctrl_aoutiec2: aoutiec2 {
50 groups = "aoutiec2";
51 function = "aoutiec2";
52 };
53
54 pinctrl_emmc: emmc {
55 groups = "emmc", "emmc_dat8";
56 function = "emmc";
57 };
58
59 pinctrl_ether_mii: ether-mii {
60 groups = "ether_mii";
61 function = "ether_mii";
62 };
63
64 pinctrl_ether_rgmii: ether-rgmii {
65 groups = "ether_rgmii";
66 function = "ether_rgmii";
67 };
68
69 pinctrl_ether_rmii: ether-rmii {
70 groups = "ether_rmii";
71 function = "ether_rmii";
72 };
73
74 pinctrl_ether1_rgmii: ether1-rgmii {
75 groups = "ether1_rgmii";
76 function = "ether1_rgmii";
77 };
78
79 pinctrl_ether1_rmii: ether1-rmii {
80 groups = "ether1_rmii";
81 function = "ether1_rmii";
82 };
83
84 pinctrl_i2c0: i2c0 {
85 groups = "i2c0";
86 function = "i2c0";
87 };
88
89 pinctrl_i2c1: i2c1 {
90 groups = "i2c1";
91 function = "i2c1";
92 };
93
94 pinctrl_i2c2: i2c2 {
95 groups = "i2c2";
96 function = "i2c2";
97 };
98
99 pinctrl_i2c3: i2c3 {
100 groups = "i2c3";
101 function = "i2c3";
102 };
103
104 pinctrl_i2c4: i2c4 {
105 groups = "i2c4";
106 function = "i2c4";
107 };
108
109 pinctrl_nand: nand {
110 groups = "nand";
111 function = "nand";
112 };
113
114 pinctrl_nand2cs: nand2cs {
115 groups = "nand", "nand_cs1";
116 function = "nand";
117 };
118
119 pinctrl_sd: sd {
120 groups = "sd";
121 function = "sd";
122 };
123
124 pinctrl_sd_uhs: sd-uhs {
125 groups = "sd";
126 function = "sd";
127 };
128
129 pinctrl_sd1: sd1 {
130 groups = "sd1";
131 function = "sd1";
132 };
133
134 pinctrl_spi0: spi0 {
135 groups = "spi0";
136 function = "spi0";
137 };
138
139 pinctrl_spi1: spi1 {
140 groups = "spi1";
141 function = "spi1";
142 };
143
144 pinctrl_spi2: spi2 {
145 groups = "spi2";
146 function = "spi2";
147 };
148
149 pinctrl_spi3: spi3 {
150 groups = "spi3";
151 function = "spi3";
152 };
153
154 pinctrl_system_bus: system-bus {
155 groups = "system_bus", "system_bus_cs1";
156 function = "system_bus";
157 };
158
159 pinctrl_uart0: uart0 {
160 groups = "uart0";
161 function = "uart0";
162 };
163
164 pinctrl_uart1: uart1 {
165 groups = "uart1";
166 function = "uart1";
167 };
168
169 pinctrl_uart2: uart2 {
170 groups = "uart2";
171 function = "uart2";
172 };
173
174 pinctrl_uart3: uart3 {
175 groups = "uart3";
176 function = "uart3";
177 };
178
179 pinctrl_usb0: usb0 {
180 groups = "usb0";
181 function = "usb0";
182 };
183
184 pinctrl_usb1: usb1 {
185 groups = "usb1";
186 function = "usb1";
187 };
188
189 pinctrl_usb2: usb2 {
190 groups = "usb2";
191 function = "usb2";
192 };
193
194 pinctrl_usb3: usb3 {
195 groups = "usb3";
196 function = "usb3";
197 };
198};
1/*
2 * Device Tree Source for UniPhier SoCs default pinctrl settings
3 *
4 * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
5 *
6 * This file is dual-licensed: you can use it either under the terms
7 * of the GPL or the X11 license, at your option. Note that this dual
8 * licensing only applies to this file, and not this project as a
9 * whole.
10 *
11 * a) This file is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License as
13 * published by the Free Software Foundation; either version 2 of the
14 * License, or (at your option) any later version.
15 *
16 * This file is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * Or, alternatively,
22 *
23 * b) Permission is hereby granted, free of charge, to any person
24 * obtaining a copy of this software and associated documentation
25 * files (the "Software"), to deal in the Software without
26 * restriction, including without limitation the rights to use,
27 * copy, modify, merge, publish, distribute, sublicense, and/or
28 * sell copies of the Software, and to permit persons to whom the
29 * Software is furnished to do so, subject to the following
30 * conditions:
31 *
32 * The above copyright notice and this permission notice shall be
33 * included in all copies or substantial portions of the Software.
34 *
35 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
37 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
38 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
39 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
40 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
41 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
42 * OTHER DEALINGS IN THE SOFTWARE.
43 */
44
45&pinctrl {
46 pinctrl_i2c0: i2c0_grp {
47 groups = "i2c0";
48 function = "i2c0";
49 };
50
51 pinctrl_i2c1: i2c1_grp {
52 groups = "i2c1";
53 function = "i2c1";
54 };
55
56 pinctrl_i2c2: i2c2_grp {
57 groups = "i2c2";
58 function = "i2c2";
59 };
60
61 pinctrl_i2c3: i2c3_grp {
62 groups = "i2c3";
63 function = "i2c3";
64 };
65
66 pinctrl_i2c4: i2c4_grp {
67 groups = "i2c4";
68 function = "i2c4";
69 };
70
71 pinctrl_nand: nand_grp {
72 groups = "nand";
73 function = "nand";
74 };
75
76 pinctrl_nand2cs: nand2cs_grp {
77 groups = "nand", "nand_cs1";
78 function = "nand";
79 };
80
81 pinctrl_system_bus: system_bus_grp {
82 groups = "system_bus", "system_bus_cs1";
83 function = "system_bus";
84 };
85
86 pinctrl_uart0: uart0_grp {
87 groups = "uart0";
88 function = "uart0";
89 };
90
91 pinctrl_uart1: uart1_grp {
92 groups = "uart1";
93 function = "uart1";
94 };
95
96 pinctrl_uart2: uart2_grp {
97 groups = "uart2";
98 function = "uart2";
99 };
100
101 pinctrl_uart3: uart3_grp {
102 groups = "uart3";
103 function = "uart3";
104 };
105
106 pinctrl_usb0: usb0_grp {
107 groups = "usb0";
108 function = "usb0";
109 };
110
111 pinctrl_usb1: usb1_grp {
112 groups = "usb1";
113 function = "usb1";
114 };
115
116 pinctrl_usb2: usb2_grp {
117 groups = "usb2";
118 function = "usb2";
119 };
120
121 pinctrl_usb3: usb3_grp {
122 groups = "usb3";
123 function = "usb3";
124 };
125};