xref: /freebsd-src/sys/contrib/device-tree/src/arm/nuvoton/nuvoton-npcm730-gsj-gpio.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot// Copyright (c) 2018 Nuvoton Technology tomer.maimon@nuvoton.com
3*f126890aSEmmanuel Vadot
4*f126890aSEmmanuel Vadot/ {
5*f126890aSEmmanuel Vadot	pinctrl: pinctrl@f0800000 {
6*f126890aSEmmanuel Vadot		gpio0pp_pins: gpio0pp-pins {
7*f126890aSEmmanuel Vadot			pins = "GPIO0/IOX1DI";
8*f126890aSEmmanuel Vadot			bias-disable;
9*f126890aSEmmanuel Vadot			drive-push-pull;
10*f126890aSEmmanuel Vadot		};
11*f126890aSEmmanuel Vadot		gpio1pp_pins: gpio1pp-pins {
12*f126890aSEmmanuel Vadot			pins = "GPIO1/IOX1LD";
13*f126890aSEmmanuel Vadot			bias-disable;
14*f126890aSEmmanuel Vadot			drive-push-pull;
15*f126890aSEmmanuel Vadot		};
16*f126890aSEmmanuel Vadot		gpio2pp_pins: gpio2pp-pins {
17*f126890aSEmmanuel Vadot			pins = "GPIO2/IOX1CK";
18*f126890aSEmmanuel Vadot			bias-disable;
19*f126890aSEmmanuel Vadot			drive-push-pull;
20*f126890aSEmmanuel Vadot		};
21*f126890aSEmmanuel Vadot		gpio3pp_pins: gpio3pp-pins {
22*f126890aSEmmanuel Vadot			pins = "GPIO3/IOX1D0";
23*f126890aSEmmanuel Vadot			bias-disable;
24*f126890aSEmmanuel Vadot			drive-push-pull;
25*f126890aSEmmanuel Vadot		};
26*f126890aSEmmanuel Vadot		gpio4pp_pins: gpio4pp-pins {
27*f126890aSEmmanuel Vadot			pins = "GPIO4/IOX2DI/SMB1DSDA";
28*f126890aSEmmanuel Vadot			bias-disable;
29*f126890aSEmmanuel Vadot			drive-push-pull;
30*f126890aSEmmanuel Vadot		};
31*f126890aSEmmanuel Vadot		gpio5pp_pins: gpio5pp-pins {
32*f126890aSEmmanuel Vadot			pins = "GPIO5/IOX2LD/SMB1DSCL";
33*f126890aSEmmanuel Vadot			bias-disable;
34*f126890aSEmmanuel Vadot			drive-push-pull;
35*f126890aSEmmanuel Vadot		};
36*f126890aSEmmanuel Vadot		gpio6pp_pins: gpio6pp-pins {
37*f126890aSEmmanuel Vadot			pins = "GPIO6/IOX2CK/SMB2DSDA";
38*f126890aSEmmanuel Vadot			bias-disable;
39*f126890aSEmmanuel Vadot			drive-push-pull;
40*f126890aSEmmanuel Vadot		};
41*f126890aSEmmanuel Vadot		gpio7pp_pins: gpio7pp-pins {
42*f126890aSEmmanuel Vadot			pins = "GPIO7/IOX2D0/SMB2DSCL";
43*f126890aSEmmanuel Vadot			bias-disable;
44*f126890aSEmmanuel Vadot			drive-push-pull;
45*f126890aSEmmanuel Vadot		};
46*f126890aSEmmanuel Vadot		gpio8_pins: gpio8-pins {
47*f126890aSEmmanuel Vadot			pins = "GPIO8/LKGPO1";
48*f126890aSEmmanuel Vadot			bias-disable;
49*f126890aSEmmanuel Vadot			input-enable;
50*f126890aSEmmanuel Vadot		};
51*f126890aSEmmanuel Vadot		gpio9_pins: gpio9-pins {
52*f126890aSEmmanuel Vadot			pins = "GPIO9/LKGPO2";
53*f126890aSEmmanuel Vadot			bias-disable;
54*f126890aSEmmanuel Vadot			input-enable;
55*f126890aSEmmanuel Vadot		};
56*f126890aSEmmanuel Vadot		gpio10pp_pins: gpio10pp-pins {
57*f126890aSEmmanuel Vadot			pins = "GPIO10/IOXHLD";
58*f126890aSEmmanuel Vadot			bias-disable;
59*f126890aSEmmanuel Vadot			drive-push-pull;
60*f126890aSEmmanuel Vadot		};
61*f126890aSEmmanuel Vadot		gpio11pp_pins: gpio11pp-pins {
62*f126890aSEmmanuel Vadot			pins = "GPIO11/IOXHCK";
63*f126890aSEmmanuel Vadot			bias-disable;
64*f126890aSEmmanuel Vadot			drive-push-pull;
65*f126890aSEmmanuel Vadot		};
66*f126890aSEmmanuel Vadot		gpio12_pins: gpio12-pins {
67*f126890aSEmmanuel Vadot			pins = "GPIO12/GSPICK/SMB5BSCL";
68*f126890aSEmmanuel Vadot			bias-disable;
69*f126890aSEmmanuel Vadot			input-enable;
70*f126890aSEmmanuel Vadot		};
71*f126890aSEmmanuel Vadot		gpio13_pins: gpio13-pins {
72*f126890aSEmmanuel Vadot			pins = "GPIO13/GSPIDO/SMB5BSDA";
73*f126890aSEmmanuel Vadot			bias-disable;
74*f126890aSEmmanuel Vadot			input-enable;
75*f126890aSEmmanuel Vadot		};
76*f126890aSEmmanuel Vadot		gpio14_pins: gpio14-pins {
77*f126890aSEmmanuel Vadot			pins = "GPIO14/GSPIDI/SMB5CSCL";
78*f126890aSEmmanuel Vadot			bias-disable;
79*f126890aSEmmanuel Vadot			input-enable;
80*f126890aSEmmanuel Vadot		};
81*f126890aSEmmanuel Vadot		gpio15od_pins: gpio15od-pins {
82*f126890aSEmmanuel Vadot			pins = "GPIO15/GSPICS/SMB5CSDA";
83*f126890aSEmmanuel Vadot			bias-disable;
84*f126890aSEmmanuel Vadot			drive-open-drain;
85*f126890aSEmmanuel Vadot		};
86*f126890aSEmmanuel Vadot		gpio17pp_pins: gpio17pp-pins {
87*f126890aSEmmanuel Vadot			pins = "GPIO17/PSPI2DI/SMB4DEN";
88*f126890aSEmmanuel Vadot			bias-disable;
89*f126890aSEmmanuel Vadot			drive-push-pull;
90*f126890aSEmmanuel Vadot		};
91*f126890aSEmmanuel Vadot		gpio18pp_pins: gpio18pp-pins {
92*f126890aSEmmanuel Vadot			pins = "GPIO18/PSPI2D0/SMB4BSDA";
93*f126890aSEmmanuel Vadot			bias-disable;
94*f126890aSEmmanuel Vadot			drive-push-pull;
95*f126890aSEmmanuel Vadot		};
96*f126890aSEmmanuel Vadot		gpio19pp_pins: gpio19pp-pins {
97*f126890aSEmmanuel Vadot			pins = "GPIO19/PSPI2CK/SMB4BSCL";
98*f126890aSEmmanuel Vadot			bias-disable;
99*f126890aSEmmanuel Vadot			drive-push-pull;
100*f126890aSEmmanuel Vadot		};
101*f126890aSEmmanuel Vadot		gpio24pp_pins: gpio24pp-pins {
102*f126890aSEmmanuel Vadot			pins = "GPIO24/IOXHDO";
103*f126890aSEmmanuel Vadot			bias-disable;
104*f126890aSEmmanuel Vadot			drive-push-pull;
105*f126890aSEmmanuel Vadot		};
106*f126890aSEmmanuel Vadot		gpio25pp_pins: gpio25pp-pins {
107*f126890aSEmmanuel Vadot			pins = "GPIO25/IOXHDI";
108*f126890aSEmmanuel Vadot			bias-disable;
109*f126890aSEmmanuel Vadot			drive-push-pull;
110*f126890aSEmmanuel Vadot		};
111*f126890aSEmmanuel Vadot		gpio37od_pins: gpio37od-pins {
112*f126890aSEmmanuel Vadot			pins = "GPIO37/SMB3CSDA";
113*f126890aSEmmanuel Vadot			bias-disable;
114*f126890aSEmmanuel Vadot			drive-open-drain;
115*f126890aSEmmanuel Vadot		};
116*f126890aSEmmanuel Vadot		gpio59pp_pins: gpio59pp-pins {
117*f126890aSEmmanuel Vadot			pins = "GPIO59/SMB3DSDA";
118*f126890aSEmmanuel Vadot			bias-disable;
119*f126890aSEmmanuel Vadot			drive-push-pull;
120*f126890aSEmmanuel Vadot		};
121*f126890aSEmmanuel Vadot		gpio60_pins: gpio60-pins {
122*f126890aSEmmanuel Vadot			pins = "GPIO60/SMB3DSCL";
123*f126890aSEmmanuel Vadot			bias-disable;
124*f126890aSEmmanuel Vadot			input-enable;
125*f126890aSEmmanuel Vadot		};
126*f126890aSEmmanuel Vadot		gpio72od_pins: gpio72od-pins {
127*f126890aSEmmanuel Vadot			pins = "GPIO72/FANIN8";
128*f126890aSEmmanuel Vadot			bias-disable;
129*f126890aSEmmanuel Vadot			drive-open-drain;
130*f126890aSEmmanuel Vadot		};
131*f126890aSEmmanuel Vadot		gpio73od_pins: gpio73od-pins {
132*f126890aSEmmanuel Vadot			pins = "GPIO73/FANIN9";
133*f126890aSEmmanuel Vadot			bias-disable;
134*f126890aSEmmanuel Vadot			drive-open-drain;
135*f126890aSEmmanuel Vadot		};
136*f126890aSEmmanuel Vadot		gpio74od_pins: gpio74od-pins {
137*f126890aSEmmanuel Vadot			pins = "GPIO74/FANIN10";
138*f126890aSEmmanuel Vadot			bias-disable;
139*f126890aSEmmanuel Vadot			drive-open-drain;
140*f126890aSEmmanuel Vadot		};
141*f126890aSEmmanuel Vadot		gpio75od_pins: gpio75od-pins {
142*f126890aSEmmanuel Vadot			pins = "GPIO75/FANIN11";
143*f126890aSEmmanuel Vadot			bias-disable;
144*f126890aSEmmanuel Vadot			drive-open-drain;
145*f126890aSEmmanuel Vadot		};
146*f126890aSEmmanuel Vadot		gpio76od_pins: gpio76od-pins {
147*f126890aSEmmanuel Vadot			pins = "GPIO76/FANIN12";
148*f126890aSEmmanuel Vadot			bias-disable;
149*f126890aSEmmanuel Vadot			drive-open-drain;
150*f126890aSEmmanuel Vadot		};
151*f126890aSEmmanuel Vadot		gpio77od_pins: gpio77od-pins {
152*f126890aSEmmanuel Vadot			pins = "GPIO77/FANIN13";
153*f126890aSEmmanuel Vadot			bias-disable;
154*f126890aSEmmanuel Vadot			drive-open-drain;
155*f126890aSEmmanuel Vadot		};
156*f126890aSEmmanuel Vadot		gpio78od_pins: gpio78od-pins {
157*f126890aSEmmanuel Vadot			pins = "GPIO78/FANIN14";
158*f126890aSEmmanuel Vadot			bias-disable;
159*f126890aSEmmanuel Vadot			drive-open-drain;
160*f126890aSEmmanuel Vadot		};
161*f126890aSEmmanuel Vadot		gpio79od_pins: gpio79od-pins {
162*f126890aSEmmanuel Vadot			pins = "GPIO79/FANIN15";
163*f126890aSEmmanuel Vadot			bias-disable;
164*f126890aSEmmanuel Vadot			drive-open-drain;
165*f126890aSEmmanuel Vadot		};
166*f126890aSEmmanuel Vadot		gpio83_pins: gpio83-pins {
167*f126890aSEmmanuel Vadot			pins = "GPIO83/PWM3";
168*f126890aSEmmanuel Vadot			bias-disable;
169*f126890aSEmmanuel Vadot			input-enable;
170*f126890aSEmmanuel Vadot		};
171*f126890aSEmmanuel Vadot		gpio84pp_pins: gpio84pp-pins {
172*f126890aSEmmanuel Vadot			pins = "GPIO84/R2TXD0";
173*f126890aSEmmanuel Vadot			bias-disable;
174*f126890aSEmmanuel Vadot			drive-push-pull;
175*f126890aSEmmanuel Vadot		};
176*f126890aSEmmanuel Vadot		gpio85pp_pins: gpio85pp-pins {
177*f126890aSEmmanuel Vadot			pins = "GPIO85/R2TXD1";
178*f126890aSEmmanuel Vadot			bias-disable;
179*f126890aSEmmanuel Vadot			drive-push-pull;
180*f126890aSEmmanuel Vadot		};
181*f126890aSEmmanuel Vadot		gpio86pp_pins: gpio86pp-pins {
182*f126890aSEmmanuel Vadot			pins = "GPIO86/R2TXEN";
183*f126890aSEmmanuel Vadot			bias-disable;
184*f126890aSEmmanuel Vadot			drive-push-pull;
185*f126890aSEmmanuel Vadot		};
186*f126890aSEmmanuel Vadot		gpio87pp_pins: gpio87pp-pins {
187*f126890aSEmmanuel Vadot			pins = "GPIO87/R2RXD0";
188*f126890aSEmmanuel Vadot			bias-disable;
189*f126890aSEmmanuel Vadot			drive-push-pull;
190*f126890aSEmmanuel Vadot		};
191*f126890aSEmmanuel Vadot		gpio88pp_pins: gpio88pp-pins {
192*f126890aSEmmanuel Vadot			pins = "GPIO88/R2RXD1";
193*f126890aSEmmanuel Vadot			bias-disable;
194*f126890aSEmmanuel Vadot			drive-push-pull;
195*f126890aSEmmanuel Vadot		};
196*f126890aSEmmanuel Vadot		gpio89pp_pins: gpio89pp-pins {
197*f126890aSEmmanuel Vadot			pins = "GPIO89/R2CRSDV";
198*f126890aSEmmanuel Vadot			bias-disable;
199*f126890aSEmmanuel Vadot			drive-push-pull;
200*f126890aSEmmanuel Vadot		};
201*f126890aSEmmanuel Vadot		gpio90pp_pins: gpio90pp-pins {
202*f126890aSEmmanuel Vadot			pins = "GPIO90/R2RXERR";
203*f126890aSEmmanuel Vadot			bias-disable;
204*f126890aSEmmanuel Vadot			drive-push-pull;
205*f126890aSEmmanuel Vadot		};
206*f126890aSEmmanuel Vadot		gpio91_pins: gpio91-pins {
207*f126890aSEmmanuel Vadot			pins = "GPIO91/R2MDC";
208*f126890aSEmmanuel Vadot			bias-disable;
209*f126890aSEmmanuel Vadot			input-enable;
210*f126890aSEmmanuel Vadot		};
211*f126890aSEmmanuel Vadot		gpio92_pins: gpio92-pins {
212*f126890aSEmmanuel Vadot			pins = "GPIO92/R2MDIO";
213*f126890aSEmmanuel Vadot			bias-disable;
214*f126890aSEmmanuel Vadot			input-enable;
215*f126890aSEmmanuel Vadot		};
216*f126890aSEmmanuel Vadot		gpio93pp_pins: gpio93pp-pins {
217*f126890aSEmmanuel Vadot			pins = "GPIO93/GA20/SMB5DSCL";
218*f126890aSEmmanuel Vadot			bias-disable;
219*f126890aSEmmanuel Vadot			drive-push-pull;
220*f126890aSEmmanuel Vadot		};
221*f126890aSEmmanuel Vadot		gpio94pp_pins: gpio94pp-pins {
222*f126890aSEmmanuel Vadot			pins = "GPIO94/nKBRST/SMB5DSDA";
223*f126890aSEmmanuel Vadot			bias-disable;
224*f126890aSEmmanuel Vadot			drive-push-pull;
225*f126890aSEmmanuel Vadot		};
226*f126890aSEmmanuel Vadot		gpio95_pins: gpio95-pins {
227*f126890aSEmmanuel Vadot			pins = "GPIO95/nLRESET/nESPIRST";
228*f126890aSEmmanuel Vadot			bias-disable;
229*f126890aSEmmanuel Vadot			input-enable;
230*f126890aSEmmanuel Vadot		};
231*f126890aSEmmanuel Vadot		gpio125pp_pins: gpio125pp-pins {
232*f126890aSEmmanuel Vadot			pins = "GPIO125/SMB1CSCL";
233*f126890aSEmmanuel Vadot			bias-disable;
234*f126890aSEmmanuel Vadot			drive-push-pull;
235*f126890aSEmmanuel Vadot		};
236*f126890aSEmmanuel Vadot		gpio126od_pins: gpio126od-pins {
237*f126890aSEmmanuel Vadot			pins = "GPIO126/SMB1BSDA";
238*f126890aSEmmanuel Vadot			bias-disable;
239*f126890aSEmmanuel Vadot			drive-open-drain;
240*f126890aSEmmanuel Vadot		};
241*f126890aSEmmanuel Vadot		gpio127od_pins: gpio127od-pins {
242*f126890aSEmmanuel Vadot			pins = "GPIO127/SMB1BSCL";
243*f126890aSEmmanuel Vadot			bias-disable;
244*f126890aSEmmanuel Vadot			drive-open-drain;
245*f126890aSEmmanuel Vadot		};
246*f126890aSEmmanuel Vadot		gpio136_pins: gpio136-pins {
247*f126890aSEmmanuel Vadot			pins = "GPIO136/SD1DT0";
248*f126890aSEmmanuel Vadot			bias-disable;
249*f126890aSEmmanuel Vadot			input-enable;
250*f126890aSEmmanuel Vadot		};
251*f126890aSEmmanuel Vadot		gpio137_pins: gpio137-pins {
252*f126890aSEmmanuel Vadot			pins = "GPIO137/SD1DT1";
253*f126890aSEmmanuel Vadot			bias-disable;
254*f126890aSEmmanuel Vadot			input-enable;
255*f126890aSEmmanuel Vadot		};
256*f126890aSEmmanuel Vadot		gpio141_pins: gpio141-pins {
257*f126890aSEmmanuel Vadot			pins = "GPIO141/SD1WP";
258*f126890aSEmmanuel Vadot			bias-disable;
259*f126890aSEmmanuel Vadot			input-enable;
260*f126890aSEmmanuel Vadot		};
261*f126890aSEmmanuel Vadot		gpio142od_pins: gpio142od-pins {
262*f126890aSEmmanuel Vadot			pins = "GPIO142/SD1CMD";
263*f126890aSEmmanuel Vadot			bias-disable;
264*f126890aSEmmanuel Vadot			drive-open-drain;
265*f126890aSEmmanuel Vadot		};
266*f126890aSEmmanuel Vadot		gpio143ol_pins: gpio143ol-pins {
267*f126890aSEmmanuel Vadot			pins = "GPIO143/SD1CD/SD1PWR";
268*f126890aSEmmanuel Vadot			bias-disable;
269*f126890aSEmmanuel Vadot			output-low;
270*f126890aSEmmanuel Vadot		};
271*f126890aSEmmanuel Vadot		gpio144_pins: gpio144-pins {
272*f126890aSEmmanuel Vadot			pins = "GPIO144/PWM4";
273*f126890aSEmmanuel Vadot			bias-disable;
274*f126890aSEmmanuel Vadot			input-enable;
275*f126890aSEmmanuel Vadot		};
276*f126890aSEmmanuel Vadot		gpio145_pins: gpio145-pins {
277*f126890aSEmmanuel Vadot			pins = "GPIO145/PWM5";
278*f126890aSEmmanuel Vadot			bias-disable;
279*f126890aSEmmanuel Vadot			input-enable;
280*f126890aSEmmanuel Vadot		};
281*f126890aSEmmanuel Vadot		gpio146_pins: gpio146-pins {
282*f126890aSEmmanuel Vadot			pins = "GPIO146/PWM6";
283*f126890aSEmmanuel Vadot			bias-disable;
284*f126890aSEmmanuel Vadot			input-enable;
285*f126890aSEmmanuel Vadot		};
286*f126890aSEmmanuel Vadot		gpio147_pins: gpio147-pins {
287*f126890aSEmmanuel Vadot			pins = "GPIO147/PWM7";
288*f126890aSEmmanuel Vadot			bias-disable;
289*f126890aSEmmanuel Vadot			input-enable;
290*f126890aSEmmanuel Vadot		};
291*f126890aSEmmanuel Vadot		gpio148_pins: gpio148-pins {
292*f126890aSEmmanuel Vadot			pins = "GPIO148/MMCDT4";
293*f126890aSEmmanuel Vadot			bias-disable;
294*f126890aSEmmanuel Vadot			input-enable;
295*f126890aSEmmanuel Vadot		};
296*f126890aSEmmanuel Vadot		gpio149_pins: gpio149-pins {
297*f126890aSEmmanuel Vadot			pins = "GPIO149/MMCDT5";
298*f126890aSEmmanuel Vadot			bias-disable;
299*f126890aSEmmanuel Vadot			input-enable;
300*f126890aSEmmanuel Vadot		};
301*f126890aSEmmanuel Vadot		gpio150_pins: gpio150-pins {
302*f126890aSEmmanuel Vadot			pins = "GPIO150/MMCDT6";
303*f126890aSEmmanuel Vadot			bias-disable;
304*f126890aSEmmanuel Vadot			input-enable;
305*f126890aSEmmanuel Vadot		};
306*f126890aSEmmanuel Vadot		gpio151_pins: gpio151-pins {
307*f126890aSEmmanuel Vadot			pins = "GPIO151/MMCDT7";
308*f126890aSEmmanuel Vadot			bias-disable;
309*f126890aSEmmanuel Vadot			input-enable;
310*f126890aSEmmanuel Vadot		};
311*f126890aSEmmanuel Vadot		gpio152_pins: gpio152-pins {
312*f126890aSEmmanuel Vadot			pins = "GPIO152/MMCCLK";
313*f126890aSEmmanuel Vadot			bias-disable;
314*f126890aSEmmanuel Vadot			input-enable;
315*f126890aSEmmanuel Vadot		};
316*f126890aSEmmanuel Vadot		gpio153_pins: gpio153-pins {
317*f126890aSEmmanuel Vadot			pins = "GPIO153/MMCWP";
318*f126890aSEmmanuel Vadot			bias-disable;
319*f126890aSEmmanuel Vadot			input-enable;
320*f126890aSEmmanuel Vadot		};
321*f126890aSEmmanuel Vadot		gpio154_pins: gpio154-pins {
322*f126890aSEmmanuel Vadot			pins = "GPIO154/MMCCMD";
323*f126890aSEmmanuel Vadot			bias-disable;
324*f126890aSEmmanuel Vadot			input-enable;
325*f126890aSEmmanuel Vadot		};
326*f126890aSEmmanuel Vadot		gpio155_pins: gpio155-pins {
327*f126890aSEmmanuel Vadot			pins = "GPIO155/nMMCCD/nMMCRST";
328*f126890aSEmmanuel Vadot			bias-disable;
329*f126890aSEmmanuel Vadot			input-enable;
330*f126890aSEmmanuel Vadot		};
331*f126890aSEmmanuel Vadot		gpio156_pins: gpio156-pins {
332*f126890aSEmmanuel Vadot			pins = "GPIO156/MMCDT0";
333*f126890aSEmmanuel Vadot			bias-disable;
334*f126890aSEmmanuel Vadot			input-enable;
335*f126890aSEmmanuel Vadot		};
336*f126890aSEmmanuel Vadot		gpio157_pins: gpio157-pins {
337*f126890aSEmmanuel Vadot			pins = "GPIO157/MMCDT1";
338*f126890aSEmmanuel Vadot			bias-disable;
339*f126890aSEmmanuel Vadot			input-enable;
340*f126890aSEmmanuel Vadot		};
341*f126890aSEmmanuel Vadot		gpio158_pins: gpio158-pins {
342*f126890aSEmmanuel Vadot			pins = "GPIO158/MMCDT2";
343*f126890aSEmmanuel Vadot			bias-disable;
344*f126890aSEmmanuel Vadot			input-enable;
345*f126890aSEmmanuel Vadot		};
346*f126890aSEmmanuel Vadot		gpio159_pins: gpio159-pins {
347*f126890aSEmmanuel Vadot			pins = "GPIO159/MMCDT3";
348*f126890aSEmmanuel Vadot			bias-disable;
349*f126890aSEmmanuel Vadot			input-enable;
350*f126890aSEmmanuel Vadot		};
351*f126890aSEmmanuel Vadot		gpio161_pins: gpio161-pins {
352*f126890aSEmmanuel Vadot			pins = "GPIO161/nLFRAME/nESPICS";
353*f126890aSEmmanuel Vadot			bias-disable;
354*f126890aSEmmanuel Vadot			input-enable;
355*f126890aSEmmanuel Vadot		};
356*f126890aSEmmanuel Vadot		gpio162_pins: gpio162-pins {
357*f126890aSEmmanuel Vadot			pins = "GPIO162/SERIRQ";
358*f126890aSEmmanuel Vadot			bias-disable;
359*f126890aSEmmanuel Vadot			input-enable;
360*f126890aSEmmanuel Vadot		};
361*f126890aSEmmanuel Vadot		gpio163_pins: gpio163-pins {
362*f126890aSEmmanuel Vadot			pins = "GPIO163/LCLK/ESPICLK";
363*f126890aSEmmanuel Vadot			bias-disable;
364*f126890aSEmmanuel Vadot			input-enable;
365*f126890aSEmmanuel Vadot		};
366*f126890aSEmmanuel Vadot		gpio164_pins: gpio164-pins {
367*f126890aSEmmanuel Vadot			pins = "GPIO164/LAD0/ESPI_IO0";
368*f126890aSEmmanuel Vadot			bias-disable;
369*f126890aSEmmanuel Vadot			input-enable;
370*f126890aSEmmanuel Vadot		};
371*f126890aSEmmanuel Vadot		gpio165_pins: gpio165-pins {
372*f126890aSEmmanuel Vadot			pins = "GPIO165/LAD1/ESPI_IO1";
373*f126890aSEmmanuel Vadot			bias-disable;
374*f126890aSEmmanuel Vadot			input-enable;
375*f126890aSEmmanuel Vadot		};
376*f126890aSEmmanuel Vadot		gpio166_pins: gpio166-pins {
377*f126890aSEmmanuel Vadot			pins = "GPIO166/LAD2/ESPI_IO2";
378*f126890aSEmmanuel Vadot			bias-disable;
379*f126890aSEmmanuel Vadot			input-enable;
380*f126890aSEmmanuel Vadot		};
381*f126890aSEmmanuel Vadot		gpio167_pins: gpio167-pins {
382*f126890aSEmmanuel Vadot			pins = "GPIO167/LAD3/ESPI_IO3";
383*f126890aSEmmanuel Vadot			bias-disable;
384*f126890aSEmmanuel Vadot			input-enable;
385*f126890aSEmmanuel Vadot		};
386*f126890aSEmmanuel Vadot		gpio168_pins: gpio168-pins {
387*f126890aSEmmanuel Vadot			pins = "GPIO168/nCLKRUN/nESPIALERT";
388*f126890aSEmmanuel Vadot			bias-disable;
389*f126890aSEmmanuel Vadot			input-enable;
390*f126890aSEmmanuel Vadot		};
391*f126890aSEmmanuel Vadot		gpio169_pins: gpio169-pins {
392*f126890aSEmmanuel Vadot			pins = "GPIO169/nSCIPME";
393*f126890aSEmmanuel Vadot			bias-disable;
394*f126890aSEmmanuel Vadot			input-enable;
395*f126890aSEmmanuel Vadot		};
396*f126890aSEmmanuel Vadot		gpio170_pins: gpio170-pins {
397*f126890aSEmmanuel Vadot			pins = "GPIO170/nSMI";
398*f126890aSEmmanuel Vadot			bias-disable;
399*f126890aSEmmanuel Vadot			input-enable;
400*f126890aSEmmanuel Vadot		};
401*f126890aSEmmanuel Vadot		gpio175od_pins: gpio175od-pins {
402*f126890aSEmmanuel Vadot			pins = "GPIO175/PSPI1CK/FANIN19";
403*f126890aSEmmanuel Vadot			bias-disable;
404*f126890aSEmmanuel Vadot			drive-open-drain;
405*f126890aSEmmanuel Vadot		};
406*f126890aSEmmanuel Vadot		gpio176od_pins: gpio176od-pins {
407*f126890aSEmmanuel Vadot			pins = "GPIO176/PSPI1DO/FANIN18";
408*f126890aSEmmanuel Vadot			bias-disable;
409*f126890aSEmmanuel Vadot			drive-open-drain;
410*f126890aSEmmanuel Vadot		};
411*f126890aSEmmanuel Vadot		gpio177_pins: gpio177-pins {
412*f126890aSEmmanuel Vadot			pins = "GPIO177/PSPI1DI/FANIN17";
413*f126890aSEmmanuel Vadot			bias-disable;
414*f126890aSEmmanuel Vadot			input-enable;
415*f126890aSEmmanuel Vadot		};
416*f126890aSEmmanuel Vadot		gpio190od_pins: gpio190od-pins {
417*f126890aSEmmanuel Vadot			pins = "GPIO190/nPRD_SMI";
418*f126890aSEmmanuel Vadot			bias-disable;
419*f126890aSEmmanuel Vadot			drive-open-drain;
420*f126890aSEmmanuel Vadot		};
421*f126890aSEmmanuel Vadot		gpio191_pins: gpio191-pins {
422*f126890aSEmmanuel Vadot			pins = "GPIO191";
423*f126890aSEmmanuel Vadot			bias-disable;
424*f126890aSEmmanuel Vadot			input-enable;
425*f126890aSEmmanuel Vadot		};
426*f126890aSEmmanuel Vadot		gpio192_pins: gpio192-pins {
427*f126890aSEmmanuel Vadot			pins = "GPIO192";
428*f126890aSEmmanuel Vadot			bias-disable;
429*f126890aSEmmanuel Vadot			input-enable;
430*f126890aSEmmanuel Vadot		};
431*f126890aSEmmanuel Vadot		gpio194pp_pins: gpio194pp-pins {
432*f126890aSEmmanuel Vadot			pins = "GPIO194/SMB0BSCL";
433*f126890aSEmmanuel Vadot			bias-disable;
434*f126890aSEmmanuel Vadot			drive-push-pull;
435*f126890aSEmmanuel Vadot		};
436*f126890aSEmmanuel Vadot		gpio195od_pins: gpio195od-pins {
437*f126890aSEmmanuel Vadot			pins = "GPIO195/SMB0BSDA";
438*f126890aSEmmanuel Vadot			bias-disable;
439*f126890aSEmmanuel Vadot			drive-open-drain;
440*f126890aSEmmanuel Vadot		};
441*f126890aSEmmanuel Vadot		gpio196od_pins: gpio196od-pins {
442*f126890aSEmmanuel Vadot			pins = "GPIO196/SMB0CSCL";
443*f126890aSEmmanuel Vadot			bias-disable;
444*f126890aSEmmanuel Vadot			drive-open-drain;
445*f126890aSEmmanuel Vadot		};
446*f126890aSEmmanuel Vadot		gpio197od_pins: gpio197od-pins {
447*f126890aSEmmanuel Vadot			pins = "GPIO197/SMB0DEN";
448*f126890aSEmmanuel Vadot			bias-disable;
449*f126890aSEmmanuel Vadot			drive-open-drain;
450*f126890aSEmmanuel Vadot		};
451*f126890aSEmmanuel Vadot		gpio198od_pins: gpio198od-pins {
452*f126890aSEmmanuel Vadot			pins = "GPIO198/SMB0DSDA";
453*f126890aSEmmanuel Vadot			bias-disable;
454*f126890aSEmmanuel Vadot			drive-open-drain;
455*f126890aSEmmanuel Vadot		};
456*f126890aSEmmanuel Vadot		gpio199od_pins: gpio199od-pins {
457*f126890aSEmmanuel Vadot			pins = "GPIO199/SMB0DSCL";
458*f126890aSEmmanuel Vadot			bias-disable;
459*f126890aSEmmanuel Vadot			drive-open-drain;
460*f126890aSEmmanuel Vadot		};
461*f126890aSEmmanuel Vadot		gpio200pp_pins: gpio200pp-pins {
462*f126890aSEmmanuel Vadot			pins = "GPIO200/R2CK";
463*f126890aSEmmanuel Vadot			bias-disable;
464*f126890aSEmmanuel Vadot			drive-push-pull;
465*f126890aSEmmanuel Vadot		};
466*f126890aSEmmanuel Vadot		gpio202od_pins: gpio202od-pins {
467*f126890aSEmmanuel Vadot			pins = "GPIO202/SMB0CSDA";
468*f126890aSEmmanuel Vadot			bias-disable;
469*f126890aSEmmanuel Vadot			drive-open-drain;
470*f126890aSEmmanuel Vadot		};
471*f126890aSEmmanuel Vadot		gpio203_pins: gpio203-pins {
472*f126890aSEmmanuel Vadot			pins = "GPIO203/FANIN16";
473*f126890aSEmmanuel Vadot			bias-disable;
474*f126890aSEmmanuel Vadot			input-enable;
475*f126890aSEmmanuel Vadot		};
476*f126890aSEmmanuel Vadot	};
477*f126890aSEmmanuel Vadot};
478