1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot// Copyright (c) 2019 Quanta Computer Inc. Samuel.Jiang@quantatw.com
3*f126890aSEmmanuel Vadot
4*f126890aSEmmanuel Vadot/ {
5*f126890aSEmmanuel Vadot	pinctrl: pinctrl@f0800000 {
6*f126890aSEmmanuel Vadot		gpio0ol_pins: gpio0ol-pins {
7*f126890aSEmmanuel Vadot			pins = "GPIO0/IOX1DI";
8*f126890aSEmmanuel Vadot			bias-disable;
9*f126890aSEmmanuel Vadot			output-low;
10*f126890aSEmmanuel Vadot		};
11*f126890aSEmmanuel Vadot		gpio1ol_pins: gpio1ol-pins {
12*f126890aSEmmanuel Vadot			pins = "GPIO1/IOX1LD";
13*f126890aSEmmanuel Vadot			bias-disable;
14*f126890aSEmmanuel Vadot			output-low;
15*f126890aSEmmanuel Vadot		};
16*f126890aSEmmanuel Vadot		gpio2ol_pins: gpio2ol-pins {
17*f126890aSEmmanuel Vadot			pins = "GPIO2/IOX1CK";
18*f126890aSEmmanuel Vadot			bias-disable;
19*f126890aSEmmanuel Vadot			output-low;
20*f126890aSEmmanuel Vadot		};
21*f126890aSEmmanuel Vadot		gpio3ol_pins: gpio3ol-pins {
22*f126890aSEmmanuel Vadot			pins = "GPIO3/IOX1D0";
23*f126890aSEmmanuel Vadot			bias-disable;
24*f126890aSEmmanuel Vadot			output-low;
25*f126890aSEmmanuel Vadot		};
26*f126890aSEmmanuel Vadot		gpio5_pins: gpio5-pins {
27*f126890aSEmmanuel Vadot			pins = "GPIO5/IOX2LD/SMB1DSCL";
28*f126890aSEmmanuel Vadot			bias-disable;
29*f126890aSEmmanuel Vadot			input-enable;
30*f126890aSEmmanuel Vadot		};
31*f126890aSEmmanuel Vadot		gpio6_pins: gpio6-pins {
32*f126890aSEmmanuel Vadot			pins = "GPIO6/IOX2CK/SMB2DSDA";
33*f126890aSEmmanuel Vadot			bias-disable;
34*f126890aSEmmanuel Vadot			input-enable;
35*f126890aSEmmanuel Vadot		};
36*f126890aSEmmanuel Vadot		gpio7_pins: gpio7-pins {
37*f126890aSEmmanuel Vadot			pins = "GPIO7/IOX2D0/SMB2DSCL";
38*f126890aSEmmanuel Vadot			bias-disable;
39*f126890aSEmmanuel Vadot			input-enable;
40*f126890aSEmmanuel Vadot		};
41*f126890aSEmmanuel Vadot		gpio8o_pins: gpio8o-pins {
42*f126890aSEmmanuel Vadot			pins = "GPIO8/LKGPO1";
43*f126890aSEmmanuel Vadot			bias-disable;
44*f126890aSEmmanuel Vadot			output-high;
45*f126890aSEmmanuel Vadot		};
46*f126890aSEmmanuel Vadot		gpio9ol_pins: gpio9ol-pins {
47*f126890aSEmmanuel Vadot			pins = "GPIO9/LKGPO2";
48*f126890aSEmmanuel Vadot			bias-disable;
49*f126890aSEmmanuel Vadot			output-low;
50*f126890aSEmmanuel Vadot		};
51*f126890aSEmmanuel Vadot		gpio10_pins: gpio10-pins {
52*f126890aSEmmanuel Vadot			pins = "GPIO10/IOXHLD";
53*f126890aSEmmanuel Vadot			bias-disable;
54*f126890aSEmmanuel Vadot			input-enable;
55*f126890aSEmmanuel Vadot		};
56*f126890aSEmmanuel Vadot		gpio11_pins: gpio11-pins {
57*f126890aSEmmanuel Vadot			pins = "GPIO11/IOXHCK";
58*f126890aSEmmanuel Vadot			bias-disable;
59*f126890aSEmmanuel Vadot			input-enable;
60*f126890aSEmmanuel Vadot		};
61*f126890aSEmmanuel Vadot		gpio12ol_pins: gpio12ol-pins {
62*f126890aSEmmanuel Vadot			pins = "GPIO12/GSPICK/SMB5BSCL";
63*f126890aSEmmanuel Vadot			bias-disable;
64*f126890aSEmmanuel Vadot			output-low;
65*f126890aSEmmanuel Vadot		};
66*f126890aSEmmanuel Vadot		gpio13ol_pins: gpio13ol-pins {
67*f126890aSEmmanuel Vadot			pins = "GPIO13/GSPIDO/SMB5BSDA";
68*f126890aSEmmanuel Vadot			bias-disable;
69*f126890aSEmmanuel Vadot			output-low;
70*f126890aSEmmanuel Vadot		};
71*f126890aSEmmanuel Vadot		gpio14ol_pins: gpio14ol-pins {
72*f126890aSEmmanuel Vadot			pins = "GPIO14/GSPIDI/SMB5CSCL";
73*f126890aSEmmanuel Vadot			bias-disable;
74*f126890aSEmmanuel Vadot			output-low;
75*f126890aSEmmanuel Vadot		};
76*f126890aSEmmanuel Vadot		gpio15ol_pins: gpio15ol-pins {
77*f126890aSEmmanuel Vadot			pins = "GPIO15/GSPICS/SMB5CSDA";
78*f126890aSEmmanuel Vadot			bias-disable;
79*f126890aSEmmanuel Vadot			output-low;
80*f126890aSEmmanuel Vadot		};
81*f126890aSEmmanuel Vadot		gpio20_pins: gpio20-pins {
82*f126890aSEmmanuel Vadot			pins = "GPIO20/SMB4CSDA/SMB15SDA";
83*f126890aSEmmanuel Vadot			bias-disable;
84*f126890aSEmmanuel Vadot			input-enable;
85*f126890aSEmmanuel Vadot		};
86*f126890aSEmmanuel Vadot		gpio21_pins: gpio21-pins {
87*f126890aSEmmanuel Vadot			pins = "GPIO21/SMB4CSCL/SMB15SCL";
88*f126890aSEmmanuel Vadot			bias-disable;
89*f126890aSEmmanuel Vadot			input-enable;
90*f126890aSEmmanuel Vadot		};
91*f126890aSEmmanuel Vadot		gpio22o_pins: gpio22o-pins {
92*f126890aSEmmanuel Vadot			pins = "GPIO22/SMB4DSDA/SMB14SDA";
93*f126890aSEmmanuel Vadot			bias-disable;
94*f126890aSEmmanuel Vadot			output-high;
95*f126890aSEmmanuel Vadot		};
96*f126890aSEmmanuel Vadot		gpio23_pins: gpio23-pins {
97*f126890aSEmmanuel Vadot			pins = "GPIO23/SMB4DSCL/SMB14SCL";
98*f126890aSEmmanuel Vadot			bias-disable;
99*f126890aSEmmanuel Vadot			input-enable;
100*f126890aSEmmanuel Vadot		};
101*f126890aSEmmanuel Vadot		gpio24_pins: gpio24-pins {
102*f126890aSEmmanuel Vadot			pins = "GPIO24/IOXHDO";
103*f126890aSEmmanuel Vadot			bias-disable;
104*f126890aSEmmanuel Vadot			input-enable;
105*f126890aSEmmanuel Vadot		};
106*f126890aSEmmanuel Vadot		gpio25_pins: gpio25-pins {
107*f126890aSEmmanuel Vadot			pins = "GPIO25/IOXHDI";
108*f126890aSEmmanuel Vadot			bias-disable;
109*f126890aSEmmanuel Vadot			input-enable;
110*f126890aSEmmanuel Vadot		};
111*f126890aSEmmanuel Vadot		gpio30_pins: gpio30-pins {
112*f126890aSEmmanuel Vadot			pins = "GPIO30/SMB3SDA";
113*f126890aSEmmanuel Vadot			bias-disable;
114*f126890aSEmmanuel Vadot			input-enable;
115*f126890aSEmmanuel Vadot		};
116*f126890aSEmmanuel Vadot		gpio31_pins: gpio31-pins {
117*f126890aSEmmanuel Vadot			pins = "GPIO31/SMB3SCL";
118*f126890aSEmmanuel Vadot			bias-disable;
119*f126890aSEmmanuel Vadot			input-enable;
120*f126890aSEmmanuel Vadot		};
121*f126890aSEmmanuel Vadot		gpio37o_pins: gpio37o-pins {
122*f126890aSEmmanuel Vadot			pins = "GPIO37/SMB3CSDA";
123*f126890aSEmmanuel Vadot			bias-disable;
124*f126890aSEmmanuel Vadot			output-high;
125*f126890aSEmmanuel Vadot		};
126*f126890aSEmmanuel Vadot		gpio38_pins: gpio38-pins {
127*f126890aSEmmanuel Vadot			pins = "GPIO38/SMB3CSCL";
128*f126890aSEmmanuel Vadot			bias-disable;
129*f126890aSEmmanuel Vadot			input-enable;
130*f126890aSEmmanuel Vadot		};
131*f126890aSEmmanuel Vadot		gpio39_pins: gpio39-pins {
132*f126890aSEmmanuel Vadot			pins = "GPIO39/SMB3BSDA";
133*f126890aSEmmanuel Vadot			bias-disable;
134*f126890aSEmmanuel Vadot			input-enable;
135*f126890aSEmmanuel Vadot		};
136*f126890aSEmmanuel Vadot		gpio40o_pins: gpio40o-pins {
137*f126890aSEmmanuel Vadot			pins = "GPIO40/SMB3BSCL";
138*f126890aSEmmanuel Vadot			bias-disable;
139*f126890aSEmmanuel Vadot			output-high;
140*f126890aSEmmanuel Vadot		};
141*f126890aSEmmanuel Vadot		gpio59_pins: gpio59-pins {
142*f126890aSEmmanuel Vadot			pins = "GPIO59/SMB3DSDA";
143*f126890aSEmmanuel Vadot			bias-disable;
144*f126890aSEmmanuel Vadot			input-enable;
145*f126890aSEmmanuel Vadot		};
146*f126890aSEmmanuel Vadot		gpio76_pins: gpio76-pins {
147*f126890aSEmmanuel Vadot			pins = "GPIO76/FANIN12";
148*f126890aSEmmanuel Vadot			bias-disable;
149*f126890aSEmmanuel Vadot			input-enable;
150*f126890aSEmmanuel Vadot		};
151*f126890aSEmmanuel Vadot		gpio77_pins: gpio77-pins {
152*f126890aSEmmanuel Vadot			pins = "GPIO77/FANIN13";
153*f126890aSEmmanuel Vadot			bias-disable;
154*f126890aSEmmanuel Vadot			input-enable;
155*f126890aSEmmanuel Vadot		};
156*f126890aSEmmanuel Vadot		gpio78o_pins: gpio78o-pins {
157*f126890aSEmmanuel Vadot			pins = "GPIO78/FANIN14";
158*f126890aSEmmanuel Vadot			bias-disable;
159*f126890aSEmmanuel Vadot			output-high;
160*f126890aSEmmanuel Vadot		};
161*f126890aSEmmanuel Vadot		gpio79_pins: gpio79-pins {
162*f126890aSEmmanuel Vadot			pins = "GPIO79/FANIN15";
163*f126890aSEmmanuel Vadot			bias-disable;
164*f126890aSEmmanuel Vadot			input-enable;
165*f126890aSEmmanuel Vadot		};
166*f126890aSEmmanuel Vadot		gpio82_pins: gpio82-pins {
167*f126890aSEmmanuel Vadot			pins = "GPIO82/PWM2";
168*f126890aSEmmanuel Vadot			bias-disable;
169*f126890aSEmmanuel Vadot			input-enable;
170*f126890aSEmmanuel Vadot		};
171*f126890aSEmmanuel Vadot		gpio83_pins: gpio83-pins {
172*f126890aSEmmanuel Vadot			pins = "GPIO83/PWM3";
173*f126890aSEmmanuel Vadot			bias-disable;
174*f126890aSEmmanuel Vadot			input-enable;
175*f126890aSEmmanuel Vadot		};
176*f126890aSEmmanuel Vadot		gpio84_pins: gpio84-pins {
177*f126890aSEmmanuel Vadot			pins = "GPIO84/R2TXD0";
178*f126890aSEmmanuel Vadot			bias-disable;
179*f126890aSEmmanuel Vadot			input-enable;
180*f126890aSEmmanuel Vadot		};
181*f126890aSEmmanuel Vadot		gpio85o_pins: gpio85o-pins {
182*f126890aSEmmanuel Vadot			pins = "GPIO85/R2TXD1";
183*f126890aSEmmanuel Vadot			bias-disable;
184*f126890aSEmmanuel Vadot			output-high;
185*f126890aSEmmanuel Vadot		};
186*f126890aSEmmanuel Vadot		gpio86ol_pins: gpio86ol-pins {
187*f126890aSEmmanuel Vadot			pins = "GPIO86/R2TXEN";
188*f126890aSEmmanuel Vadot			bias-disable;
189*f126890aSEmmanuel Vadot			output-low;
190*f126890aSEmmanuel Vadot		};
191*f126890aSEmmanuel Vadot		gpio87_pins: gpio87-pins {
192*f126890aSEmmanuel Vadot			pins = "GPIO87/R2RXD0";
193*f126890aSEmmanuel Vadot			bias-disable;
194*f126890aSEmmanuel Vadot			input-enable;
195*f126890aSEmmanuel Vadot		};
196*f126890aSEmmanuel Vadot		gpio88_pins: gpio88-pins {
197*f126890aSEmmanuel Vadot			pins = "GPIO88/R2RXD1";
198*f126890aSEmmanuel Vadot			bias-disable;
199*f126890aSEmmanuel Vadot			input-enable;
200*f126890aSEmmanuel Vadot		};
201*f126890aSEmmanuel Vadot		gpio89_pins: gpio89-pins {
202*f126890aSEmmanuel Vadot			pins = "GPIO89/R2CRSDV";
203*f126890aSEmmanuel Vadot			bias-disable;
204*f126890aSEmmanuel Vadot			input-enable;
205*f126890aSEmmanuel Vadot		};
206*f126890aSEmmanuel Vadot		gpio90_pins: gpio90-pins {
207*f126890aSEmmanuel Vadot			pins = "GPIO90/R2RXERR";
208*f126890aSEmmanuel Vadot			bias-disable;
209*f126890aSEmmanuel Vadot			input-enable;
210*f126890aSEmmanuel Vadot		};
211*f126890aSEmmanuel Vadot		gpio93_pins: gpio93-pins {
212*f126890aSEmmanuel Vadot			pins = "GPIO93/GA20/SMB5DSCL";
213*f126890aSEmmanuel Vadot			bias-disable;
214*f126890aSEmmanuel Vadot			input-enable;
215*f126890aSEmmanuel Vadot		};
216*f126890aSEmmanuel Vadot		gpio94ol_pins: gpio94ol-pins {
217*f126890aSEmmanuel Vadot			pins = "GPIO94/nKBRST/SMB5DSDA";
218*f126890aSEmmanuel Vadot			bias-disable;
219*f126890aSEmmanuel Vadot			output-low;
220*f126890aSEmmanuel Vadot		};
221*f126890aSEmmanuel Vadot		gpio108ol_pins: gpio108ol-pins {
222*f126890aSEmmanuel Vadot			pins = "GPIO108/RG1MDC";
223*f126890aSEmmanuel Vadot			bias-disable;
224*f126890aSEmmanuel Vadot			output-low;
225*f126890aSEmmanuel Vadot		};
226*f126890aSEmmanuel Vadot		gpio109ol_pins: gpio109ol-pins {
227*f126890aSEmmanuel Vadot			pins = "GPIO109/RG1MDIO";
228*f126890aSEmmanuel Vadot			bias-disable;
229*f126890aSEmmanuel Vadot			output-low;
230*f126890aSEmmanuel Vadot		};
231*f126890aSEmmanuel Vadot		gpio110ol_pins: gpio110ol-pins {
232*f126890aSEmmanuel Vadot			pins = "GPIO110/RG2TXD0/DDRV0";
233*f126890aSEmmanuel Vadot			bias-disable;
234*f126890aSEmmanuel Vadot			output-low;
235*f126890aSEmmanuel Vadot		};
236*f126890aSEmmanuel Vadot		gpio111ol_pins: gpio111ol-pins {
237*f126890aSEmmanuel Vadot			pins = "GPIO111/RG2TXD1/DDRV1";
238*f126890aSEmmanuel Vadot			bias-disable;
239*f126890aSEmmanuel Vadot			output-low;
240*f126890aSEmmanuel Vadot		};
241*f126890aSEmmanuel Vadot		gpio112ol_pins: gpio112ol-pins {
242*f126890aSEmmanuel Vadot			pins = "GPIO112/RG2TXD2/DDRV2";
243*f126890aSEmmanuel Vadot			bias-disable;
244*f126890aSEmmanuel Vadot			output-low;
245*f126890aSEmmanuel Vadot		};
246*f126890aSEmmanuel Vadot		gpio113ol_pins: gpio113ol-pins {
247*f126890aSEmmanuel Vadot			pins = "GPIO113/RG2TXD3/DDRV3";
248*f126890aSEmmanuel Vadot			bias-disable;
249*f126890aSEmmanuel Vadot			output-low;
250*f126890aSEmmanuel Vadot		};
251*f126890aSEmmanuel Vadot		gpio114o_pins: gpio114o-pins {
252*f126890aSEmmanuel Vadot			pins = "GPIO114/SMB0SCL";
253*f126890aSEmmanuel Vadot			bias-disable;
254*f126890aSEmmanuel Vadot			output-high;
255*f126890aSEmmanuel Vadot		};
256*f126890aSEmmanuel Vadot		gpio115_pins: gpio115-pins {
257*f126890aSEmmanuel Vadot			pins = "GPIO115/SMB0SDA";
258*f126890aSEmmanuel Vadot			bias-disable;
259*f126890aSEmmanuel Vadot			input-enable;
260*f126890aSEmmanuel Vadot		};
261*f126890aSEmmanuel Vadot		gpio120_pins: gpio120-pins {
262*f126890aSEmmanuel Vadot			pins = "GPIO120/SMB2CSDA";
263*f126890aSEmmanuel Vadot			bias-disable;
264*f126890aSEmmanuel Vadot			input-enable;
265*f126890aSEmmanuel Vadot		};
266*f126890aSEmmanuel Vadot		gpio121_pins: gpio121-pins {
267*f126890aSEmmanuel Vadot			pins = "GPIO121/SMB2CSCL";
268*f126890aSEmmanuel Vadot			bias-disable;
269*f126890aSEmmanuel Vadot			input-enable;
270*f126890aSEmmanuel Vadot		};
271*f126890aSEmmanuel Vadot		gpio122_pins: gpio122-pins {
272*f126890aSEmmanuel Vadot			pins = "GPIO122/SMB2BSDA";
273*f126890aSEmmanuel Vadot			bias-disable;
274*f126890aSEmmanuel Vadot			input-enable;
275*f126890aSEmmanuel Vadot		};
276*f126890aSEmmanuel Vadot		gpio123_pins: gpio123-pins {
277*f126890aSEmmanuel Vadot			pins = "GPIO123/SMB2BSCL";
278*f126890aSEmmanuel Vadot			bias-disable;
279*f126890aSEmmanuel Vadot			input-enable;
280*f126890aSEmmanuel Vadot		};
281*f126890aSEmmanuel Vadot		gpio124_pins: gpio124-pins {
282*f126890aSEmmanuel Vadot			pins = "GPIO124/SMB1CSDA";
283*f126890aSEmmanuel Vadot			bias-disable;
284*f126890aSEmmanuel Vadot			input-enable;
285*f126890aSEmmanuel Vadot		};
286*f126890aSEmmanuel Vadot		gpio125_pins: gpio125-pins {
287*f126890aSEmmanuel Vadot			pins = "GPIO125/SMB1CSCL";
288*f126890aSEmmanuel Vadot			bias-disable;
289*f126890aSEmmanuel Vadot			input-enable;
290*f126890aSEmmanuel Vadot		};
291*f126890aSEmmanuel Vadot		gpio126_pins: gpio126-pins {
292*f126890aSEmmanuel Vadot			pins = "GPIO126/SMB1BSDA";
293*f126890aSEmmanuel Vadot			bias-disable;
294*f126890aSEmmanuel Vadot			input-enable;
295*f126890aSEmmanuel Vadot		};
296*f126890aSEmmanuel Vadot		gpio127o_pins: gpio127o-pins {
297*f126890aSEmmanuel Vadot			pins = "GPIO127/SMB1BSCL";
298*f126890aSEmmanuel Vadot			bias-disable;
299*f126890aSEmmanuel Vadot			output-high;
300*f126890aSEmmanuel Vadot		};
301*f126890aSEmmanuel Vadot		gpio136_pins: gpio136-pins {
302*f126890aSEmmanuel Vadot			pins = "GPIO136/SD1DT0";
303*f126890aSEmmanuel Vadot			bias-disable;
304*f126890aSEmmanuel Vadot			input-enable;
305*f126890aSEmmanuel Vadot		};
306*f126890aSEmmanuel Vadot		gpio137_pins: gpio137-pins {
307*f126890aSEmmanuel Vadot			pins = "GPIO137/SD1DT1";
308*f126890aSEmmanuel Vadot			bias-disable;
309*f126890aSEmmanuel Vadot			input-enable;
310*f126890aSEmmanuel Vadot		};
311*f126890aSEmmanuel Vadot		gpio138_pins: gpio138-pins {
312*f126890aSEmmanuel Vadot			pins = "GPIO138/SD1DT2";
313*f126890aSEmmanuel Vadot			bias-disable;
314*f126890aSEmmanuel Vadot			input-enable;
315*f126890aSEmmanuel Vadot		};
316*f126890aSEmmanuel Vadot		gpio139_pins: gpio139-pins {
317*f126890aSEmmanuel Vadot			pins = "GPIO139/SD1DT3";
318*f126890aSEmmanuel Vadot			bias-disable;
319*f126890aSEmmanuel Vadot			input-enable;
320*f126890aSEmmanuel Vadot		};
321*f126890aSEmmanuel Vadot		gpio140_pins: gpio140-pins {
322*f126890aSEmmanuel Vadot			pins = "GPIO140/SD1CLK";
323*f126890aSEmmanuel Vadot			bias-disable;
324*f126890aSEmmanuel Vadot			input-enable;
325*f126890aSEmmanuel Vadot		};
326*f126890aSEmmanuel Vadot		gpio141_pins: gpio141-pins {
327*f126890aSEmmanuel Vadot			pins = "GPIO141/SD1WP";
328*f126890aSEmmanuel Vadot			bias-disable;
329*f126890aSEmmanuel Vadot			input-enable;
330*f126890aSEmmanuel Vadot		};
331*f126890aSEmmanuel Vadot		gpio142_pins: gpio142-pins {
332*f126890aSEmmanuel Vadot			pins = "GPIO142/SD1CMD";
333*f126890aSEmmanuel Vadot			bias-disable;
334*f126890aSEmmanuel Vadot			input-enable;
335*f126890aSEmmanuel Vadot		};
336*f126890aSEmmanuel Vadot		gpio143_pins: gpio143-pins {
337*f126890aSEmmanuel Vadot			pins = "GPIO143/SD1CD/SD1PWR";
338*f126890aSEmmanuel Vadot			bias-disable;
339*f126890aSEmmanuel Vadot			input-enable;
340*f126890aSEmmanuel Vadot		};
341*f126890aSEmmanuel Vadot		gpio144_pins: gpio144-pins {
342*f126890aSEmmanuel Vadot			pins = "GPIO144/PWM4";
343*f126890aSEmmanuel Vadot			bias-disable;
344*f126890aSEmmanuel Vadot			input-enable;
345*f126890aSEmmanuel Vadot		};
346*f126890aSEmmanuel Vadot		gpio145_pins: gpio145-pins {
347*f126890aSEmmanuel Vadot			pins = "GPIO145/PWM5";
348*f126890aSEmmanuel Vadot			bias-disable;
349*f126890aSEmmanuel Vadot			input-enable;
350*f126890aSEmmanuel Vadot		};
351*f126890aSEmmanuel Vadot		gpio146_pins: gpio146-pins {
352*f126890aSEmmanuel Vadot			pins = "GPIO146/PWM6";
353*f126890aSEmmanuel Vadot			bias-disable;
354*f126890aSEmmanuel Vadot			input-enable;
355*f126890aSEmmanuel Vadot		};
356*f126890aSEmmanuel Vadot		gpio147_pins: gpio147-pins {
357*f126890aSEmmanuel Vadot			pins = "GPIO147/PWM7";
358*f126890aSEmmanuel Vadot			bias-disable;
359*f126890aSEmmanuel Vadot			input-enable;
360*f126890aSEmmanuel Vadot		};
361*f126890aSEmmanuel Vadot		gpio153o_pins: gpio153o-pins {
362*f126890aSEmmanuel Vadot			pins = "GPIO153/MMCWP";
363*f126890aSEmmanuel Vadot			bias-disable;
364*f126890aSEmmanuel Vadot			output-high;
365*f126890aSEmmanuel Vadot		};
366*f126890aSEmmanuel Vadot		gpio155_pins: gpio155-pins {
367*f126890aSEmmanuel Vadot			pins = "GPIO155/nMMCCD/nMMCRST";
368*f126890aSEmmanuel Vadot			bias-disable;
369*f126890aSEmmanuel Vadot			input-enable;
370*f126890aSEmmanuel Vadot		};
371*f126890aSEmmanuel Vadot		gpio160o_pins: gpio160o-pins {
372*f126890aSEmmanuel Vadot			pins = "GPIO160/CLKOUT/RNGOSCOUT";
373*f126890aSEmmanuel Vadot			bias-disable;
374*f126890aSEmmanuel Vadot			output-high;
375*f126890aSEmmanuel Vadot		};
376*f126890aSEmmanuel Vadot		gpio169o_pins: gpio169o-pins {
377*f126890aSEmmanuel Vadot			pins = "GPIO169/nSCIPME";
378*f126890aSEmmanuel Vadot			bias-disable;
379*f126890aSEmmanuel Vadot			output-high;
380*f126890aSEmmanuel Vadot		};
381*f126890aSEmmanuel Vadot		gpio188o_pins: gpio188o-pins {
382*f126890aSEmmanuel Vadot			pins = "GPIO188/SPI3D2/nSPI3CS2";
383*f126890aSEmmanuel Vadot			bias-disable;
384*f126890aSEmmanuel Vadot			output-high;
385*f126890aSEmmanuel Vadot		};
386*f126890aSEmmanuel Vadot		gpio189_pins: gpio189-pins {
387*f126890aSEmmanuel Vadot			pins = "GPIO189/SPI3D3/nSPI3CS3";
388*f126890aSEmmanuel Vadot			bias-disable;
389*f126890aSEmmanuel Vadot			input-enable;
390*f126890aSEmmanuel Vadot		};
391*f126890aSEmmanuel Vadot		gpio196_pins: gpio196-pins {
392*f126890aSEmmanuel Vadot			pins = "GPIO196/SMB0CSCL";
393*f126890aSEmmanuel Vadot			bias-disable;
394*f126890aSEmmanuel Vadot			input-enable;
395*f126890aSEmmanuel Vadot		};
396*f126890aSEmmanuel Vadot		gpio197_pins: gpio197-pins {
397*f126890aSEmmanuel Vadot			pins = "GPIO197/SMB0DEN";
398*f126890aSEmmanuel Vadot			bias-disable;
399*f126890aSEmmanuel Vadot			input-enable;
400*f126890aSEmmanuel Vadot		};
401*f126890aSEmmanuel Vadot		gpio198o_pins: gpio198o-pins {
402*f126890aSEmmanuel Vadot			pins = "GPIO198/SMB0DSDA";
403*f126890aSEmmanuel Vadot			bias-disable;
404*f126890aSEmmanuel Vadot			output-high;
405*f126890aSEmmanuel Vadot		};
406*f126890aSEmmanuel Vadot		gpio199o_pins: gpio199o-pins {
407*f126890aSEmmanuel Vadot			pins = "GPIO199/SMB0DSCL";
408*f126890aSEmmanuel Vadot			bias-disable;
409*f126890aSEmmanuel Vadot			output-high;
410*f126890aSEmmanuel Vadot		};
411*f126890aSEmmanuel Vadot		gpio200_pins: gpio200-pins {
412*f126890aSEmmanuel Vadot			pins = "GPIO200/R2CK";
413*f126890aSEmmanuel Vadot			input-enable;
414*f126890aSEmmanuel Vadot			bias-disable;
415*f126890aSEmmanuel Vadot		};
416*f126890aSEmmanuel Vadot		gpio202_pins: gpio202-pins {
417*f126890aSEmmanuel Vadot			pins = "GPIO202/SMB0CSDA";
418*f126890aSEmmanuel Vadot			bias-disable;
419*f126890aSEmmanuel Vadot			input-enable;
420*f126890aSEmmanuel Vadot		};
421*f126890aSEmmanuel Vadot		gpio203o_pins: gpio203o-pins {
422*f126890aSEmmanuel Vadot			pins = "GPIO203/FANIN16";
423*f126890aSEmmanuel Vadot			bias-disable;
424*f126890aSEmmanuel Vadot			output-high;
425*f126890aSEmmanuel Vadot		};
426*f126890aSEmmanuel Vadot		gpio208_pins: gpio208-pins {
427*f126890aSEmmanuel Vadot			pins = "GPIO208/RG2TXC/DVCK";
428*f126890aSEmmanuel Vadot			bias-disable;
429*f126890aSEmmanuel Vadot			input-enable;
430*f126890aSEmmanuel Vadot		};
431*f126890aSEmmanuel Vadot		gpio209ol_pins: gpio209ol-pins {
432*f126890aSEmmanuel Vadot			pins = "GPIO209/RG2TXCTL/DDRV4";
433*f126890aSEmmanuel Vadot			bias-disable;
434*f126890aSEmmanuel Vadot			output-low;
435*f126890aSEmmanuel Vadot		};
436*f126890aSEmmanuel Vadot		gpio210ol_pins: gpio210ol-pins {
437*f126890aSEmmanuel Vadot			pins = "GPIO210/RG2RXD0/DDRV5";
438*f126890aSEmmanuel Vadot			bias-disable;
439*f126890aSEmmanuel Vadot			output-low;
440*f126890aSEmmanuel Vadot		};
441*f126890aSEmmanuel Vadot		gpio211ol_pins: gpio211ol-pins {
442*f126890aSEmmanuel Vadot			pins = "GPIO211/RG2RXD1/DDRV6";
443*f126890aSEmmanuel Vadot			bias-disable;
444*f126890aSEmmanuel Vadot			output-low;
445*f126890aSEmmanuel Vadot		};
446*f126890aSEmmanuel Vadot		gpio212ol_pins: gpio212ol-pins {
447*f126890aSEmmanuel Vadot			pins = "GPIO212/RG2RXD2/DDRV7";
448*f126890aSEmmanuel Vadot			bias-disable;
449*f126890aSEmmanuel Vadot			output-low;
450*f126890aSEmmanuel Vadot		};
451*f126890aSEmmanuel Vadot		gpio213ol_pins: gpio213ol-pins {
452*f126890aSEmmanuel Vadot			pins = "GPIO213/RG2RXD3/DDRV8";
453*f126890aSEmmanuel Vadot			bias-disable;
454*f126890aSEmmanuel Vadot			output-low;
455*f126890aSEmmanuel Vadot		};
456*f126890aSEmmanuel Vadot		gpio214ol_pins: gpio214ol-pins {
457*f126890aSEmmanuel Vadot			pins = "GPIO214/RG2RXC/DDRV9";
458*f126890aSEmmanuel Vadot			bias-disable;
459*f126890aSEmmanuel Vadot			output-low;
460*f126890aSEmmanuel Vadot		};
461*f126890aSEmmanuel Vadot		gpio215ol_pins: gpio215ol-pins {
462*f126890aSEmmanuel Vadot			pins = "GPIO215/RG2RXCTL/DDRV10";
463*f126890aSEmmanuel Vadot			bias-disable;
464*f126890aSEmmanuel Vadot			output-low;
465*f126890aSEmmanuel Vadot		};
466*f126890aSEmmanuel Vadot		gpio216ol_pins: gpio216ol-pins {
467*f126890aSEmmanuel Vadot			pins = "GPIO216/RG2MDC/DDRV11";
468*f126890aSEmmanuel Vadot			bias-disable;
469*f126890aSEmmanuel Vadot			output-low;
470*f126890aSEmmanuel Vadot		};
471*f126890aSEmmanuel Vadot		gpio217ol_pins: gpio217ol-pins {
472*f126890aSEmmanuel Vadot			pins = "GPIO217/RG2MDIO/DVHSYNC";
473*f126890aSEmmanuel Vadot			bias-disable;
474*f126890aSEmmanuel Vadot			output-low;
475*f126890aSEmmanuel Vadot		};
476*f126890aSEmmanuel Vadot		gpio224_pins: gpio224-pins {
477*f126890aSEmmanuel Vadot			pins = "GPIO224/SPIXCK";
478*f126890aSEmmanuel Vadot			bias-disable;
479*f126890aSEmmanuel Vadot			input-enable;
480*f126890aSEmmanuel Vadot		};
481*f126890aSEmmanuel Vadot		gpio225ol_pins: gpio225ol-pins {
482*f126890aSEmmanuel Vadot			pins = "GPO225/SPIXD0/STRAP12";
483*f126890aSEmmanuel Vadot			bias-disable;
484*f126890aSEmmanuel Vadot			output-low;
485*f126890aSEmmanuel Vadot		};
486*f126890aSEmmanuel Vadot		gpio226ol_pins: gpio226ol-pins {
487*f126890aSEmmanuel Vadot			pins = "GPO226/SPIXD1/STRAP13";
488*f126890aSEmmanuel Vadot			bias-disable;
489*f126890aSEmmanuel Vadot			output-low;
490*f126890aSEmmanuel Vadot		};
491*f126890aSEmmanuel Vadot		gpio227ol_pins: gpio227ol-pins {
492*f126890aSEmmanuel Vadot			pins = "GPIO227/nSPIXCS0";
493*f126890aSEmmanuel Vadot			bias-disable;
494*f126890aSEmmanuel Vadot			output-low;
495*f126890aSEmmanuel Vadot		};
496*f126890aSEmmanuel Vadot		gpio228o_pins: gpio228ol-pins {
497*f126890aSEmmanuel Vadot			pins = "GPIO228/nSPIXCS1";
498*f126890aSEmmanuel Vadot			bias-disable;
499*f126890aSEmmanuel Vadot			output-high;
500*f126890aSEmmanuel Vadot		};
501*f126890aSEmmanuel Vadot		gpio229o_pins: gpio229o-pins {
502*f126890aSEmmanuel Vadot			pins = "GPO229/SPIXD2/STRAP3";
503*f126890aSEmmanuel Vadot			bias-disable;
504*f126890aSEmmanuel Vadot			output-high;
505*f126890aSEmmanuel Vadot		};
506*f126890aSEmmanuel Vadot		gpio230_pins: gpio230-pins {
507*f126890aSEmmanuel Vadot			pins = "GPIO230/SPIXD3";
508*f126890aSEmmanuel Vadot			bias-disable;
509*f126890aSEmmanuel Vadot			input-enable;
510*f126890aSEmmanuel Vadot		};
511*f126890aSEmmanuel Vadot		gpio231o_pins: gpio231o-pins {
512*f126890aSEmmanuel Vadot			pins = "GPIO231/nCLKREQ";
513*f126890aSEmmanuel Vadot			bias-disable;
514*f126890aSEmmanuel Vadot			output-high;
515*f126890aSEmmanuel Vadot		};
516*f126890aSEmmanuel Vadot	};
517*f126890aSEmmanuel Vadot};
518