xref: /freebsd-src/sys/contrib/device-tree/src/arm/nvidia/tegra124-nyan-big.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/dts-v1/;
3*f126890aSEmmanuel Vadot
4*f126890aSEmmanuel Vadot#include "tegra124-nyan.dtsi"
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot#include "tegra124-nyan-big-emc.dtsi"
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot/ {
9*f126890aSEmmanuel Vadot	model = "Acer Chromebook 13 CB5-311";
10*f126890aSEmmanuel Vadot	compatible = "google,nyan-big-rev7", "google,nyan-big-rev6",
11*f126890aSEmmanuel Vadot		     "google,nyan-big-rev5", "google,nyan-big-rev4",
12*f126890aSEmmanuel Vadot		     "google,nyan-big-rev3", "google,nyan-big-rev2",
13*f126890aSEmmanuel Vadot		     "google,nyan-big-rev1", "google,nyan-big-rev0",
14*f126890aSEmmanuel Vadot		     "google,nyan-big", "google,nyan", "nvidia,tegra124";
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadot	host1x@50000000 {
17*f126890aSEmmanuel Vadot		dpaux@545c0000 {
18*f126890aSEmmanuel Vadot			aux-bus {
19*f126890aSEmmanuel Vadot				panel: panel {
20*f126890aSEmmanuel Vadot					compatible = "auo,b133xtn01";
21*f126890aSEmmanuel Vadot					power-supply = <&vdd_3v3_panel>;
22*f126890aSEmmanuel Vadot					backlight = <&backlight>;
23*f126890aSEmmanuel Vadot				};
24*f126890aSEmmanuel Vadot			};
25*f126890aSEmmanuel Vadot		};
26*f126890aSEmmanuel Vadot	};
27*f126890aSEmmanuel Vadot
28*f126890aSEmmanuel Vadot	pinmux@70000868 {
29*f126890aSEmmanuel Vadot		pinctrl-names = "default";
30*f126890aSEmmanuel Vadot		pinctrl-0 = <&pinmux_default>;
31*f126890aSEmmanuel Vadot
32*f126890aSEmmanuel Vadot		pinmux_default: pinmux {
33*f126890aSEmmanuel Vadot			clk_32k_out_pa0 {
34*f126890aSEmmanuel Vadot				nvidia,pins = "clk_32k_out_pa0";
35*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
36*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
37*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
38*f126890aSEmmanuel Vadot			};
39*f126890aSEmmanuel Vadot			uart3_cts_n_pa1 {
40*f126890aSEmmanuel Vadot				nvidia,pins = "uart3_cts_n_pa1";
41*f126890aSEmmanuel Vadot				nvidia,function = "gmi";
42*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
43*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
44*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
45*f126890aSEmmanuel Vadot			};
46*f126890aSEmmanuel Vadot			dap2_fs_pa2 {
47*f126890aSEmmanuel Vadot				nvidia,pins = "dap2_fs_pa2";
48*f126890aSEmmanuel Vadot				nvidia,function = "i2s1";
49*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
50*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
51*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
52*f126890aSEmmanuel Vadot			};
53*f126890aSEmmanuel Vadot			dap2_sclk_pa3 {
54*f126890aSEmmanuel Vadot				nvidia,pins = "dap2_sclk_pa3";
55*f126890aSEmmanuel Vadot				nvidia,function = "i2s1";
56*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
57*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
58*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
59*f126890aSEmmanuel Vadot			};
60*f126890aSEmmanuel Vadot			dap2_din_pa4 {
61*f126890aSEmmanuel Vadot				nvidia,pins = "dap2_din_pa4";
62*f126890aSEmmanuel Vadot				nvidia,function = "i2s1";
63*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
64*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
65*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
66*f126890aSEmmanuel Vadot			};
67*f126890aSEmmanuel Vadot			dap2_dout_pa5 {
68*f126890aSEmmanuel Vadot				nvidia,pins = "dap2_dout_pa5";
69*f126890aSEmmanuel Vadot				nvidia,function = "i2s1";
70*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
71*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
72*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
73*f126890aSEmmanuel Vadot			};
74*f126890aSEmmanuel Vadot			sdmmc3_clk_pa6 {
75*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc3_clk_pa6";
76*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc3";
77*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
78*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
79*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
80*f126890aSEmmanuel Vadot			};
81*f126890aSEmmanuel Vadot			sdmmc3_cmd_pa7 {
82*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc3_cmd_pa7";
83*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc3";
84*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
85*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
86*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
87*f126890aSEmmanuel Vadot			};
88*f126890aSEmmanuel Vadot			pb0 {
89*f126890aSEmmanuel Vadot				nvidia,pins = "pb0";
90*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
91*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
92*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
93*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
94*f126890aSEmmanuel Vadot			};
95*f126890aSEmmanuel Vadot			pb1 {
96*f126890aSEmmanuel Vadot				nvidia,pins = "pb1";
97*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
98*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
99*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
100*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
101*f126890aSEmmanuel Vadot			};
102*f126890aSEmmanuel Vadot			sdmmc3_dat3_pb4 {
103*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc3_dat3_pb4";
104*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc3";
105*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
106*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
107*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
108*f126890aSEmmanuel Vadot			};
109*f126890aSEmmanuel Vadot			sdmmc3_dat2_pb5 {
110*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc3_dat2_pb5";
111*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc3";
112*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
113*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
114*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
115*f126890aSEmmanuel Vadot			};
116*f126890aSEmmanuel Vadot			sdmmc3_dat1_pb6 {
117*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc3_dat1_pb6";
118*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc3";
119*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
120*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
121*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
122*f126890aSEmmanuel Vadot			};
123*f126890aSEmmanuel Vadot			sdmmc3_dat0_pb7 {
124*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc3_dat0_pb7";
125*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc3";
126*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
127*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
128*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
129*f126890aSEmmanuel Vadot			};
130*f126890aSEmmanuel Vadot			uart3_rts_n_pc0 {
131*f126890aSEmmanuel Vadot				nvidia,pins = "uart3_rts_n_pc0";
132*f126890aSEmmanuel Vadot				nvidia,function = "gmi";
133*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
134*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
135*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
136*f126890aSEmmanuel Vadot			};
137*f126890aSEmmanuel Vadot			uart2_txd_pc2 {
138*f126890aSEmmanuel Vadot				nvidia,pins = "uart2_txd_pc2";
139*f126890aSEmmanuel Vadot				nvidia,function = "irda";
140*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
141*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
142*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
143*f126890aSEmmanuel Vadot			};
144*f126890aSEmmanuel Vadot			uart2_rxd_pc3 {
145*f126890aSEmmanuel Vadot				nvidia,pins = "uart2_rxd_pc3";
146*f126890aSEmmanuel Vadot				nvidia,function = "irda";
147*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
148*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
149*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
150*f126890aSEmmanuel Vadot			};
151*f126890aSEmmanuel Vadot			gen1_i2c_scl_pc4 {
152*f126890aSEmmanuel Vadot				nvidia,pins = "gen1_i2c_scl_pc4";
153*f126890aSEmmanuel Vadot				nvidia,function = "i2c1";
154*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
155*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
156*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
157*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
158*f126890aSEmmanuel Vadot			};
159*f126890aSEmmanuel Vadot			gen1_i2c_sda_pc5 {
160*f126890aSEmmanuel Vadot				nvidia,pins = "gen1_i2c_sda_pc5";
161*f126890aSEmmanuel Vadot				nvidia,function = "i2c1";
162*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
163*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
164*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
165*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
166*f126890aSEmmanuel Vadot			};
167*f126890aSEmmanuel Vadot			pc7 {
168*f126890aSEmmanuel Vadot				nvidia,pins = "pc7";
169*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
170*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
171*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
172*f126890aSEmmanuel Vadot			};
173*f126890aSEmmanuel Vadot			pg0 {
174*f126890aSEmmanuel Vadot				nvidia,pins = "pg0";
175*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
176*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
177*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
178*f126890aSEmmanuel Vadot			};
179*f126890aSEmmanuel Vadot			pg1 {
180*f126890aSEmmanuel Vadot				nvidia,pins = "pg1";
181*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
182*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
183*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
184*f126890aSEmmanuel Vadot			};
185*f126890aSEmmanuel Vadot			pg2 {
186*f126890aSEmmanuel Vadot				nvidia,pins = "pg2";
187*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
188*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
189*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
190*f126890aSEmmanuel Vadot			};
191*f126890aSEmmanuel Vadot			pg3 {
192*f126890aSEmmanuel Vadot				nvidia,pins = "pg3";
193*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
194*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
195*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
196*f126890aSEmmanuel Vadot			};
197*f126890aSEmmanuel Vadot			pg4 {
198*f126890aSEmmanuel Vadot				nvidia,pins = "pg4";
199*f126890aSEmmanuel Vadot				nvidia,function = "spi4";
200*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
201*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
202*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
203*f126890aSEmmanuel Vadot			};
204*f126890aSEmmanuel Vadot			pg5 {
205*f126890aSEmmanuel Vadot				nvidia,pins = "pg5";
206*f126890aSEmmanuel Vadot				nvidia,function = "spi4";
207*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
208*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
209*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
210*f126890aSEmmanuel Vadot			};
211*f126890aSEmmanuel Vadot			pg6 {
212*f126890aSEmmanuel Vadot				nvidia,pins = "pg6";
213*f126890aSEmmanuel Vadot				nvidia,function = "spi4";
214*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
215*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
216*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
217*f126890aSEmmanuel Vadot			};
218*f126890aSEmmanuel Vadot			pg7 {
219*f126890aSEmmanuel Vadot				nvidia,pins = "pg7";
220*f126890aSEmmanuel Vadot				nvidia,function = "spi4";
221*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
222*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
223*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
224*f126890aSEmmanuel Vadot			};
225*f126890aSEmmanuel Vadot			ph0 {
226*f126890aSEmmanuel Vadot				nvidia,pins = "ph0";
227*f126890aSEmmanuel Vadot				nvidia,function = "gmi";
228*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
229*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
230*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
231*f126890aSEmmanuel Vadot			};
232*f126890aSEmmanuel Vadot			ph1 {
233*f126890aSEmmanuel Vadot				nvidia,pins = "ph1";
234*f126890aSEmmanuel Vadot				nvidia,function = "pwm1";
235*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
236*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
237*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
238*f126890aSEmmanuel Vadot			};
239*f126890aSEmmanuel Vadot			ph2 {
240*f126890aSEmmanuel Vadot				nvidia,pins = "ph2";
241*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
242*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
243*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
244*f126890aSEmmanuel Vadot			};
245*f126890aSEmmanuel Vadot			ph3 {
246*f126890aSEmmanuel Vadot				nvidia,pins = "ph3";
247*f126890aSEmmanuel Vadot				nvidia,function = "gmi";
248*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
249*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
250*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
251*f126890aSEmmanuel Vadot			};
252*f126890aSEmmanuel Vadot			ph4 {
253*f126890aSEmmanuel Vadot				nvidia,pins = "ph4";
254*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
255*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
256*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
257*f126890aSEmmanuel Vadot			};
258*f126890aSEmmanuel Vadot			ph5 {
259*f126890aSEmmanuel Vadot				nvidia,pins = "ph5";
260*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
261*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
262*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
263*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
264*f126890aSEmmanuel Vadot			};
265*f126890aSEmmanuel Vadot			ph6 {
266*f126890aSEmmanuel Vadot				nvidia,pins = "ph6";
267*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
268*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
269*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
270*f126890aSEmmanuel Vadot			};
271*f126890aSEmmanuel Vadot			ph7 {
272*f126890aSEmmanuel Vadot				nvidia,pins = "ph7";
273*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
274*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
275*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
276*f126890aSEmmanuel Vadot			};
277*f126890aSEmmanuel Vadot			pi0 {
278*f126890aSEmmanuel Vadot				nvidia,pins = "pi0";
279*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
280*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
281*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
282*f126890aSEmmanuel Vadot			};
283*f126890aSEmmanuel Vadot			pi1 {
284*f126890aSEmmanuel Vadot				nvidia,pins = "pi1";
285*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
286*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
287*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
288*f126890aSEmmanuel Vadot			};
289*f126890aSEmmanuel Vadot			pi2 {
290*f126890aSEmmanuel Vadot				nvidia,pins = "pi2";
291*f126890aSEmmanuel Vadot				nvidia,function = "rsvd4";
292*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
293*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
294*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
295*f126890aSEmmanuel Vadot			};
296*f126890aSEmmanuel Vadot			pi3 {
297*f126890aSEmmanuel Vadot				nvidia,pins = "pi3";
298*f126890aSEmmanuel Vadot				nvidia,function = "spi4";
299*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
300*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
301*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
302*f126890aSEmmanuel Vadot			};
303*f126890aSEmmanuel Vadot			pi4 {
304*f126890aSEmmanuel Vadot				nvidia,pins = "pi4";
305*f126890aSEmmanuel Vadot				nvidia,function = "gmi";
306*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
307*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
308*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
309*f126890aSEmmanuel Vadot			};
310*f126890aSEmmanuel Vadot			pi5 {
311*f126890aSEmmanuel Vadot				nvidia,pins = "pi5";
312*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
313*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
314*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
315*f126890aSEmmanuel Vadot			};
316*f126890aSEmmanuel Vadot			pi6 {
317*f126890aSEmmanuel Vadot				nvidia,pins = "pi6";
318*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
319*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
320*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
321*f126890aSEmmanuel Vadot			};
322*f126890aSEmmanuel Vadot			pi7 {
323*f126890aSEmmanuel Vadot				nvidia,pins = "pi7";
324*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
325*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
326*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
327*f126890aSEmmanuel Vadot			};
328*f126890aSEmmanuel Vadot			pj0 {
329*f126890aSEmmanuel Vadot				nvidia,pins = "pj0";
330*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
331*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
332*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
333*f126890aSEmmanuel Vadot			};
334*f126890aSEmmanuel Vadot			pj2 {
335*f126890aSEmmanuel Vadot				nvidia,pins = "pj2";
336*f126890aSEmmanuel Vadot				nvidia,function = "rsvd1";
337*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
338*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
339*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
340*f126890aSEmmanuel Vadot			};
341*f126890aSEmmanuel Vadot			uart2_cts_n_pj5 {
342*f126890aSEmmanuel Vadot				nvidia,pins = "uart2_cts_n_pj5";
343*f126890aSEmmanuel Vadot				nvidia,function = "gmi";
344*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
345*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
346*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
347*f126890aSEmmanuel Vadot			};
348*f126890aSEmmanuel Vadot			uart2_rts_n_pj6 {
349*f126890aSEmmanuel Vadot				nvidia,pins = "uart2_rts_n_pj6";
350*f126890aSEmmanuel Vadot				nvidia,function = "gmi";
351*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
352*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
353*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
354*f126890aSEmmanuel Vadot			};
355*f126890aSEmmanuel Vadot			pj7 {
356*f126890aSEmmanuel Vadot				nvidia,pins = "pj7";
357*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
358*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
359*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
360*f126890aSEmmanuel Vadot			};
361*f126890aSEmmanuel Vadot			pk0 {
362*f126890aSEmmanuel Vadot				nvidia,pins = "pk0";
363*f126890aSEmmanuel Vadot				nvidia,function = "rsvd1";
364*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
365*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
366*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
367*f126890aSEmmanuel Vadot			};
368*f126890aSEmmanuel Vadot			pk1 {
369*f126890aSEmmanuel Vadot				nvidia,pins = "pk1";
370*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
371*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
372*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
373*f126890aSEmmanuel Vadot			};
374*f126890aSEmmanuel Vadot			pk2 {
375*f126890aSEmmanuel Vadot				nvidia,pins = "pk2";
376*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
377*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
378*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
379*f126890aSEmmanuel Vadot			};
380*f126890aSEmmanuel Vadot			pk3 {
381*f126890aSEmmanuel Vadot				nvidia,pins = "pk3";
382*f126890aSEmmanuel Vadot				nvidia,function = "gmi";
383*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
384*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
385*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
386*f126890aSEmmanuel Vadot			};
387*f126890aSEmmanuel Vadot			pk4 {
388*f126890aSEmmanuel Vadot				nvidia,pins = "pk4";
389*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
390*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
391*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
392*f126890aSEmmanuel Vadot			};
393*f126890aSEmmanuel Vadot			spdif_out_pk5 {
394*f126890aSEmmanuel Vadot				nvidia,pins = "spdif_out_pk5";
395*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
396*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
397*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
398*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
399*f126890aSEmmanuel Vadot			};
400*f126890aSEmmanuel Vadot			spdif_in_pk6 {
401*f126890aSEmmanuel Vadot				nvidia,pins = "spdif_in_pk6";
402*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
403*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
404*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
405*f126890aSEmmanuel Vadot			};
406*f126890aSEmmanuel Vadot			pk7 {
407*f126890aSEmmanuel Vadot				nvidia,pins = "pk7";
408*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
409*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
410*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
411*f126890aSEmmanuel Vadot			};
412*f126890aSEmmanuel Vadot			dap1_fs_pn0 {
413*f126890aSEmmanuel Vadot				nvidia,pins = "dap1_fs_pn0";
414*f126890aSEmmanuel Vadot				nvidia,function = "rsvd4";
415*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
416*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
417*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
418*f126890aSEmmanuel Vadot			};
419*f126890aSEmmanuel Vadot			dap1_din_pn1 {
420*f126890aSEmmanuel Vadot				nvidia,pins = "dap1_din_pn1";
421*f126890aSEmmanuel Vadot				nvidia,function = "rsvd4";
422*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
423*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
424*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
425*f126890aSEmmanuel Vadot			};
426*f126890aSEmmanuel Vadot			dap1_dout_pn2 {
427*f126890aSEmmanuel Vadot				nvidia,pins = "dap1_dout_pn2";
428*f126890aSEmmanuel Vadot				nvidia,function = "i2s0";
429*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
430*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
431*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
432*f126890aSEmmanuel Vadot			};
433*f126890aSEmmanuel Vadot			dap1_sclk_pn3 {
434*f126890aSEmmanuel Vadot				nvidia,pins = "dap1_sclk_pn3";
435*f126890aSEmmanuel Vadot				nvidia,function = "rsvd4";
436*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
437*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
438*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
439*f126890aSEmmanuel Vadot			};
440*f126890aSEmmanuel Vadot			usb_vbus_en0_pn4 {
441*f126890aSEmmanuel Vadot				nvidia,pins = "usb_vbus_en0_pn4";
442*f126890aSEmmanuel Vadot				nvidia,function = "usb";
443*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
444*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
445*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
446*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
447*f126890aSEmmanuel Vadot			};
448*f126890aSEmmanuel Vadot			usb_vbus_en1_pn5 {
449*f126890aSEmmanuel Vadot				nvidia,pins = "usb_vbus_en1_pn5";
450*f126890aSEmmanuel Vadot				nvidia,function = "usb";
451*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
452*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
453*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
454*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
455*f126890aSEmmanuel Vadot			};
456*f126890aSEmmanuel Vadot			hdmi_int_pn7 {
457*f126890aSEmmanuel Vadot				nvidia,pins = "hdmi_int_pn7";
458*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
459*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
460*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
461*f126890aSEmmanuel Vadot				nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
462*f126890aSEmmanuel Vadot			};
463*f126890aSEmmanuel Vadot			ulpi_data7_po0 {
464*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_data7_po0";
465*f126890aSEmmanuel Vadot				nvidia,function = "ulpi";
466*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
467*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
468*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
469*f126890aSEmmanuel Vadot			};
470*f126890aSEmmanuel Vadot			ulpi_data0_po1 {
471*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_data0_po1";
472*f126890aSEmmanuel Vadot				nvidia,function = "ulpi";
473*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
474*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
475*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
476*f126890aSEmmanuel Vadot			};
477*f126890aSEmmanuel Vadot			ulpi_data1_po2 {
478*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_data1_po2";
479*f126890aSEmmanuel Vadot				nvidia,function = "ulpi";
480*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
481*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
482*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
483*f126890aSEmmanuel Vadot			};
484*f126890aSEmmanuel Vadot			ulpi_data2_po3 {
485*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_data2_po3";
486*f126890aSEmmanuel Vadot				nvidia,function = "ulpi";
487*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
488*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
489*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
490*f126890aSEmmanuel Vadot			};
491*f126890aSEmmanuel Vadot			ulpi_data3_po4 {
492*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_data3_po4";
493*f126890aSEmmanuel Vadot				nvidia,function = "ulpi";
494*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
495*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
496*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
497*f126890aSEmmanuel Vadot			};
498*f126890aSEmmanuel Vadot			ulpi_data4_po5 {
499*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_data4_po5";
500*f126890aSEmmanuel Vadot				nvidia,function = "ulpi";
501*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
502*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
503*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
504*f126890aSEmmanuel Vadot			};
505*f126890aSEmmanuel Vadot			ulpi_data5_po6 {
506*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_data5_po6";
507*f126890aSEmmanuel Vadot				nvidia,function = "ulpi";
508*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
509*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
510*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
511*f126890aSEmmanuel Vadot			};
512*f126890aSEmmanuel Vadot			ulpi_data6_po7 {
513*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_data6_po7";
514*f126890aSEmmanuel Vadot				nvidia,function = "ulpi";
515*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
516*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
517*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
518*f126890aSEmmanuel Vadot			};
519*f126890aSEmmanuel Vadot			dap3_fs_pp0 {
520*f126890aSEmmanuel Vadot				nvidia,pins = "dap3_fs_pp0";
521*f126890aSEmmanuel Vadot				nvidia,function = "i2s2";
522*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
523*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
524*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
525*f126890aSEmmanuel Vadot			};
526*f126890aSEmmanuel Vadot			dap3_din_pp1 {
527*f126890aSEmmanuel Vadot				nvidia,pins = "dap3_din_pp1";
528*f126890aSEmmanuel Vadot				nvidia,function = "i2s2";
529*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
530*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
531*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
532*f126890aSEmmanuel Vadot			};
533*f126890aSEmmanuel Vadot			dap3_dout_pp2 {
534*f126890aSEmmanuel Vadot				nvidia,pins = "dap3_dout_pp2";
535*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
536*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
537*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
538*f126890aSEmmanuel Vadot			};
539*f126890aSEmmanuel Vadot			dap3_sclk_pp3 {
540*f126890aSEmmanuel Vadot				nvidia,pins = "dap3_sclk_pp3";
541*f126890aSEmmanuel Vadot				nvidia,function = "rsvd3";
542*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
543*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
544*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
545*f126890aSEmmanuel Vadot			};
546*f126890aSEmmanuel Vadot			dap4_fs_pp4 {
547*f126890aSEmmanuel Vadot				nvidia,pins = "dap4_fs_pp4";
548*f126890aSEmmanuel Vadot				nvidia,function = "rsvd4";
549*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
550*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
551*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
552*f126890aSEmmanuel Vadot			};
553*f126890aSEmmanuel Vadot			dap4_din_pp5 {
554*f126890aSEmmanuel Vadot				nvidia,pins = "dap4_din_pp5";
555*f126890aSEmmanuel Vadot				nvidia,function = "rsvd3";
556*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
557*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
558*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
559*f126890aSEmmanuel Vadot			};
560*f126890aSEmmanuel Vadot			dap4_dout_pp6 {
561*f126890aSEmmanuel Vadot				nvidia,pins = "dap4_dout_pp6";
562*f126890aSEmmanuel Vadot				nvidia,function = "rsvd4";
563*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
564*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
565*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
566*f126890aSEmmanuel Vadot			};
567*f126890aSEmmanuel Vadot			dap4_sclk_pp7 {
568*f126890aSEmmanuel Vadot				nvidia,pins = "dap4_sclk_pp7";
569*f126890aSEmmanuel Vadot				nvidia,function = "rsvd3";
570*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
571*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
572*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
573*f126890aSEmmanuel Vadot			};
574*f126890aSEmmanuel Vadot			kb_col0_pq0 {
575*f126890aSEmmanuel Vadot				nvidia,pins = "kb_col0_pq0";
576*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
577*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
578*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
579*f126890aSEmmanuel Vadot			};
580*f126890aSEmmanuel Vadot			kb_col1_pq1 {
581*f126890aSEmmanuel Vadot				nvidia,pins = "kb_col1_pq1";
582*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
583*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
584*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
585*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
586*f126890aSEmmanuel Vadot			};
587*f126890aSEmmanuel Vadot			kb_col2_pq2 {
588*f126890aSEmmanuel Vadot				nvidia,pins = "kb_col2_pq2";
589*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
590*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
591*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
592*f126890aSEmmanuel Vadot			};
593*f126890aSEmmanuel Vadot			kb_col3_pq3 {
594*f126890aSEmmanuel Vadot				nvidia,pins = "kb_col3_pq3";
595*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
596*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
597*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
598*f126890aSEmmanuel Vadot			};
599*f126890aSEmmanuel Vadot			kb_col4_pq4 {
600*f126890aSEmmanuel Vadot				nvidia,pins = "kb_col4_pq4";
601*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc3";
602*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
603*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
604*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
605*f126890aSEmmanuel Vadot			};
606*f126890aSEmmanuel Vadot			kb_col5_pq5 {
607*f126890aSEmmanuel Vadot				nvidia,pins = "kb_col5_pq5";
608*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
609*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
610*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
611*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
612*f126890aSEmmanuel Vadot			};
613*f126890aSEmmanuel Vadot			kb_col6_pq6 {
614*f126890aSEmmanuel Vadot				nvidia,pins = "kb_col6_pq6";
615*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
616*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
617*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
618*f126890aSEmmanuel Vadot			};
619*f126890aSEmmanuel Vadot			kb_col7_pq7 {
620*f126890aSEmmanuel Vadot				nvidia,pins = "kb_col7_pq7";
621*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
622*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
623*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
624*f126890aSEmmanuel Vadot			};
625*f126890aSEmmanuel Vadot			kb_row0_pr0 {
626*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row0_pr0";
627*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
628*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
629*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
630*f126890aSEmmanuel Vadot			};
631*f126890aSEmmanuel Vadot			kb_row1_pr1 {
632*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row1_pr1";
633*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
634*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
635*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
636*f126890aSEmmanuel Vadot			};
637*f126890aSEmmanuel Vadot			kb_row2_pr2 {
638*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row2_pr2";
639*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
640*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
641*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
642*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
643*f126890aSEmmanuel Vadot			};
644*f126890aSEmmanuel Vadot			kb_row3_pr3 {
645*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row3_pr3";
646*f126890aSEmmanuel Vadot				nvidia,function = "kbc";
647*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
648*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
649*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
650*f126890aSEmmanuel Vadot			};
651*f126890aSEmmanuel Vadot			kb_row4_pr4 {
652*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row4_pr4";
653*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
654*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
655*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
656*f126890aSEmmanuel Vadot			};
657*f126890aSEmmanuel Vadot			kb_row5_pr5 {
658*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row5_pr5";
659*f126890aSEmmanuel Vadot				nvidia,function = "rsvd3";
660*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
661*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
662*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
663*f126890aSEmmanuel Vadot			};
664*f126890aSEmmanuel Vadot			kb_row6_pr6 {
665*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row6_pr6";
666*f126890aSEmmanuel Vadot				nvidia,function = "kbc";
667*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
668*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
669*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
670*f126890aSEmmanuel Vadot			};
671*f126890aSEmmanuel Vadot			kb_row7_pr7 {
672*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row7_pr7";
673*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
674*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
675*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
676*f126890aSEmmanuel Vadot			};
677*f126890aSEmmanuel Vadot			kb_row8_ps0 {
678*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row8_ps0";
679*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
680*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
681*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
682*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
683*f126890aSEmmanuel Vadot			};
684*f126890aSEmmanuel Vadot			kb_row9_ps1 {
685*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row9_ps1";
686*f126890aSEmmanuel Vadot				nvidia,function = "uarta";
687*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
688*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
689*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
690*f126890aSEmmanuel Vadot			};
691*f126890aSEmmanuel Vadot			kb_row10_ps2 {
692*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row10_ps2";
693*f126890aSEmmanuel Vadot				nvidia,function = "uarta";
694*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
695*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
696*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
697*f126890aSEmmanuel Vadot			};
698*f126890aSEmmanuel Vadot			kb_row11_ps3 {
699*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row11_ps3";
700*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
701*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
702*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
703*f126890aSEmmanuel Vadot			};
704*f126890aSEmmanuel Vadot			kb_row12_ps4 {
705*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row12_ps4";
706*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
707*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
708*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
709*f126890aSEmmanuel Vadot			};
710*f126890aSEmmanuel Vadot			kb_row13_ps5 {
711*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row13_ps5";
712*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
713*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
714*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
715*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
716*f126890aSEmmanuel Vadot			};
717*f126890aSEmmanuel Vadot			kb_row14_ps6 {
718*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row14_ps6";
719*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
720*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
721*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
722*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
723*f126890aSEmmanuel Vadot			};
724*f126890aSEmmanuel Vadot			kb_row15_ps7 {
725*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row15_ps7";
726*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
727*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
728*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
729*f126890aSEmmanuel Vadot			};
730*f126890aSEmmanuel Vadot			kb_row16_pt0 {
731*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row16_pt0";
732*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
733*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
734*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
735*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
736*f126890aSEmmanuel Vadot			};
737*f126890aSEmmanuel Vadot			kb_row17_pt1 {
738*f126890aSEmmanuel Vadot				nvidia,pins = "kb_row17_pt1";
739*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
740*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
741*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
742*f126890aSEmmanuel Vadot			};
743*f126890aSEmmanuel Vadot			gen2_i2c_scl_pt5 {
744*f126890aSEmmanuel Vadot				nvidia,pins = "gen2_i2c_scl_pt5";
745*f126890aSEmmanuel Vadot				nvidia,function = "i2c2";
746*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
747*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
748*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
749*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
750*f126890aSEmmanuel Vadot			};
751*f126890aSEmmanuel Vadot			gen2_i2c_sda_pt6 {
752*f126890aSEmmanuel Vadot				nvidia,pins = "gen2_i2c_sda_pt6";
753*f126890aSEmmanuel Vadot				nvidia,function = "i2c2";
754*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
755*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
756*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
757*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
758*f126890aSEmmanuel Vadot			};
759*f126890aSEmmanuel Vadot			sdmmc4_cmd_pt7 {
760*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc4_cmd_pt7";
761*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc4";
762*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
763*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
764*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
765*f126890aSEmmanuel Vadot			};
766*f126890aSEmmanuel Vadot			pu0 {
767*f126890aSEmmanuel Vadot				nvidia,pins = "pu0";
768*f126890aSEmmanuel Vadot				nvidia,function = "rsvd4";
769*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
770*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
771*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
772*f126890aSEmmanuel Vadot			};
773*f126890aSEmmanuel Vadot			pu1 {
774*f126890aSEmmanuel Vadot				nvidia,pins = "pu1";
775*f126890aSEmmanuel Vadot				nvidia,function = "rsvd1";
776*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
777*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
778*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
779*f126890aSEmmanuel Vadot			};
780*f126890aSEmmanuel Vadot			pu2 {
781*f126890aSEmmanuel Vadot				nvidia,pins = "pu2";
782*f126890aSEmmanuel Vadot				nvidia,function = "rsvd1";
783*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
784*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
785*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
786*f126890aSEmmanuel Vadot			};
787*f126890aSEmmanuel Vadot			pu3 {
788*f126890aSEmmanuel Vadot				nvidia,pins = "pu3";
789*f126890aSEmmanuel Vadot				nvidia,function = "gmi";
790*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
791*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
792*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
793*f126890aSEmmanuel Vadot			};
794*f126890aSEmmanuel Vadot			pu4 {
795*f126890aSEmmanuel Vadot				nvidia,pins = "pu4";
796*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
797*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
798*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
799*f126890aSEmmanuel Vadot			};
800*f126890aSEmmanuel Vadot			pu5 {
801*f126890aSEmmanuel Vadot				nvidia,pins = "pu5";
802*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
803*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
804*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
805*f126890aSEmmanuel Vadot			};
806*f126890aSEmmanuel Vadot			pu6 {
807*f126890aSEmmanuel Vadot				nvidia,pins = "pu6";
808*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
809*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
810*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
811*f126890aSEmmanuel Vadot			};
812*f126890aSEmmanuel Vadot			pv0 {
813*f126890aSEmmanuel Vadot				nvidia,pins = "pv0";
814*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
815*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
816*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
817*f126890aSEmmanuel Vadot			};
818*f126890aSEmmanuel Vadot			pv1 {
819*f126890aSEmmanuel Vadot				nvidia,pins = "pv1";
820*f126890aSEmmanuel Vadot				nvidia,function = "rsvd1";
821*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
822*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
823*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
824*f126890aSEmmanuel Vadot			};
825*f126890aSEmmanuel Vadot			sdmmc3_cd_n_pv2 {
826*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc3_cd_n_pv2";
827*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc3";
828*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
829*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
830*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
831*f126890aSEmmanuel Vadot			};
832*f126890aSEmmanuel Vadot			sdmmc1_wp_n_pv3 {
833*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc1_wp_n_pv3";
834*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc1";
835*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
836*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
837*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
838*f126890aSEmmanuel Vadot			};
839*f126890aSEmmanuel Vadot			ddc_scl_pv4 {
840*f126890aSEmmanuel Vadot				nvidia,pins = "ddc_scl_pv4";
841*f126890aSEmmanuel Vadot				nvidia,function = "i2c4";
842*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
843*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
844*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
845*f126890aSEmmanuel Vadot				nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
846*f126890aSEmmanuel Vadot			};
847*f126890aSEmmanuel Vadot			ddc_sda_pv5 {
848*f126890aSEmmanuel Vadot				nvidia,pins = "ddc_sda_pv5";
849*f126890aSEmmanuel Vadot				nvidia,function = "i2c4";
850*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
851*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
852*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
853*f126890aSEmmanuel Vadot				nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
854*f126890aSEmmanuel Vadot			};
855*f126890aSEmmanuel Vadot			gpio_w2_aud_pw2 {
856*f126890aSEmmanuel Vadot				nvidia,pins = "gpio_w2_aud_pw2";
857*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
858*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
859*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
860*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
861*f126890aSEmmanuel Vadot			};
862*f126890aSEmmanuel Vadot			gpio_w3_aud_pw3 {
863*f126890aSEmmanuel Vadot				nvidia,pins = "gpio_w3_aud_pw3";
864*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
865*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
866*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
867*f126890aSEmmanuel Vadot			};
868*f126890aSEmmanuel Vadot			dap_mclk1_pw4 {
869*f126890aSEmmanuel Vadot				nvidia,pins = "dap_mclk1_pw4";
870*f126890aSEmmanuel Vadot				nvidia,function = "extperiph1";
871*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
872*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
873*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
874*f126890aSEmmanuel Vadot			};
875*f126890aSEmmanuel Vadot			clk2_out_pw5 {
876*f126890aSEmmanuel Vadot				nvidia,pins = "clk2_out_pw5";
877*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
878*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
879*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
880*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
881*f126890aSEmmanuel Vadot			};
882*f126890aSEmmanuel Vadot			uart3_txd_pw6 {
883*f126890aSEmmanuel Vadot				nvidia,pins = "uart3_txd_pw6";
884*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
885*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
886*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
887*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
888*f126890aSEmmanuel Vadot			};
889*f126890aSEmmanuel Vadot			uart3_rxd_pw7 {
890*f126890aSEmmanuel Vadot				nvidia,pins = "uart3_rxd_pw7";
891*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
892*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
893*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
894*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
895*f126890aSEmmanuel Vadot			};
896*f126890aSEmmanuel Vadot			dvfs_pwm_px0 {
897*f126890aSEmmanuel Vadot				nvidia,pins = "dvfs_pwm_px0";
898*f126890aSEmmanuel Vadot				nvidia,function = "cldvfs";
899*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
900*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
901*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
902*f126890aSEmmanuel Vadot			};
903*f126890aSEmmanuel Vadot			gpio_x1_aud_px1 {
904*f126890aSEmmanuel Vadot				nvidia,pins = "gpio_x1_aud_px1";
905*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
906*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
907*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
908*f126890aSEmmanuel Vadot			};
909*f126890aSEmmanuel Vadot			dvfs_clk_px2 {
910*f126890aSEmmanuel Vadot				nvidia,pins = "dvfs_clk_px2";
911*f126890aSEmmanuel Vadot				nvidia,function = "cldvfs";
912*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
913*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
914*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
915*f126890aSEmmanuel Vadot			};
916*f126890aSEmmanuel Vadot			gpio_x3_aud_px3 {
917*f126890aSEmmanuel Vadot				nvidia,pins = "gpio_x3_aud_px3";
918*f126890aSEmmanuel Vadot				nvidia,function = "rsvd4";
919*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
920*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
921*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
922*f126890aSEmmanuel Vadot			};
923*f126890aSEmmanuel Vadot			gpio_x4_aud_px4 {
924*f126890aSEmmanuel Vadot				nvidia,pins = "gpio_x4_aud_px4";
925*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
926*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
927*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
928*f126890aSEmmanuel Vadot			};
929*f126890aSEmmanuel Vadot			gpio_x5_aud_px5 {
930*f126890aSEmmanuel Vadot				nvidia,pins = "gpio_x5_aud_px5";
931*f126890aSEmmanuel Vadot				nvidia,function = "rsvd4";
932*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
933*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
934*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
935*f126890aSEmmanuel Vadot			};
936*f126890aSEmmanuel Vadot			gpio_x6_aud_px6 {
937*f126890aSEmmanuel Vadot				nvidia,pins = "gpio_x6_aud_px6";
938*f126890aSEmmanuel Vadot				nvidia,function = "gmi";
939*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
940*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
941*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
942*f126890aSEmmanuel Vadot			};
943*f126890aSEmmanuel Vadot			gpio_x7_aud_px7 {
944*f126890aSEmmanuel Vadot				nvidia,pins = "gpio_x7_aud_px7";
945*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
946*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
947*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
948*f126890aSEmmanuel Vadot			};
949*f126890aSEmmanuel Vadot			ulpi_clk_py0 {
950*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_clk_py0";
951*f126890aSEmmanuel Vadot				nvidia,function = "spi1";
952*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
953*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
954*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
955*f126890aSEmmanuel Vadot			};
956*f126890aSEmmanuel Vadot			ulpi_dir_py1 {
957*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_dir_py1";
958*f126890aSEmmanuel Vadot				nvidia,function = "spi1";
959*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
960*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
961*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
962*f126890aSEmmanuel Vadot			};
963*f126890aSEmmanuel Vadot			ulpi_nxt_py2 {
964*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_nxt_py2";
965*f126890aSEmmanuel Vadot				nvidia,function = "spi1";
966*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
967*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
968*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
969*f126890aSEmmanuel Vadot			};
970*f126890aSEmmanuel Vadot			ulpi_stp_py3 {
971*f126890aSEmmanuel Vadot				nvidia,pins = "ulpi_stp_py3";
972*f126890aSEmmanuel Vadot				nvidia,function = "spi1";
973*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
974*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
975*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
976*f126890aSEmmanuel Vadot			};
977*f126890aSEmmanuel Vadot			sdmmc1_dat3_py4 {
978*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc1_dat3_py4";
979*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc1";
980*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
981*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
982*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
983*f126890aSEmmanuel Vadot			};
984*f126890aSEmmanuel Vadot			sdmmc1_dat2_py5 {
985*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc1_dat2_py5";
986*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc1";
987*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
988*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
989*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
990*f126890aSEmmanuel Vadot			};
991*f126890aSEmmanuel Vadot			sdmmc1_dat1_py6 {
992*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc1_dat1_py6";
993*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc1";
994*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
995*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
996*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
997*f126890aSEmmanuel Vadot			};
998*f126890aSEmmanuel Vadot			sdmmc1_dat0_py7 {
999*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc1_dat0_py7";
1000*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc1";
1001*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1002*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1003*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1004*f126890aSEmmanuel Vadot			};
1005*f126890aSEmmanuel Vadot			sdmmc1_clk_pz0 {
1006*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc1_clk_pz0";
1007*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc1";
1008*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1009*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1010*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1011*f126890aSEmmanuel Vadot			};
1012*f126890aSEmmanuel Vadot			sdmmc1_cmd_pz1 {
1013*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc1_cmd_pz1";
1014*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc1";
1015*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1016*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1017*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1018*f126890aSEmmanuel Vadot			};
1019*f126890aSEmmanuel Vadot			pwr_i2c_scl_pz6 {
1020*f126890aSEmmanuel Vadot				nvidia,pins = "pwr_i2c_scl_pz6";
1021*f126890aSEmmanuel Vadot				nvidia,function = "i2cpwr";
1022*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1023*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1024*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1025*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
1026*f126890aSEmmanuel Vadot			};
1027*f126890aSEmmanuel Vadot			pwr_i2c_sda_pz7 {
1028*f126890aSEmmanuel Vadot				nvidia,pins = "pwr_i2c_sda_pz7";
1029*f126890aSEmmanuel Vadot				nvidia,function = "i2cpwr";
1030*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1031*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1032*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1033*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
1034*f126890aSEmmanuel Vadot			};
1035*f126890aSEmmanuel Vadot			sdmmc4_dat0_paa0 {
1036*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc4_dat0_paa0";
1037*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc4";
1038*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1039*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1040*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1041*f126890aSEmmanuel Vadot			};
1042*f126890aSEmmanuel Vadot			sdmmc4_dat1_paa1 {
1043*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc4_dat1_paa1";
1044*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc4";
1045*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1046*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1047*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1048*f126890aSEmmanuel Vadot			};
1049*f126890aSEmmanuel Vadot			sdmmc4_dat2_paa2 {
1050*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc4_dat2_paa2";
1051*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc4";
1052*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1053*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1054*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1055*f126890aSEmmanuel Vadot			};
1056*f126890aSEmmanuel Vadot			sdmmc4_dat3_paa3 {
1057*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc4_dat3_paa3";
1058*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc4";
1059*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1060*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1061*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1062*f126890aSEmmanuel Vadot			};
1063*f126890aSEmmanuel Vadot			sdmmc4_dat4_paa4 {
1064*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc4_dat4_paa4";
1065*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc4";
1066*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1067*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1068*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1069*f126890aSEmmanuel Vadot			};
1070*f126890aSEmmanuel Vadot			sdmmc4_dat5_paa5 {
1071*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc4_dat5_paa5";
1072*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc4";
1073*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1074*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1075*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1076*f126890aSEmmanuel Vadot			};
1077*f126890aSEmmanuel Vadot			sdmmc4_dat6_paa6 {
1078*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc4_dat6_paa6";
1079*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc4";
1080*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1081*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1082*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1083*f126890aSEmmanuel Vadot			};
1084*f126890aSEmmanuel Vadot			sdmmc4_dat7_paa7 {
1085*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc4_dat7_paa7";
1086*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc4";
1087*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1088*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1089*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1090*f126890aSEmmanuel Vadot			};
1091*f126890aSEmmanuel Vadot			pbb0 {
1092*f126890aSEmmanuel Vadot				nvidia,pins = "pbb0";
1093*f126890aSEmmanuel Vadot				nvidia,function = "vgp6";
1094*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1095*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1096*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1097*f126890aSEmmanuel Vadot			};
1098*f126890aSEmmanuel Vadot			cam_i2c_scl_pbb1 {
1099*f126890aSEmmanuel Vadot				nvidia,pins = "cam_i2c_scl_pbb1";
1100*f126890aSEmmanuel Vadot				nvidia,function = "i2c3";
1101*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1102*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1103*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1104*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
1105*f126890aSEmmanuel Vadot			};
1106*f126890aSEmmanuel Vadot			cam_i2c_sda_pbb2 {
1107*f126890aSEmmanuel Vadot				nvidia,pins = "cam_i2c_sda_pbb2";
1108*f126890aSEmmanuel Vadot				nvidia,function = "i2c3";
1109*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1110*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1111*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1112*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
1113*f126890aSEmmanuel Vadot			};
1114*f126890aSEmmanuel Vadot			pbb3 {
1115*f126890aSEmmanuel Vadot				nvidia,pins = "pbb3";
1116*f126890aSEmmanuel Vadot				nvidia,function = "vgp3";
1117*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1118*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1119*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1120*f126890aSEmmanuel Vadot			};
1121*f126890aSEmmanuel Vadot			pbb4 {
1122*f126890aSEmmanuel Vadot				nvidia,pins = "pbb4";
1123*f126890aSEmmanuel Vadot				nvidia,function = "vgp4";
1124*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1125*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1126*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1127*f126890aSEmmanuel Vadot			};
1128*f126890aSEmmanuel Vadot			pbb5 {
1129*f126890aSEmmanuel Vadot				nvidia,pins = "pbb5";
1130*f126890aSEmmanuel Vadot				nvidia,function = "rsvd3";
1131*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1132*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1133*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1134*f126890aSEmmanuel Vadot			};
1135*f126890aSEmmanuel Vadot			pbb6 {
1136*f126890aSEmmanuel Vadot				nvidia,pins = "pbb6";
1137*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1138*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1139*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1140*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1141*f126890aSEmmanuel Vadot			};
1142*f126890aSEmmanuel Vadot			pbb7 {
1143*f126890aSEmmanuel Vadot				nvidia,pins = "pbb7";
1144*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1145*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1146*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1147*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1148*f126890aSEmmanuel Vadot			};
1149*f126890aSEmmanuel Vadot			cam_mclk_pcc0 {
1150*f126890aSEmmanuel Vadot				nvidia,pins = "cam_mclk_pcc0";
1151*f126890aSEmmanuel Vadot				nvidia,function = "vi";
1152*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1153*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1154*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1155*f126890aSEmmanuel Vadot			};
1156*f126890aSEmmanuel Vadot			pcc1 {
1157*f126890aSEmmanuel Vadot				nvidia,pins = "pcc1";
1158*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1159*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1160*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1161*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1162*f126890aSEmmanuel Vadot			};
1163*f126890aSEmmanuel Vadot			pcc2 {
1164*f126890aSEmmanuel Vadot				nvidia,pins = "pcc2";
1165*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1166*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1167*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1168*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1169*f126890aSEmmanuel Vadot			};
1170*f126890aSEmmanuel Vadot			sdmmc4_clk_pcc4 {
1171*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc4_clk_pcc4";
1172*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc4";
1173*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1174*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1175*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1176*f126890aSEmmanuel Vadot			};
1177*f126890aSEmmanuel Vadot			clk2_req_pcc5 {
1178*f126890aSEmmanuel Vadot				nvidia,pins = "clk2_req_pcc5";
1179*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1180*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1181*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1182*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1183*f126890aSEmmanuel Vadot			};
1184*f126890aSEmmanuel Vadot			pex_l0_rst_n_pdd1 {
1185*f126890aSEmmanuel Vadot				nvidia,pins = "pex_l0_rst_n_pdd1";
1186*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1187*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1188*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1189*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1190*f126890aSEmmanuel Vadot			};
1191*f126890aSEmmanuel Vadot			pex_l0_clkreq_n_pdd2 {
1192*f126890aSEmmanuel Vadot				nvidia,pins = "pex_l0_clkreq_n_pdd2";
1193*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1194*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1195*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1196*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1197*f126890aSEmmanuel Vadot			};
1198*f126890aSEmmanuel Vadot			pex_wake_n_pdd3 {
1199*f126890aSEmmanuel Vadot				nvidia,pins = "pex_wake_n_pdd3";
1200*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1201*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1202*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1203*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1204*f126890aSEmmanuel Vadot			};
1205*f126890aSEmmanuel Vadot			pex_l1_rst_n_pdd5 {
1206*f126890aSEmmanuel Vadot				nvidia,pins = "pex_l1_rst_n_pdd5";
1207*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1208*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1209*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1210*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1211*f126890aSEmmanuel Vadot			};
1212*f126890aSEmmanuel Vadot			pex_l1_clkreq_n_pdd6 {
1213*f126890aSEmmanuel Vadot				nvidia,pins = "pex_l1_clkreq_n_pdd6";
1214*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1215*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1216*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1217*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1218*f126890aSEmmanuel Vadot			};
1219*f126890aSEmmanuel Vadot			clk3_out_pee0 {
1220*f126890aSEmmanuel Vadot				nvidia,pins = "clk3_out_pee0";
1221*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1222*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1223*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1224*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1225*f126890aSEmmanuel Vadot			};
1226*f126890aSEmmanuel Vadot			clk3_req_pee1 {
1227*f126890aSEmmanuel Vadot				nvidia,pins = "clk3_req_pee1";
1228*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1229*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1230*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1231*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1232*f126890aSEmmanuel Vadot			};
1233*f126890aSEmmanuel Vadot			dap_mclk1_req_pee2 {
1234*f126890aSEmmanuel Vadot				nvidia,pins = "dap_mclk1_req_pee2";
1235*f126890aSEmmanuel Vadot				nvidia,function = "rsvd4";
1236*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1237*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1238*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1239*f126890aSEmmanuel Vadot			};
1240*f126890aSEmmanuel Vadot			hdmi_cec_pee3 {
1241*f126890aSEmmanuel Vadot				nvidia,pins = "hdmi_cec_pee3";
1242*f126890aSEmmanuel Vadot				nvidia,function = "cec";
1243*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1244*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1245*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1246*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_ENABLE>;
1247*f126890aSEmmanuel Vadot			};
1248*f126890aSEmmanuel Vadot			sdmmc3_clk_lb_out_pee4 {
1249*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc3_clk_lb_out_pee4";
1250*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc3";
1251*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1252*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1253*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1254*f126890aSEmmanuel Vadot			};
1255*f126890aSEmmanuel Vadot			sdmmc3_clk_lb_in_pee5 {
1256*f126890aSEmmanuel Vadot				nvidia,pins = "sdmmc3_clk_lb_in_pee5";
1257*f126890aSEmmanuel Vadot				nvidia,function = "sdmmc3";
1258*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1259*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1260*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1261*f126890aSEmmanuel Vadot			};
1262*f126890aSEmmanuel Vadot			dp_hpd_pff0 {
1263*f126890aSEmmanuel Vadot				nvidia,pins = "dp_hpd_pff0";
1264*f126890aSEmmanuel Vadot				nvidia,function = "dp";
1265*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1266*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1267*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1268*f126890aSEmmanuel Vadot			};
1269*f126890aSEmmanuel Vadot			usb_vbus_en2_pff1 {
1270*f126890aSEmmanuel Vadot				nvidia,pins = "usb_vbus_en2_pff1";
1271*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1272*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1273*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1274*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1275*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1276*f126890aSEmmanuel Vadot			};
1277*f126890aSEmmanuel Vadot			pff2 {
1278*f126890aSEmmanuel Vadot				nvidia,pins = "pff2";
1279*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1280*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1281*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1282*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1283*f126890aSEmmanuel Vadot				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1284*f126890aSEmmanuel Vadot			};
1285*f126890aSEmmanuel Vadot			core_pwr_req {
1286*f126890aSEmmanuel Vadot				nvidia,pins = "core_pwr_req";
1287*f126890aSEmmanuel Vadot				nvidia,function = "pwron";
1288*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1289*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1290*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1291*f126890aSEmmanuel Vadot			};
1292*f126890aSEmmanuel Vadot			cpu_pwr_req {
1293*f126890aSEmmanuel Vadot				nvidia,pins = "cpu_pwr_req";
1294*f126890aSEmmanuel Vadot				nvidia,function = "cpu";
1295*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1296*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1297*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1298*f126890aSEmmanuel Vadot			};
1299*f126890aSEmmanuel Vadot			pwr_int_n {
1300*f126890aSEmmanuel Vadot				nvidia,pins = "pwr_int_n";
1301*f126890aSEmmanuel Vadot				nvidia,function = "pmi";
1302*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1303*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1304*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1305*f126890aSEmmanuel Vadot			};
1306*f126890aSEmmanuel Vadot			reset_out_n {
1307*f126890aSEmmanuel Vadot				nvidia,pins = "reset_out_n";
1308*f126890aSEmmanuel Vadot				nvidia,function = "reset_out_n";
1309*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1310*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1311*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1312*f126890aSEmmanuel Vadot			};
1313*f126890aSEmmanuel Vadot			owr {
1314*f126890aSEmmanuel Vadot				nvidia,pins = "owr";
1315*f126890aSEmmanuel Vadot				nvidia,function = "rsvd2";
1316*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1317*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1318*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1319*f126890aSEmmanuel Vadot				nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
1320*f126890aSEmmanuel Vadot			};
1321*f126890aSEmmanuel Vadot			clk_32k_in {
1322*f126890aSEmmanuel Vadot				nvidia,pins = "clk_32k_in";
1323*f126890aSEmmanuel Vadot				nvidia,function = "clk";
1324*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1325*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1326*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1327*f126890aSEmmanuel Vadot			};
1328*f126890aSEmmanuel Vadot			jtag_rtck {
1329*f126890aSEmmanuel Vadot				nvidia,pins = "jtag_rtck";
1330*f126890aSEmmanuel Vadot				nvidia,function = "rtck";
1331*f126890aSEmmanuel Vadot				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1332*f126890aSEmmanuel Vadot				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1333*f126890aSEmmanuel Vadot				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
1334*f126890aSEmmanuel Vadot			};
1335*f126890aSEmmanuel Vadot		};
1336*f126890aSEmmanuel Vadot	};
1337*f126890aSEmmanuel Vadot
1338*f126890aSEmmanuel Vadot	mmc@700b0400 { /* SD Card on this bus */
1339*f126890aSEmmanuel Vadot		wp-gpios = <&gpio TEGRA_GPIO(Q, 4) GPIO_ACTIVE_LOW>;
1340*f126890aSEmmanuel Vadot	};
1341*f126890aSEmmanuel Vadot
1342*f126890aSEmmanuel Vadot	sound {
1343*f126890aSEmmanuel Vadot		compatible = "nvidia,tegra-audio-max98090-nyan-big",
1344*f126890aSEmmanuel Vadot			     "nvidia,tegra-audio-max98090-nyan",
1345*f126890aSEmmanuel Vadot			     "nvidia,tegra-audio-max98090";
1346*f126890aSEmmanuel Vadot		nvidia,model = "GoogleNyanBig";
1347*f126890aSEmmanuel Vadot	};
1348*f126890aSEmmanuel Vadot};
1349