1cb7aa33aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2cb7aa33aSEmmanuel Vadot/*
3cb7aa33aSEmmanuel Vadot * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
4cb7aa33aSEmmanuel Vadot */
5cb7aa33aSEmmanuel Vadot
6cb7aa33aSEmmanuel Vadot#include <dt-bindings/pinctrl/rockchip.h>
7cb7aa33aSEmmanuel Vadot#include "rockchip-pinconf.dtsi"
8cb7aa33aSEmmanuel Vadot
9cb7aa33aSEmmanuel Vadot/*
10cb7aa33aSEmmanuel Vadot * This file is auto generated by pin2dts tool, please keep these code
11cb7aa33aSEmmanuel Vadot * by adding changes at end of this file.
12cb7aa33aSEmmanuel Vadot */
13cb7aa33aSEmmanuel Vadot&pinctrl {
14cb7aa33aSEmmanuel Vadot	auddsm {
15cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
16cb7aa33aSEmmanuel Vadot		auddsm_pins: auddsm-pins {
17cb7aa33aSEmmanuel Vadot			rockchip,pins =
18cb7aa33aSEmmanuel Vadot				/* auddsm_ln */
19cb7aa33aSEmmanuel Vadot				<3 RK_PA1 4 &pcfg_pull_none>,
20cb7aa33aSEmmanuel Vadot				/* auddsm_lp */
21cb7aa33aSEmmanuel Vadot				<3 RK_PA2 4 &pcfg_pull_none>,
22cb7aa33aSEmmanuel Vadot				/* auddsm_rn */
23cb7aa33aSEmmanuel Vadot				<3 RK_PA3 4 &pcfg_pull_none>,
24cb7aa33aSEmmanuel Vadot				/* auddsm_rp */
25cb7aa33aSEmmanuel Vadot				<3 RK_PA4 4 &pcfg_pull_none>;
26cb7aa33aSEmmanuel Vadot		};
27cb7aa33aSEmmanuel Vadot	};
28cb7aa33aSEmmanuel Vadot
29cb7aa33aSEmmanuel Vadot	bt1120 {
30cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
31cb7aa33aSEmmanuel Vadot		bt1120_pins: bt1120-pins {
32cb7aa33aSEmmanuel Vadot			rockchip,pins =
33cb7aa33aSEmmanuel Vadot				/* bt1120_clkout */
34cb7aa33aSEmmanuel Vadot				<4 RK_PB0 2 &pcfg_pull_none>,
35cb7aa33aSEmmanuel Vadot				/* bt1120_d0 */
36cb7aa33aSEmmanuel Vadot				<4 RK_PA0 2 &pcfg_pull_none>,
37cb7aa33aSEmmanuel Vadot				/* bt1120_d1 */
38cb7aa33aSEmmanuel Vadot				<4 RK_PA1 2 &pcfg_pull_none>,
39cb7aa33aSEmmanuel Vadot				/* bt1120_d2 */
40cb7aa33aSEmmanuel Vadot				<4 RK_PA2 2 &pcfg_pull_none>,
41cb7aa33aSEmmanuel Vadot				/* bt1120_d3 */
42cb7aa33aSEmmanuel Vadot				<4 RK_PA3 2 &pcfg_pull_none>,
43cb7aa33aSEmmanuel Vadot				/* bt1120_d4 */
44cb7aa33aSEmmanuel Vadot				<4 RK_PA4 2 &pcfg_pull_none>,
45cb7aa33aSEmmanuel Vadot				/* bt1120_d5 */
46cb7aa33aSEmmanuel Vadot				<4 RK_PA5 2 &pcfg_pull_none>,
47cb7aa33aSEmmanuel Vadot				/* bt1120_d6 */
48cb7aa33aSEmmanuel Vadot				<4 RK_PA6 2 &pcfg_pull_none>,
49cb7aa33aSEmmanuel Vadot				/* bt1120_d7 */
50cb7aa33aSEmmanuel Vadot				<4 RK_PA7 2 &pcfg_pull_none>,
51cb7aa33aSEmmanuel Vadot				/* bt1120_d8 */
52cb7aa33aSEmmanuel Vadot				<4 RK_PB2 2 &pcfg_pull_none>,
53cb7aa33aSEmmanuel Vadot				/* bt1120_d9 */
54cb7aa33aSEmmanuel Vadot				<4 RK_PB3 2 &pcfg_pull_none>,
55cb7aa33aSEmmanuel Vadot				/* bt1120_d10 */
56cb7aa33aSEmmanuel Vadot				<4 RK_PB4 2 &pcfg_pull_none>,
57cb7aa33aSEmmanuel Vadot				/* bt1120_d11 */
58cb7aa33aSEmmanuel Vadot				<4 RK_PB5 2 &pcfg_pull_none>,
59cb7aa33aSEmmanuel Vadot				/* bt1120_d12 */
60cb7aa33aSEmmanuel Vadot				<4 RK_PB6 2 &pcfg_pull_none>,
61cb7aa33aSEmmanuel Vadot				/* bt1120_d13 */
62cb7aa33aSEmmanuel Vadot				<4 RK_PB7 2 &pcfg_pull_none>,
63cb7aa33aSEmmanuel Vadot				/* bt1120_d14 */
64cb7aa33aSEmmanuel Vadot				<4 RK_PC0 2 &pcfg_pull_none>,
65cb7aa33aSEmmanuel Vadot				/* bt1120_d15 */
66cb7aa33aSEmmanuel Vadot				<4 RK_PC1 2 &pcfg_pull_none>;
67cb7aa33aSEmmanuel Vadot		};
68cb7aa33aSEmmanuel Vadot	};
69cb7aa33aSEmmanuel Vadot
70cb7aa33aSEmmanuel Vadot	can0 {
71cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
72cb7aa33aSEmmanuel Vadot		can0m0_pins: can0m0-pins {
73cb7aa33aSEmmanuel Vadot			rockchip,pins =
74cb7aa33aSEmmanuel Vadot				/* can0_rx_m0 */
75cb7aa33aSEmmanuel Vadot				<0 RK_PC0 11 &pcfg_pull_none>,
76cb7aa33aSEmmanuel Vadot				/* can0_tx_m0 */
77cb7aa33aSEmmanuel Vadot				<0 RK_PB7 11 &pcfg_pull_none>;
78cb7aa33aSEmmanuel Vadot		};
79cb7aa33aSEmmanuel Vadot
80cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
81cb7aa33aSEmmanuel Vadot		can0m1_pins: can0m1-pins {
82cb7aa33aSEmmanuel Vadot			rockchip,pins =
83cb7aa33aSEmmanuel Vadot				/* can0_rx_m1 */
84cb7aa33aSEmmanuel Vadot				<4 RK_PD5 9 &pcfg_pull_none>,
85cb7aa33aSEmmanuel Vadot				/* can0_tx_m1 */
86cb7aa33aSEmmanuel Vadot				<4 RK_PD4 9 &pcfg_pull_none>;
87cb7aa33aSEmmanuel Vadot		};
88cb7aa33aSEmmanuel Vadot	};
89cb7aa33aSEmmanuel Vadot
90cb7aa33aSEmmanuel Vadot	can1 {
91cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
92cb7aa33aSEmmanuel Vadot		can1m0_pins: can1m0-pins {
93cb7aa33aSEmmanuel Vadot			rockchip,pins =
94cb7aa33aSEmmanuel Vadot				/* can1_rx_m0 */
95cb7aa33aSEmmanuel Vadot				<3 RK_PB5 9 &pcfg_pull_none>,
96cb7aa33aSEmmanuel Vadot				/* can1_tx_m0 */
97cb7aa33aSEmmanuel Vadot				<3 RK_PB6 9 &pcfg_pull_none>;
98cb7aa33aSEmmanuel Vadot		};
99cb7aa33aSEmmanuel Vadot
100cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
101cb7aa33aSEmmanuel Vadot		can1m1_pins: can1m1-pins {
102cb7aa33aSEmmanuel Vadot			rockchip,pins =
103cb7aa33aSEmmanuel Vadot				/* can1_rx_m1 */
104cb7aa33aSEmmanuel Vadot				<4 RK_PB2 12 &pcfg_pull_none>,
105cb7aa33aSEmmanuel Vadot				/* can1_tx_m1 */
106cb7aa33aSEmmanuel Vadot				<4 RK_PB3 12 &pcfg_pull_none>;
107cb7aa33aSEmmanuel Vadot		};
108cb7aa33aSEmmanuel Vadot	};
109cb7aa33aSEmmanuel Vadot
110cb7aa33aSEmmanuel Vadot	can2 {
111cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
112cb7aa33aSEmmanuel Vadot		can2m0_pins: can2m0-pins {
113cb7aa33aSEmmanuel Vadot			rockchip,pins =
114cb7aa33aSEmmanuel Vadot				/* can2_rx_m0 */
115cb7aa33aSEmmanuel Vadot				<3 RK_PC4 9 &pcfg_pull_none>,
116cb7aa33aSEmmanuel Vadot				/* can2_tx_m0 */
117cb7aa33aSEmmanuel Vadot				<3 RK_PC5 9 &pcfg_pull_none>;
118cb7aa33aSEmmanuel Vadot		};
119cb7aa33aSEmmanuel Vadot
120cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
121cb7aa33aSEmmanuel Vadot		can2m1_pins: can2m1-pins {
122cb7aa33aSEmmanuel Vadot			rockchip,pins =
123cb7aa33aSEmmanuel Vadot				/* can2_rx_m1 */
124cb7aa33aSEmmanuel Vadot				<0 RK_PD4 10 &pcfg_pull_none>,
125cb7aa33aSEmmanuel Vadot				/* can2_tx_m1 */
126cb7aa33aSEmmanuel Vadot				<0 RK_PD5 10 &pcfg_pull_none>;
127cb7aa33aSEmmanuel Vadot		};
128cb7aa33aSEmmanuel Vadot	};
129cb7aa33aSEmmanuel Vadot
130cb7aa33aSEmmanuel Vadot	cif {
131cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
132cb7aa33aSEmmanuel Vadot		cif_clk: cif-clk {
133cb7aa33aSEmmanuel Vadot			rockchip,pins =
134cb7aa33aSEmmanuel Vadot				/* cif_clkout */
135cb7aa33aSEmmanuel Vadot				<4 RK_PB4 1 &pcfg_pull_none>;
136cb7aa33aSEmmanuel Vadot		};
137cb7aa33aSEmmanuel Vadot
138cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
139cb7aa33aSEmmanuel Vadot		cif_dvp_clk: cif-dvp-clk {
140cb7aa33aSEmmanuel Vadot			rockchip,pins =
141cb7aa33aSEmmanuel Vadot				/* cif_clkin */
142cb7aa33aSEmmanuel Vadot				<4 RK_PB0 1 &pcfg_pull_none>,
143cb7aa33aSEmmanuel Vadot				/* cif_href */
144cb7aa33aSEmmanuel Vadot				<4 RK_PB2 1 &pcfg_pull_none>,
145cb7aa33aSEmmanuel Vadot				/* cif_vsync */
146cb7aa33aSEmmanuel Vadot				<4 RK_PB3 1 &pcfg_pull_none>;
147cb7aa33aSEmmanuel Vadot		};
148cb7aa33aSEmmanuel Vadot
149cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
150cb7aa33aSEmmanuel Vadot		cif_dvp_bus16: cif-dvp-bus16 {
151cb7aa33aSEmmanuel Vadot			rockchip,pins =
152cb7aa33aSEmmanuel Vadot				/* cif_d8 */
153cb7aa33aSEmmanuel Vadot				<3 RK_PC4 1 &pcfg_pull_none>,
154cb7aa33aSEmmanuel Vadot				/* cif_d9 */
155cb7aa33aSEmmanuel Vadot				<3 RK_PC5 1 &pcfg_pull_none>,
156cb7aa33aSEmmanuel Vadot				/* cif_d10 */
157cb7aa33aSEmmanuel Vadot				<3 RK_PC6 1 &pcfg_pull_none>,
158cb7aa33aSEmmanuel Vadot				/* cif_d11 */
159cb7aa33aSEmmanuel Vadot				<3 RK_PC7 1 &pcfg_pull_none>,
160cb7aa33aSEmmanuel Vadot				/* cif_d12 */
161cb7aa33aSEmmanuel Vadot				<3 RK_PD0 1 &pcfg_pull_none>,
162cb7aa33aSEmmanuel Vadot				/* cif_d13 */
163cb7aa33aSEmmanuel Vadot				<3 RK_PD1 1 &pcfg_pull_none>,
164cb7aa33aSEmmanuel Vadot				/* cif_d14 */
165cb7aa33aSEmmanuel Vadot				<3 RK_PD2 1 &pcfg_pull_none>,
166cb7aa33aSEmmanuel Vadot				/* cif_d15 */
167cb7aa33aSEmmanuel Vadot				<3 RK_PD3 1 &pcfg_pull_none>;
168cb7aa33aSEmmanuel Vadot		};
169cb7aa33aSEmmanuel Vadot
170cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
171cb7aa33aSEmmanuel Vadot		cif_dvp_bus8: cif-dvp-bus8 {
172cb7aa33aSEmmanuel Vadot			rockchip,pins =
173cb7aa33aSEmmanuel Vadot				/* cif_d0 */
174cb7aa33aSEmmanuel Vadot				<4 RK_PA0 1 &pcfg_pull_none>,
175cb7aa33aSEmmanuel Vadot				/* cif_d1 */
176cb7aa33aSEmmanuel Vadot				<4 RK_PA1 1 &pcfg_pull_none>,
177cb7aa33aSEmmanuel Vadot				/* cif_d2 */
178cb7aa33aSEmmanuel Vadot				<4 RK_PA2 1 &pcfg_pull_none>,
179cb7aa33aSEmmanuel Vadot				/* cif_d3 */
180cb7aa33aSEmmanuel Vadot				<4 RK_PA3 1 &pcfg_pull_none>,
181cb7aa33aSEmmanuel Vadot				/* cif_d4 */
182cb7aa33aSEmmanuel Vadot				<4 RK_PA4 1 &pcfg_pull_none>,
183cb7aa33aSEmmanuel Vadot				/* cif_d5 */
184cb7aa33aSEmmanuel Vadot				<4 RK_PA5 1 &pcfg_pull_none>,
185cb7aa33aSEmmanuel Vadot				/* cif_d6 */
186cb7aa33aSEmmanuel Vadot				<4 RK_PA6 1 &pcfg_pull_none>,
187cb7aa33aSEmmanuel Vadot				/* cif_d7 */
188cb7aa33aSEmmanuel Vadot				<4 RK_PA7 1 &pcfg_pull_none>;
189cb7aa33aSEmmanuel Vadot		};
190cb7aa33aSEmmanuel Vadot	};
191cb7aa33aSEmmanuel Vadot
192cb7aa33aSEmmanuel Vadot	clk32k {
193cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
194cb7aa33aSEmmanuel Vadot		clk32k_in: clk32k-in {
195cb7aa33aSEmmanuel Vadot			rockchip,pins =
196cb7aa33aSEmmanuel Vadot				/* clk32k_in */
197cb7aa33aSEmmanuel Vadot				<0 RK_PB2 1 &pcfg_pull_none>;
198cb7aa33aSEmmanuel Vadot		};
199cb7aa33aSEmmanuel Vadot
200cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
201cb7aa33aSEmmanuel Vadot		clk32k_out0: clk32k-out0 {
202cb7aa33aSEmmanuel Vadot			rockchip,pins =
203cb7aa33aSEmmanuel Vadot				/* clk32k_out0 */
204cb7aa33aSEmmanuel Vadot				<0 RK_PB2 2 &pcfg_pull_none>;
205cb7aa33aSEmmanuel Vadot		};
206cb7aa33aSEmmanuel Vadot	};
207cb7aa33aSEmmanuel Vadot
208cb7aa33aSEmmanuel Vadot	cpu {
209cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
210cb7aa33aSEmmanuel Vadot		cpu_pins: cpu-pins {
211cb7aa33aSEmmanuel Vadot			rockchip,pins =
212cb7aa33aSEmmanuel Vadot				/* cpu_big0_avs */
213cb7aa33aSEmmanuel Vadot				<0 RK_PD1 2 &pcfg_pull_none>,
214cb7aa33aSEmmanuel Vadot				/* cpu_big1_avs */
215cb7aa33aSEmmanuel Vadot				<0 RK_PD5 2 &pcfg_pull_none>;
216cb7aa33aSEmmanuel Vadot		};
217cb7aa33aSEmmanuel Vadot	};
218cb7aa33aSEmmanuel Vadot
219cb7aa33aSEmmanuel Vadot	ddrphych0 {
220cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
221cb7aa33aSEmmanuel Vadot		ddrphych0_pins: ddrphych0-pins {
222cb7aa33aSEmmanuel Vadot			rockchip,pins =
223cb7aa33aSEmmanuel Vadot				/* ddrphych0_dtb0 */
224cb7aa33aSEmmanuel Vadot				<4 RK_PA0 7 &pcfg_pull_none>,
225cb7aa33aSEmmanuel Vadot				/* ddrphych0_dtb1 */
226cb7aa33aSEmmanuel Vadot				<4 RK_PA1 7 &pcfg_pull_none>,
227cb7aa33aSEmmanuel Vadot				/* ddrphych0_dtb2 */
228cb7aa33aSEmmanuel Vadot				<4 RK_PA2 7 &pcfg_pull_none>,
229cb7aa33aSEmmanuel Vadot				/* ddrphych0_dtb3 */
230cb7aa33aSEmmanuel Vadot				<4 RK_PA3 7 &pcfg_pull_none>;
231cb7aa33aSEmmanuel Vadot		};
232cb7aa33aSEmmanuel Vadot	};
233cb7aa33aSEmmanuel Vadot
234cb7aa33aSEmmanuel Vadot	ddrphych1 {
235cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
236cb7aa33aSEmmanuel Vadot		ddrphych1_pins: ddrphych1-pins {
237cb7aa33aSEmmanuel Vadot			rockchip,pins =
238cb7aa33aSEmmanuel Vadot				/* ddrphych1_dtb0 */
239cb7aa33aSEmmanuel Vadot				<4 RK_PA4 7 &pcfg_pull_none>,
240cb7aa33aSEmmanuel Vadot				/* ddrphych1_dtb1 */
241cb7aa33aSEmmanuel Vadot				<4 RK_PA5 7 &pcfg_pull_none>,
242cb7aa33aSEmmanuel Vadot				/* ddrphych1_dtb2 */
243cb7aa33aSEmmanuel Vadot				<4 RK_PA6 7 &pcfg_pull_none>,
244cb7aa33aSEmmanuel Vadot				/* ddrphych1_dtb3 */
245cb7aa33aSEmmanuel Vadot				<4 RK_PA7 7 &pcfg_pull_none>;
246cb7aa33aSEmmanuel Vadot		};
247cb7aa33aSEmmanuel Vadot	};
248cb7aa33aSEmmanuel Vadot
249cb7aa33aSEmmanuel Vadot	ddrphych2 {
250cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
251cb7aa33aSEmmanuel Vadot		ddrphych2_pins: ddrphych2-pins {
252cb7aa33aSEmmanuel Vadot			rockchip,pins =
253cb7aa33aSEmmanuel Vadot				/* ddrphych2_dtb0 */
254cb7aa33aSEmmanuel Vadot				<4 RK_PB0 7 &pcfg_pull_none>,
255cb7aa33aSEmmanuel Vadot				/* ddrphych2_dtb1 */
256cb7aa33aSEmmanuel Vadot				<4 RK_PB1 7 &pcfg_pull_none>,
257cb7aa33aSEmmanuel Vadot				/* ddrphych2_dtb2 */
258cb7aa33aSEmmanuel Vadot				<4 RK_PB2 7 &pcfg_pull_none>,
259cb7aa33aSEmmanuel Vadot				/* ddrphych2_dtb3 */
260cb7aa33aSEmmanuel Vadot				<4 RK_PB3 7 &pcfg_pull_none>;
261cb7aa33aSEmmanuel Vadot		};
262cb7aa33aSEmmanuel Vadot	};
263cb7aa33aSEmmanuel Vadot
264cb7aa33aSEmmanuel Vadot	ddrphych3 {
265cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
266cb7aa33aSEmmanuel Vadot		ddrphych3_pins: ddrphych3-pins {
267cb7aa33aSEmmanuel Vadot			rockchip,pins =
268cb7aa33aSEmmanuel Vadot				/* ddrphych3_dtb0 */
269cb7aa33aSEmmanuel Vadot				<4 RK_PB4 7 &pcfg_pull_none>,
270cb7aa33aSEmmanuel Vadot				/* ddrphych3_dtb1 */
271cb7aa33aSEmmanuel Vadot				<4 RK_PB5 7 &pcfg_pull_none>,
272cb7aa33aSEmmanuel Vadot				/* ddrphych3_dtb2 */
273cb7aa33aSEmmanuel Vadot				<4 RK_PB6 7 &pcfg_pull_none>,
274cb7aa33aSEmmanuel Vadot				/* ddrphych3_dtb3 */
275cb7aa33aSEmmanuel Vadot				<4 RK_PB7 7 &pcfg_pull_none>;
276cb7aa33aSEmmanuel Vadot		};
277cb7aa33aSEmmanuel Vadot	};
278cb7aa33aSEmmanuel Vadot
279cb7aa33aSEmmanuel Vadot	dp0 {
280cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
281cb7aa33aSEmmanuel Vadot		dp0m0_pins: dp0m0-pins {
282cb7aa33aSEmmanuel Vadot			rockchip,pins =
283cb7aa33aSEmmanuel Vadot				/* dp0_hpdin_m0 */
284cb7aa33aSEmmanuel Vadot				<4 RK_PB4 5 &pcfg_pull_none>;
285cb7aa33aSEmmanuel Vadot		};
286cb7aa33aSEmmanuel Vadot
287cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
288cb7aa33aSEmmanuel Vadot		dp0m1_pins: dp0m1-pins {
289cb7aa33aSEmmanuel Vadot			rockchip,pins =
290cb7aa33aSEmmanuel Vadot				/* dp0_hpdin_m1 */
291cb7aa33aSEmmanuel Vadot				<0 RK_PC4 10 &pcfg_pull_none>;
292cb7aa33aSEmmanuel Vadot		};
293cb7aa33aSEmmanuel Vadot
294cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
295cb7aa33aSEmmanuel Vadot		dp0m2_pins: dp0m2-pins {
296cb7aa33aSEmmanuel Vadot			rockchip,pins =
297cb7aa33aSEmmanuel Vadot				/* dp0_hpdin_m2 */
298cb7aa33aSEmmanuel Vadot				<1 RK_PA0 5 &pcfg_pull_none>;
299cb7aa33aSEmmanuel Vadot		};
300cb7aa33aSEmmanuel Vadot	};
301cb7aa33aSEmmanuel Vadot
302cb7aa33aSEmmanuel Vadot	dp1 {
303cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
304cb7aa33aSEmmanuel Vadot		dp1m0_pins: dp1m0-pins {
305cb7aa33aSEmmanuel Vadot			rockchip,pins =
306cb7aa33aSEmmanuel Vadot				/* dp1_hpdin_m0 */
307cb7aa33aSEmmanuel Vadot				<3 RK_PD5 5 &pcfg_pull_none>;
308cb7aa33aSEmmanuel Vadot		};
309cb7aa33aSEmmanuel Vadot
310cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
311cb7aa33aSEmmanuel Vadot		dp1m1_pins: dp1m1-pins {
312cb7aa33aSEmmanuel Vadot			rockchip,pins =
313cb7aa33aSEmmanuel Vadot				/* dp1_hpdin_m1 */
314cb7aa33aSEmmanuel Vadot				<0 RK_PC5 10 &pcfg_pull_none>;
315cb7aa33aSEmmanuel Vadot		};
316cb7aa33aSEmmanuel Vadot
317cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
318cb7aa33aSEmmanuel Vadot		dp1m2_pins: dp1m2-pins {
319cb7aa33aSEmmanuel Vadot			rockchip,pins =
320cb7aa33aSEmmanuel Vadot				/* dp1_hpdin_m2 */
321cb7aa33aSEmmanuel Vadot				<1 RK_PA1 5 &pcfg_pull_none>;
322cb7aa33aSEmmanuel Vadot		};
323cb7aa33aSEmmanuel Vadot	};
324cb7aa33aSEmmanuel Vadot
325cb7aa33aSEmmanuel Vadot	emmc {
326cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
327cb7aa33aSEmmanuel Vadot		emmc_rstnout: emmc-rstnout {
328cb7aa33aSEmmanuel Vadot			rockchip,pins =
329cb7aa33aSEmmanuel Vadot				/* emmc_rstn */
330cb7aa33aSEmmanuel Vadot				<2 RK_PA3 1 &pcfg_pull_none>;
331cb7aa33aSEmmanuel Vadot		};
332cb7aa33aSEmmanuel Vadot
333cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
334cb7aa33aSEmmanuel Vadot		emmc_bus8: emmc-bus8 {
335cb7aa33aSEmmanuel Vadot			rockchip,pins =
336cb7aa33aSEmmanuel Vadot				/* emmc_d0 */
337cb7aa33aSEmmanuel Vadot				<2 RK_PD0 1 &pcfg_pull_up_drv_level_2>,
338cb7aa33aSEmmanuel Vadot				/* emmc_d1 */
339cb7aa33aSEmmanuel Vadot				<2 RK_PD1 1 &pcfg_pull_up_drv_level_2>,
340cb7aa33aSEmmanuel Vadot				/* emmc_d2 */
341cb7aa33aSEmmanuel Vadot				<2 RK_PD2 1 &pcfg_pull_up_drv_level_2>,
342cb7aa33aSEmmanuel Vadot				/* emmc_d3 */
343cb7aa33aSEmmanuel Vadot				<2 RK_PD3 1 &pcfg_pull_up_drv_level_2>,
344cb7aa33aSEmmanuel Vadot				/* emmc_d4 */
345cb7aa33aSEmmanuel Vadot				<2 RK_PD4 1 &pcfg_pull_up_drv_level_2>,
346cb7aa33aSEmmanuel Vadot				/* emmc_d5 */
347cb7aa33aSEmmanuel Vadot				<2 RK_PD5 1 &pcfg_pull_up_drv_level_2>,
348cb7aa33aSEmmanuel Vadot				/* emmc_d6 */
349cb7aa33aSEmmanuel Vadot				<2 RK_PD6 1 &pcfg_pull_up_drv_level_2>,
350cb7aa33aSEmmanuel Vadot				/* emmc_d7 */
351cb7aa33aSEmmanuel Vadot				<2 RK_PD7 1 &pcfg_pull_up_drv_level_2>;
352cb7aa33aSEmmanuel Vadot		};
353cb7aa33aSEmmanuel Vadot
354cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
355cb7aa33aSEmmanuel Vadot		emmc_clk: emmc-clk {
356cb7aa33aSEmmanuel Vadot			rockchip,pins =
357cb7aa33aSEmmanuel Vadot				/* emmc_clkout */
358cb7aa33aSEmmanuel Vadot				<2 RK_PA1 1 &pcfg_pull_up_drv_level_2>;
359cb7aa33aSEmmanuel Vadot		};
360cb7aa33aSEmmanuel Vadot
361cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
362cb7aa33aSEmmanuel Vadot		emmc_cmd: emmc-cmd {
363cb7aa33aSEmmanuel Vadot			rockchip,pins =
364cb7aa33aSEmmanuel Vadot				/* emmc_cmd */
365cb7aa33aSEmmanuel Vadot				<2 RK_PA0 1 &pcfg_pull_up_drv_level_2>;
366cb7aa33aSEmmanuel Vadot		};
367cb7aa33aSEmmanuel Vadot
368cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
369cb7aa33aSEmmanuel Vadot		emmc_data_strobe: emmc-data-strobe {
370cb7aa33aSEmmanuel Vadot			rockchip,pins =
371cb7aa33aSEmmanuel Vadot				/* emmc_data_strobe */
372*84943d6fSEmmanuel Vadot				<2 RK_PA2 1 &pcfg_pull_down>;
373cb7aa33aSEmmanuel Vadot		};
374cb7aa33aSEmmanuel Vadot	};
375cb7aa33aSEmmanuel Vadot
376cb7aa33aSEmmanuel Vadot	eth1 {
377cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
378cb7aa33aSEmmanuel Vadot		eth1_pins: eth1-pins {
379cb7aa33aSEmmanuel Vadot			rockchip,pins =
380cb7aa33aSEmmanuel Vadot				/* eth1_refclko_25m */
381cb7aa33aSEmmanuel Vadot				<3 RK_PA6 1 &pcfg_pull_none>;
382cb7aa33aSEmmanuel Vadot		};
383cb7aa33aSEmmanuel Vadot	};
384cb7aa33aSEmmanuel Vadot
385cb7aa33aSEmmanuel Vadot	fspi {
386cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
387cb7aa33aSEmmanuel Vadot		fspim0_pins: fspim0-pins {
388cb7aa33aSEmmanuel Vadot			rockchip,pins =
389cb7aa33aSEmmanuel Vadot				/* fspi_clk_m0 */
390cb7aa33aSEmmanuel Vadot				<2 RK_PA0 2 &pcfg_pull_up_drv_level_2>,
391cb7aa33aSEmmanuel Vadot				/* fspi_cs0n_m0 */
392cb7aa33aSEmmanuel Vadot				<2 RK_PD6 2 &pcfg_pull_up_drv_level_2>,
393cb7aa33aSEmmanuel Vadot				/* fspi_d0_m0 */
394cb7aa33aSEmmanuel Vadot				<2 RK_PD0 2 &pcfg_pull_up_drv_level_2>,
395cb7aa33aSEmmanuel Vadot				/* fspi_d1_m0 */
396cb7aa33aSEmmanuel Vadot				<2 RK_PD1 2 &pcfg_pull_up_drv_level_2>,
397cb7aa33aSEmmanuel Vadot				/* fspi_d2_m0 */
398cb7aa33aSEmmanuel Vadot				<2 RK_PD2 2 &pcfg_pull_up_drv_level_2>,
399cb7aa33aSEmmanuel Vadot				/* fspi_d3_m0 */
400cb7aa33aSEmmanuel Vadot				<2 RK_PD3 2 &pcfg_pull_up_drv_level_2>;
401cb7aa33aSEmmanuel Vadot		};
402cb7aa33aSEmmanuel Vadot
403cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
404cb7aa33aSEmmanuel Vadot		fspim0_cs1: fspim0-cs1 {
405cb7aa33aSEmmanuel Vadot			rockchip,pins =
406cb7aa33aSEmmanuel Vadot				/* fspi_cs1n_m0 */
407cb7aa33aSEmmanuel Vadot				<2 RK_PD7 2 &pcfg_pull_up_drv_level_2>;
408cb7aa33aSEmmanuel Vadot		};
409cb7aa33aSEmmanuel Vadot
410cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
411cb7aa33aSEmmanuel Vadot		fspim2_pins: fspim2-pins {
412cb7aa33aSEmmanuel Vadot			rockchip,pins =
413cb7aa33aSEmmanuel Vadot				/* fspi_clk_m2 */
414cb7aa33aSEmmanuel Vadot				<3 RK_PA5 5 &pcfg_pull_up_drv_level_2>,
415cb7aa33aSEmmanuel Vadot				/* fspi_cs0n_m2 */
416cb7aa33aSEmmanuel Vadot				<3 RK_PC4 2 &pcfg_pull_up_drv_level_2>,
417cb7aa33aSEmmanuel Vadot				/* fspi_d0_m2 */
418cb7aa33aSEmmanuel Vadot				<3 RK_PA0 5 &pcfg_pull_up_drv_level_2>,
419cb7aa33aSEmmanuel Vadot				/* fspi_d1_m2 */
420cb7aa33aSEmmanuel Vadot				<3 RK_PA1 5 &pcfg_pull_up_drv_level_2>,
421cb7aa33aSEmmanuel Vadot				/* fspi_d2_m2 */
422cb7aa33aSEmmanuel Vadot				<3 RK_PA2 5 &pcfg_pull_up_drv_level_2>,
423cb7aa33aSEmmanuel Vadot				/* fspi_d3_m2 */
424cb7aa33aSEmmanuel Vadot				<3 RK_PA3 5 &pcfg_pull_up_drv_level_2>;
425cb7aa33aSEmmanuel Vadot		};
426cb7aa33aSEmmanuel Vadot
427cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
428cb7aa33aSEmmanuel Vadot		fspim2_cs1: fspim2-cs1 {
429cb7aa33aSEmmanuel Vadot			rockchip,pins =
430cb7aa33aSEmmanuel Vadot				/* fspi_cs1n_m2 */
431cb7aa33aSEmmanuel Vadot				<3 RK_PC5 2 &pcfg_pull_up_drv_level_2>;
432cb7aa33aSEmmanuel Vadot		};
433cb7aa33aSEmmanuel Vadot	};
434cb7aa33aSEmmanuel Vadot
435cb7aa33aSEmmanuel Vadot	gmac1 {
436cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
437cb7aa33aSEmmanuel Vadot		gmac1_miim: gmac1-miim {
438cb7aa33aSEmmanuel Vadot			rockchip,pins =
439cb7aa33aSEmmanuel Vadot				/* gmac1_mdc */
440cb7aa33aSEmmanuel Vadot				<3 RK_PC2 1 &pcfg_pull_none>,
441cb7aa33aSEmmanuel Vadot				/* gmac1_mdio */
442cb7aa33aSEmmanuel Vadot				<3 RK_PC3 1 &pcfg_pull_none>;
443cb7aa33aSEmmanuel Vadot		};
444cb7aa33aSEmmanuel Vadot
445cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
446cb7aa33aSEmmanuel Vadot		gmac1_clkinout: gmac1-clkinout {
447cb7aa33aSEmmanuel Vadot			rockchip,pins =
448cb7aa33aSEmmanuel Vadot				/* gmac1_mclkinout */
449cb7aa33aSEmmanuel Vadot				<3 RK_PB6 1 &pcfg_pull_none>;
450cb7aa33aSEmmanuel Vadot		};
451cb7aa33aSEmmanuel Vadot
452cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
453cb7aa33aSEmmanuel Vadot		gmac1_rx_bus2: gmac1-rx-bus2 {
454cb7aa33aSEmmanuel Vadot			rockchip,pins =
455cb7aa33aSEmmanuel Vadot				/* gmac1_rxd0 */
456cb7aa33aSEmmanuel Vadot				<3 RK_PA7 1 &pcfg_pull_none>,
457cb7aa33aSEmmanuel Vadot				/* gmac1_rxd1 */
458cb7aa33aSEmmanuel Vadot				<3 RK_PB0 1 &pcfg_pull_none>,
459cb7aa33aSEmmanuel Vadot				/* gmac1_rxdv_crs */
460cb7aa33aSEmmanuel Vadot				<3 RK_PB1 1 &pcfg_pull_none>;
461cb7aa33aSEmmanuel Vadot		};
462cb7aa33aSEmmanuel Vadot
463cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
464cb7aa33aSEmmanuel Vadot		gmac1_tx_bus2: gmac1-tx-bus2 {
465cb7aa33aSEmmanuel Vadot			rockchip,pins =
466cb7aa33aSEmmanuel Vadot				/* gmac1_txd0 */
467cb7aa33aSEmmanuel Vadot				<3 RK_PB3 1 &pcfg_pull_none>,
468cb7aa33aSEmmanuel Vadot				/* gmac1_txd1 */
469cb7aa33aSEmmanuel Vadot				<3 RK_PB4 1 &pcfg_pull_none>,
470cb7aa33aSEmmanuel Vadot				/* gmac1_txen */
471cb7aa33aSEmmanuel Vadot				<3 RK_PB5 1 &pcfg_pull_none>;
472cb7aa33aSEmmanuel Vadot		};
473cb7aa33aSEmmanuel Vadot
474cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
475cb7aa33aSEmmanuel Vadot		gmac1_rgmii_clk: gmac1-rgmii-clk {
476cb7aa33aSEmmanuel Vadot			rockchip,pins =
477cb7aa33aSEmmanuel Vadot				/* gmac1_rxclk */
478cb7aa33aSEmmanuel Vadot				<3 RK_PA5 1 &pcfg_pull_none>,
479cb7aa33aSEmmanuel Vadot				/* gmac1_txclk */
480cb7aa33aSEmmanuel Vadot				<3 RK_PA4 1 &pcfg_pull_none>;
481cb7aa33aSEmmanuel Vadot		};
482cb7aa33aSEmmanuel Vadot
483cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
484cb7aa33aSEmmanuel Vadot		gmac1_rgmii_bus: gmac1-rgmii-bus {
485cb7aa33aSEmmanuel Vadot			rockchip,pins =
486cb7aa33aSEmmanuel Vadot				/* gmac1_rxd2 */
487cb7aa33aSEmmanuel Vadot				<3 RK_PA2 1 &pcfg_pull_none>,
488cb7aa33aSEmmanuel Vadot				/* gmac1_rxd3 */
489cb7aa33aSEmmanuel Vadot				<3 RK_PA3 1 &pcfg_pull_none>,
490cb7aa33aSEmmanuel Vadot				/* gmac1_txd2 */
491cb7aa33aSEmmanuel Vadot				<3 RK_PA0 1 &pcfg_pull_none>,
492cb7aa33aSEmmanuel Vadot				/* gmac1_txd3 */
493cb7aa33aSEmmanuel Vadot				<3 RK_PA1 1 &pcfg_pull_none>;
494cb7aa33aSEmmanuel Vadot		};
495cb7aa33aSEmmanuel Vadot
496cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
497cb7aa33aSEmmanuel Vadot		gmac1_ppsclk: gmac1-ppsclk {
498cb7aa33aSEmmanuel Vadot			rockchip,pins =
499cb7aa33aSEmmanuel Vadot				/* gmac1_ppsclk */
500cb7aa33aSEmmanuel Vadot				<3 RK_PC1 1 &pcfg_pull_none>;
501cb7aa33aSEmmanuel Vadot		};
502cb7aa33aSEmmanuel Vadot
503cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
504cb7aa33aSEmmanuel Vadot		gmac1_ppstrig: gmac1-ppstrig {
505cb7aa33aSEmmanuel Vadot			rockchip,pins =
506cb7aa33aSEmmanuel Vadot				/* gmac1_ppstrig */
507cb7aa33aSEmmanuel Vadot				<3 RK_PC0 1 &pcfg_pull_none>;
508cb7aa33aSEmmanuel Vadot		};
509cb7aa33aSEmmanuel Vadot
510cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
511cb7aa33aSEmmanuel Vadot		gmac1_ptp_ref_clk: gmac1-ptp-ref-clk {
512cb7aa33aSEmmanuel Vadot			rockchip,pins =
513cb7aa33aSEmmanuel Vadot				/* gmac1_ptp_ref_clk */
514cb7aa33aSEmmanuel Vadot				<3 RK_PB7 1 &pcfg_pull_none>;
515cb7aa33aSEmmanuel Vadot		};
516cb7aa33aSEmmanuel Vadot
517cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
518cb7aa33aSEmmanuel Vadot		gmac1_txer: gmac1-txer {
519cb7aa33aSEmmanuel Vadot			rockchip,pins =
520cb7aa33aSEmmanuel Vadot				/* gmac1_txer */
521cb7aa33aSEmmanuel Vadot				<3 RK_PB2 1 &pcfg_pull_none>;
522cb7aa33aSEmmanuel Vadot		};
523cb7aa33aSEmmanuel Vadot	};
524cb7aa33aSEmmanuel Vadot
525cb7aa33aSEmmanuel Vadot	gpu {
526cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
527cb7aa33aSEmmanuel Vadot		gpu_pins: gpu-pins {
528cb7aa33aSEmmanuel Vadot			rockchip,pins =
529cb7aa33aSEmmanuel Vadot				/* gpu_avs */
530cb7aa33aSEmmanuel Vadot				<0 RK_PC5 2 &pcfg_pull_none>;
531cb7aa33aSEmmanuel Vadot		};
532cb7aa33aSEmmanuel Vadot	};
533cb7aa33aSEmmanuel Vadot
534cb7aa33aSEmmanuel Vadot	hdmi {
535cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
536cb7aa33aSEmmanuel Vadot		hdmim0_rx_cec: hdmim0-rx-cec {
537cb7aa33aSEmmanuel Vadot			rockchip,pins =
538cb7aa33aSEmmanuel Vadot				/* hdmim0_rx_cec */
539cb7aa33aSEmmanuel Vadot				<4 RK_PB5 5 &pcfg_pull_none>;
540cb7aa33aSEmmanuel Vadot		};
541cb7aa33aSEmmanuel Vadot
542cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
543cb7aa33aSEmmanuel Vadot		hdmim0_rx_hpdin: hdmim0-rx-hpdin {
544cb7aa33aSEmmanuel Vadot			rockchip,pins =
545cb7aa33aSEmmanuel Vadot				/* hdmim0_rx_hpdin */
546cb7aa33aSEmmanuel Vadot				<4 RK_PB6 5 &pcfg_pull_none>;
547cb7aa33aSEmmanuel Vadot		};
548cb7aa33aSEmmanuel Vadot
549cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
550cb7aa33aSEmmanuel Vadot		hdmim0_rx_scl: hdmim0-rx-scl {
551cb7aa33aSEmmanuel Vadot			rockchip,pins =
552cb7aa33aSEmmanuel Vadot				/* hdmim0_rx_scl */
553cb7aa33aSEmmanuel Vadot				<0 RK_PD2 11 &pcfg_pull_none>;
554cb7aa33aSEmmanuel Vadot		};
555cb7aa33aSEmmanuel Vadot
556cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
557cb7aa33aSEmmanuel Vadot		hdmim0_rx_sda: hdmim0-rx-sda {
558cb7aa33aSEmmanuel Vadot			rockchip,pins =
559cb7aa33aSEmmanuel Vadot				/* hdmim0_rx_sda */
560cb7aa33aSEmmanuel Vadot				<0 RK_PD1 11 &pcfg_pull_none>;
561cb7aa33aSEmmanuel Vadot		};
562cb7aa33aSEmmanuel Vadot
563cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
564cb7aa33aSEmmanuel Vadot		hdmim0_tx0_cec: hdmim0-tx0-cec {
565cb7aa33aSEmmanuel Vadot			rockchip,pins =
566cb7aa33aSEmmanuel Vadot				/* hdmim0_tx0_cec */
567cb7aa33aSEmmanuel Vadot				<4 RK_PC1 5 &pcfg_pull_none>;
568cb7aa33aSEmmanuel Vadot		};
569cb7aa33aSEmmanuel Vadot
570cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
571cb7aa33aSEmmanuel Vadot		hdmim0_tx0_hpd: hdmim0-tx0-hpd {
572cb7aa33aSEmmanuel Vadot			rockchip,pins =
573cb7aa33aSEmmanuel Vadot				/* hdmim0_tx0_hpd */
574cb7aa33aSEmmanuel Vadot				<1 RK_PA5 5 &pcfg_pull_none>;
575cb7aa33aSEmmanuel Vadot		};
576cb7aa33aSEmmanuel Vadot
577cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
578cb7aa33aSEmmanuel Vadot		hdmim0_tx0_scl: hdmim0-tx0-scl {
579cb7aa33aSEmmanuel Vadot			rockchip,pins =
580cb7aa33aSEmmanuel Vadot				/* hdmim0_tx0_scl */
581cb7aa33aSEmmanuel Vadot				<4 RK_PB7 5 &pcfg_pull_none>;
582cb7aa33aSEmmanuel Vadot		};
583cb7aa33aSEmmanuel Vadot
584cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
585cb7aa33aSEmmanuel Vadot		hdmim0_tx0_sda: hdmim0-tx0-sda {
586cb7aa33aSEmmanuel Vadot			rockchip,pins =
587cb7aa33aSEmmanuel Vadot				/* hdmim0_tx0_sda */
588cb7aa33aSEmmanuel Vadot				<4 RK_PC0 5 &pcfg_pull_none>;
589cb7aa33aSEmmanuel Vadot		};
590cb7aa33aSEmmanuel Vadot
591cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
592cb7aa33aSEmmanuel Vadot		hdmim0_tx1_hpd: hdmim0-tx1-hpd {
593cb7aa33aSEmmanuel Vadot			rockchip,pins =
594cb7aa33aSEmmanuel Vadot				/* hdmim0_tx1_hpd */
595cb7aa33aSEmmanuel Vadot				<1 RK_PA6 5 &pcfg_pull_none>;
596cb7aa33aSEmmanuel Vadot		};
597cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
598cb7aa33aSEmmanuel Vadot		hdmim1_rx_cec: hdmim1-rx-cec {
599cb7aa33aSEmmanuel Vadot			rockchip,pins =
600cb7aa33aSEmmanuel Vadot				/* hdmim1_rx_cec */
601cb7aa33aSEmmanuel Vadot				<3 RK_PD1 5 &pcfg_pull_none>;
602cb7aa33aSEmmanuel Vadot		};
603cb7aa33aSEmmanuel Vadot
604cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
605cb7aa33aSEmmanuel Vadot		hdmim1_rx_hpdin: hdmim1-rx-hpdin {
606cb7aa33aSEmmanuel Vadot			rockchip,pins =
607cb7aa33aSEmmanuel Vadot				/* hdmim1_rx_hpdin */
608cb7aa33aSEmmanuel Vadot				<3 RK_PD4 5 &pcfg_pull_none>;
609cb7aa33aSEmmanuel Vadot		};
610cb7aa33aSEmmanuel Vadot
611cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
612cb7aa33aSEmmanuel Vadot		hdmim1_rx_scl: hdmim1-rx-scl {
613cb7aa33aSEmmanuel Vadot			rockchip,pins =
614cb7aa33aSEmmanuel Vadot				/* hdmim1_rx_scl */
615cb7aa33aSEmmanuel Vadot				<3 RK_PD2 5 &pcfg_pull_none>;
616cb7aa33aSEmmanuel Vadot		};
617cb7aa33aSEmmanuel Vadot
618cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
619cb7aa33aSEmmanuel Vadot		hdmim1_rx_sda: hdmim1-rx-sda {
620cb7aa33aSEmmanuel Vadot			rockchip,pins =
621cb7aa33aSEmmanuel Vadot				/* hdmim1_rx_sda */
622cb7aa33aSEmmanuel Vadot				<3 RK_PD3 5 &pcfg_pull_none>;
623cb7aa33aSEmmanuel Vadot		};
624cb7aa33aSEmmanuel Vadot
625cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
626cb7aa33aSEmmanuel Vadot		hdmim1_tx0_cec: hdmim1-tx0-cec {
627cb7aa33aSEmmanuel Vadot			rockchip,pins =
628cb7aa33aSEmmanuel Vadot				/* hdmim1_tx0_cec */
629cb7aa33aSEmmanuel Vadot				<0 RK_PD1 13 &pcfg_pull_none>;
630cb7aa33aSEmmanuel Vadot		};
631cb7aa33aSEmmanuel Vadot
632cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
633cb7aa33aSEmmanuel Vadot		hdmim1_tx0_hpd: hdmim1-tx0-hpd {
634cb7aa33aSEmmanuel Vadot			rockchip,pins =
635cb7aa33aSEmmanuel Vadot				/* hdmim1_tx0_hpd */
636cb7aa33aSEmmanuel Vadot				<3 RK_PD4 3 &pcfg_pull_none>;
637cb7aa33aSEmmanuel Vadot		};
638cb7aa33aSEmmanuel Vadot
639cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
640cb7aa33aSEmmanuel Vadot		hdmim1_tx0_scl: hdmim1-tx0-scl {
641cb7aa33aSEmmanuel Vadot			rockchip,pins =
642cb7aa33aSEmmanuel Vadot				/* hdmim1_tx0_scl */
643cb7aa33aSEmmanuel Vadot				<0 RK_PD5 11 &pcfg_pull_none>;
644cb7aa33aSEmmanuel Vadot		};
645cb7aa33aSEmmanuel Vadot
646cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
647cb7aa33aSEmmanuel Vadot		hdmim1_tx0_sda: hdmim1-tx0-sda {
648cb7aa33aSEmmanuel Vadot			rockchip,pins =
649cb7aa33aSEmmanuel Vadot				/* hdmim1_tx0_sda */
650cb7aa33aSEmmanuel Vadot				<0 RK_PD4 11 &pcfg_pull_none>;
651cb7aa33aSEmmanuel Vadot		};
652cb7aa33aSEmmanuel Vadot
653cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
654cb7aa33aSEmmanuel Vadot		hdmim1_tx1_cec: hdmim1-tx1-cec {
655cb7aa33aSEmmanuel Vadot			rockchip,pins =
656cb7aa33aSEmmanuel Vadot				/* hdmim1_tx1_cec */
657cb7aa33aSEmmanuel Vadot				<0 RK_PD2 13 &pcfg_pull_none>;
658cb7aa33aSEmmanuel Vadot		};
659cb7aa33aSEmmanuel Vadot
660cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
661cb7aa33aSEmmanuel Vadot		hdmim1_tx1_hpd: hdmim1-tx1-hpd {
662cb7aa33aSEmmanuel Vadot			rockchip,pins =
663cb7aa33aSEmmanuel Vadot				/* hdmim1_tx1_hpd */
664cb7aa33aSEmmanuel Vadot				<3 RK_PB7 5 &pcfg_pull_none>;
665cb7aa33aSEmmanuel Vadot		};
666cb7aa33aSEmmanuel Vadot
667cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
668cb7aa33aSEmmanuel Vadot		hdmim1_tx1_scl: hdmim1-tx1-scl {
669cb7aa33aSEmmanuel Vadot			rockchip,pins =
670cb7aa33aSEmmanuel Vadot				/* hdmim1_tx1_scl */
671cb7aa33aSEmmanuel Vadot				<3 RK_PC6 5 &pcfg_pull_none>;
672cb7aa33aSEmmanuel Vadot		};
673cb7aa33aSEmmanuel Vadot
674cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
675cb7aa33aSEmmanuel Vadot		hdmim1_tx1_sda: hdmim1-tx1-sda {
676cb7aa33aSEmmanuel Vadot			rockchip,pins =
677cb7aa33aSEmmanuel Vadot				/* hdmim1_tx1_sda */
678cb7aa33aSEmmanuel Vadot				<3 RK_PC5 5 &pcfg_pull_none>;
679cb7aa33aSEmmanuel Vadot		};
680cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
681cb7aa33aSEmmanuel Vadot		hdmim2_rx_cec: hdmim2-rx-cec {
682cb7aa33aSEmmanuel Vadot			rockchip,pins =
683cb7aa33aSEmmanuel Vadot				/* hdmim2_rx_cec */
684cb7aa33aSEmmanuel Vadot				<1 RK_PB7 5 &pcfg_pull_none>;
685cb7aa33aSEmmanuel Vadot		};
686cb7aa33aSEmmanuel Vadot
687cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
688cb7aa33aSEmmanuel Vadot		hdmim2_rx_hpdin: hdmim2-rx-hpdin {
689cb7aa33aSEmmanuel Vadot			rockchip,pins =
690cb7aa33aSEmmanuel Vadot				/* hdmim2_rx_hpdin */
691cb7aa33aSEmmanuel Vadot				<1 RK_PB6 5 &pcfg_pull_none>;
692cb7aa33aSEmmanuel Vadot		};
693cb7aa33aSEmmanuel Vadot
694cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
695cb7aa33aSEmmanuel Vadot		hdmim2_rx_scl: hdmim2-rx-scl {
696cb7aa33aSEmmanuel Vadot			rockchip,pins =
697cb7aa33aSEmmanuel Vadot				/* hdmim2_rx_scl */
698cb7aa33aSEmmanuel Vadot				<1 RK_PD6 5 &pcfg_pull_none>;
699cb7aa33aSEmmanuel Vadot		};
700cb7aa33aSEmmanuel Vadot
701cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
702cb7aa33aSEmmanuel Vadot		hdmim2_rx_sda: hdmim2-rx-sda {
703cb7aa33aSEmmanuel Vadot			rockchip,pins =
704cb7aa33aSEmmanuel Vadot				/* hdmim2_rx_sda */
705cb7aa33aSEmmanuel Vadot				<1 RK_PD7 5 &pcfg_pull_none>;
706cb7aa33aSEmmanuel Vadot		};
707cb7aa33aSEmmanuel Vadot
708cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
709cb7aa33aSEmmanuel Vadot		hdmim2_tx0_scl: hdmim2-tx0-scl {
710cb7aa33aSEmmanuel Vadot			rockchip,pins =
711cb7aa33aSEmmanuel Vadot				/* hdmim2_tx0_scl */
712cb7aa33aSEmmanuel Vadot				<3 RK_PC7 5 &pcfg_pull_none>;
713cb7aa33aSEmmanuel Vadot		};
714cb7aa33aSEmmanuel Vadot
715cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
716cb7aa33aSEmmanuel Vadot		hdmim2_tx0_sda: hdmim2-tx0-sda {
717cb7aa33aSEmmanuel Vadot			rockchip,pins =
718cb7aa33aSEmmanuel Vadot				/* hdmim2_tx0_sda */
719cb7aa33aSEmmanuel Vadot				<3 RK_PD0 5 &pcfg_pull_none>;
720cb7aa33aSEmmanuel Vadot		};
721cb7aa33aSEmmanuel Vadot
722cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
723cb7aa33aSEmmanuel Vadot		hdmim2_tx1_cec: hdmim2-tx1-cec {
724cb7aa33aSEmmanuel Vadot			rockchip,pins =
725cb7aa33aSEmmanuel Vadot				/* hdmim2_tx1_cec */
726cb7aa33aSEmmanuel Vadot				<3 RK_PC4 5 &pcfg_pull_none>;
727cb7aa33aSEmmanuel Vadot		};
728cb7aa33aSEmmanuel Vadot
729cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
730cb7aa33aSEmmanuel Vadot		hdmim2_tx1_scl: hdmim2-tx1-scl {
731cb7aa33aSEmmanuel Vadot			rockchip,pins =
732cb7aa33aSEmmanuel Vadot				/* hdmim2_tx1_scl */
733cb7aa33aSEmmanuel Vadot				<1 RK_PA4 5 &pcfg_pull_none>;
734cb7aa33aSEmmanuel Vadot		};
735cb7aa33aSEmmanuel Vadot
736cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
737cb7aa33aSEmmanuel Vadot		hdmim2_tx1_sda: hdmim2-tx1-sda {
738cb7aa33aSEmmanuel Vadot			rockchip,pins =
739cb7aa33aSEmmanuel Vadot				/* hdmim2_tx1_sda */
740cb7aa33aSEmmanuel Vadot				<1 RK_PA3 5 &pcfg_pull_none>;
741cb7aa33aSEmmanuel Vadot		};
742cb7aa33aSEmmanuel Vadot
743cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
744cb7aa33aSEmmanuel Vadot		hdmi_debug0: hdmi-debug0 {
745cb7aa33aSEmmanuel Vadot			rockchip,pins =
746cb7aa33aSEmmanuel Vadot				/* hdmi_debug0 */
747cb7aa33aSEmmanuel Vadot				<1 RK_PA7 7 &pcfg_pull_none>;
748cb7aa33aSEmmanuel Vadot		};
749cb7aa33aSEmmanuel Vadot
750cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
751cb7aa33aSEmmanuel Vadot		hdmi_debug1: hdmi-debug1 {
752cb7aa33aSEmmanuel Vadot			rockchip,pins =
753cb7aa33aSEmmanuel Vadot				/* hdmi_debug1 */
754cb7aa33aSEmmanuel Vadot				<1 RK_PB0 7 &pcfg_pull_none>;
755cb7aa33aSEmmanuel Vadot		};
756cb7aa33aSEmmanuel Vadot
757cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
758cb7aa33aSEmmanuel Vadot		hdmi_debug2: hdmi-debug2 {
759cb7aa33aSEmmanuel Vadot			rockchip,pins =
760cb7aa33aSEmmanuel Vadot				/* hdmi_debug2 */
761cb7aa33aSEmmanuel Vadot				<1 RK_PB1 7 &pcfg_pull_none>;
762cb7aa33aSEmmanuel Vadot		};
763cb7aa33aSEmmanuel Vadot
764cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
765cb7aa33aSEmmanuel Vadot		hdmi_debug3: hdmi-debug3 {
766cb7aa33aSEmmanuel Vadot			rockchip,pins =
767cb7aa33aSEmmanuel Vadot				/* hdmi_debug3 */
768cb7aa33aSEmmanuel Vadot				<1 RK_PB2 7 &pcfg_pull_none>;
769cb7aa33aSEmmanuel Vadot		};
770cb7aa33aSEmmanuel Vadot
771cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
772cb7aa33aSEmmanuel Vadot		hdmi_debug4: hdmi-debug4 {
773cb7aa33aSEmmanuel Vadot			rockchip,pins =
774cb7aa33aSEmmanuel Vadot				/* hdmi_debug4 */
775cb7aa33aSEmmanuel Vadot				<1 RK_PB3 7 &pcfg_pull_none>;
776cb7aa33aSEmmanuel Vadot		};
777cb7aa33aSEmmanuel Vadot
778cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
779cb7aa33aSEmmanuel Vadot		hdmi_debug5: hdmi-debug5 {
780cb7aa33aSEmmanuel Vadot			rockchip,pins =
781cb7aa33aSEmmanuel Vadot				/* hdmi_debug5 */
782cb7aa33aSEmmanuel Vadot				<1 RK_PB4 7 &pcfg_pull_none>;
783cb7aa33aSEmmanuel Vadot		};
784cb7aa33aSEmmanuel Vadot
785cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
786cb7aa33aSEmmanuel Vadot		hdmi_debug6: hdmi-debug6 {
787cb7aa33aSEmmanuel Vadot			rockchip,pins =
788cb7aa33aSEmmanuel Vadot				/* hdmi_debug6 */
789cb7aa33aSEmmanuel Vadot				<1 RK_PA0 7 &pcfg_pull_none>;
790cb7aa33aSEmmanuel Vadot		};
791cb7aa33aSEmmanuel Vadot	};
792cb7aa33aSEmmanuel Vadot
793cb7aa33aSEmmanuel Vadot	i2c0 {
794cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
795cb7aa33aSEmmanuel Vadot		i2c0m0_xfer: i2c0m0-xfer {
796cb7aa33aSEmmanuel Vadot			rockchip,pins =
797cb7aa33aSEmmanuel Vadot				/* i2c0_scl_m0 */
798cb7aa33aSEmmanuel Vadot				<0 RK_PB3 2 &pcfg_pull_none_smt>,
799cb7aa33aSEmmanuel Vadot				/* i2c0_sda_m0 */
800cb7aa33aSEmmanuel Vadot				<0 RK_PA6 2 &pcfg_pull_none_smt>;
801cb7aa33aSEmmanuel Vadot		};
802cb7aa33aSEmmanuel Vadot
803cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
804cb7aa33aSEmmanuel Vadot		i2c0m2_xfer: i2c0m2-xfer {
805cb7aa33aSEmmanuel Vadot			rockchip,pins =
806cb7aa33aSEmmanuel Vadot				/* i2c0_scl_m2 */
807cb7aa33aSEmmanuel Vadot				<0 RK_PD1 3 &pcfg_pull_none_smt>,
808cb7aa33aSEmmanuel Vadot				/* i2c0_sda_m2 */
809cb7aa33aSEmmanuel Vadot				<0 RK_PD2 3 &pcfg_pull_none_smt>;
810cb7aa33aSEmmanuel Vadot		};
811cb7aa33aSEmmanuel Vadot	};
812cb7aa33aSEmmanuel Vadot
813cb7aa33aSEmmanuel Vadot	i2c1 {
814cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
815cb7aa33aSEmmanuel Vadot		i2c1m0_xfer: i2c1m0-xfer {
816cb7aa33aSEmmanuel Vadot			rockchip,pins =
817cb7aa33aSEmmanuel Vadot				/* i2c1_scl_m0 */
818cb7aa33aSEmmanuel Vadot				<0 RK_PB5 9 &pcfg_pull_none_smt>,
819cb7aa33aSEmmanuel Vadot				/* i2c1_sda_m0 */
820cb7aa33aSEmmanuel Vadot				<0 RK_PB6 9 &pcfg_pull_none_smt>;
821cb7aa33aSEmmanuel Vadot		};
822cb7aa33aSEmmanuel Vadot
823cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
824cb7aa33aSEmmanuel Vadot		i2c1m1_xfer: i2c1m1-xfer {
825cb7aa33aSEmmanuel Vadot			rockchip,pins =
826cb7aa33aSEmmanuel Vadot				/* i2c1_scl_m1 */
827cb7aa33aSEmmanuel Vadot				<0 RK_PB0 2 &pcfg_pull_none_smt>,
828cb7aa33aSEmmanuel Vadot				/* i2c1_sda_m1 */
829cb7aa33aSEmmanuel Vadot				<0 RK_PB1 2 &pcfg_pull_none_smt>;
830cb7aa33aSEmmanuel Vadot		};
831cb7aa33aSEmmanuel Vadot
832cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
833cb7aa33aSEmmanuel Vadot		i2c1m2_xfer: i2c1m2-xfer {
834cb7aa33aSEmmanuel Vadot			rockchip,pins =
835cb7aa33aSEmmanuel Vadot				/* i2c1_scl_m2 */
836cb7aa33aSEmmanuel Vadot				<0 RK_PD4 9 &pcfg_pull_none_smt>,
837cb7aa33aSEmmanuel Vadot				/* i2c1_sda_m2 */
838cb7aa33aSEmmanuel Vadot				<0 RK_PD5 9 &pcfg_pull_none_smt>;
839cb7aa33aSEmmanuel Vadot		};
840cb7aa33aSEmmanuel Vadot
841cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
842cb7aa33aSEmmanuel Vadot		i2c1m3_xfer: i2c1m3-xfer {
843cb7aa33aSEmmanuel Vadot			rockchip,pins =
844cb7aa33aSEmmanuel Vadot				/* i2c1_scl_m3 */
845cb7aa33aSEmmanuel Vadot				<2 RK_PD4 9 &pcfg_pull_none_smt>,
846cb7aa33aSEmmanuel Vadot				/* i2c1_sda_m3 */
847cb7aa33aSEmmanuel Vadot				<2 RK_PD5 9 &pcfg_pull_none_smt>;
848cb7aa33aSEmmanuel Vadot		};
849cb7aa33aSEmmanuel Vadot
850cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
851cb7aa33aSEmmanuel Vadot		i2c1m4_xfer: i2c1m4-xfer {
852cb7aa33aSEmmanuel Vadot			rockchip,pins =
853cb7aa33aSEmmanuel Vadot				/* i2c1_scl_m4 */
854cb7aa33aSEmmanuel Vadot				<1 RK_PD2 9 &pcfg_pull_none_smt>,
855cb7aa33aSEmmanuel Vadot				/* i2c1_sda_m4 */
856cb7aa33aSEmmanuel Vadot				<1 RK_PD3 9 &pcfg_pull_none_smt>;
857cb7aa33aSEmmanuel Vadot		};
858cb7aa33aSEmmanuel Vadot	};
859cb7aa33aSEmmanuel Vadot
860cb7aa33aSEmmanuel Vadot	i2c2 {
861cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
862cb7aa33aSEmmanuel Vadot		i2c2m0_xfer: i2c2m0-xfer {
863cb7aa33aSEmmanuel Vadot			rockchip,pins =
864cb7aa33aSEmmanuel Vadot				/* i2c2_scl_m0 */
865cb7aa33aSEmmanuel Vadot				<0 RK_PB7 9 &pcfg_pull_none_smt>,
866cb7aa33aSEmmanuel Vadot				/* i2c2_sda_m0 */
867cb7aa33aSEmmanuel Vadot				<0 RK_PC0 9 &pcfg_pull_none_smt>;
868cb7aa33aSEmmanuel Vadot		};
869cb7aa33aSEmmanuel Vadot
870cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
871cb7aa33aSEmmanuel Vadot		i2c2m2_xfer: i2c2m2-xfer {
872cb7aa33aSEmmanuel Vadot			rockchip,pins =
873cb7aa33aSEmmanuel Vadot				/* i2c2_scl_m2 */
874cb7aa33aSEmmanuel Vadot				<2 RK_PA3 9 &pcfg_pull_none_smt>,
875cb7aa33aSEmmanuel Vadot				/* i2c2_sda_m2 */
876cb7aa33aSEmmanuel Vadot				<2 RK_PA2 9 &pcfg_pull_none_smt>;
877cb7aa33aSEmmanuel Vadot		};
878cb7aa33aSEmmanuel Vadot
879cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
880cb7aa33aSEmmanuel Vadot		i2c2m3_xfer: i2c2m3-xfer {
881cb7aa33aSEmmanuel Vadot			rockchip,pins =
882cb7aa33aSEmmanuel Vadot				/* i2c2_scl_m3 */
883cb7aa33aSEmmanuel Vadot				<1 RK_PC5 9 &pcfg_pull_none_smt>,
884cb7aa33aSEmmanuel Vadot				/* i2c2_sda_m3 */
885cb7aa33aSEmmanuel Vadot				<1 RK_PC4 9 &pcfg_pull_none_smt>;
886cb7aa33aSEmmanuel Vadot		};
887cb7aa33aSEmmanuel Vadot
888cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
889cb7aa33aSEmmanuel Vadot		i2c2m4_xfer: i2c2m4-xfer {
890cb7aa33aSEmmanuel Vadot			rockchip,pins =
891cb7aa33aSEmmanuel Vadot				/* i2c2_scl_m4 */
892cb7aa33aSEmmanuel Vadot				<1 RK_PA1 9 &pcfg_pull_none_smt>,
893cb7aa33aSEmmanuel Vadot				/* i2c2_sda_m4 */
894cb7aa33aSEmmanuel Vadot				<1 RK_PA0 9 &pcfg_pull_none_smt>;
895cb7aa33aSEmmanuel Vadot		};
896cb7aa33aSEmmanuel Vadot	};
897cb7aa33aSEmmanuel Vadot
898cb7aa33aSEmmanuel Vadot	i2c3 {
899cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
900cb7aa33aSEmmanuel Vadot		i2c3m0_xfer: i2c3m0-xfer {
901cb7aa33aSEmmanuel Vadot			rockchip,pins =
902cb7aa33aSEmmanuel Vadot				/* i2c3_scl_m0 */
903cb7aa33aSEmmanuel Vadot				<1 RK_PC1 9 &pcfg_pull_none_smt>,
904cb7aa33aSEmmanuel Vadot				/* i2c3_sda_m0 */
905cb7aa33aSEmmanuel Vadot				<1 RK_PC0 9 &pcfg_pull_none_smt>;
906cb7aa33aSEmmanuel Vadot		};
907cb7aa33aSEmmanuel Vadot
908cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
909cb7aa33aSEmmanuel Vadot		i2c3m1_xfer: i2c3m1-xfer {
910cb7aa33aSEmmanuel Vadot			rockchip,pins =
911cb7aa33aSEmmanuel Vadot				/* i2c3_scl_m1 */
912cb7aa33aSEmmanuel Vadot				<3 RK_PB7 9 &pcfg_pull_none_smt>,
913cb7aa33aSEmmanuel Vadot				/* i2c3_sda_m1 */
914cb7aa33aSEmmanuel Vadot				<3 RK_PC0 9 &pcfg_pull_none_smt>;
915cb7aa33aSEmmanuel Vadot		};
916cb7aa33aSEmmanuel Vadot
917cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
918cb7aa33aSEmmanuel Vadot		i2c3m2_xfer: i2c3m2-xfer {
919cb7aa33aSEmmanuel Vadot			rockchip,pins =
920cb7aa33aSEmmanuel Vadot				/* i2c3_scl_m2 */
921cb7aa33aSEmmanuel Vadot				<4 RK_PA4 9 &pcfg_pull_none_smt>,
922cb7aa33aSEmmanuel Vadot				/* i2c3_sda_m2 */
923cb7aa33aSEmmanuel Vadot				<4 RK_PA5 9 &pcfg_pull_none_smt>;
924cb7aa33aSEmmanuel Vadot		};
925cb7aa33aSEmmanuel Vadot
926cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
927cb7aa33aSEmmanuel Vadot		i2c3m4_xfer: i2c3m4-xfer {
928cb7aa33aSEmmanuel Vadot			rockchip,pins =
929cb7aa33aSEmmanuel Vadot				/* i2c3_scl_m4 */
930cb7aa33aSEmmanuel Vadot				<4 RK_PD0 9 &pcfg_pull_none_smt>,
931cb7aa33aSEmmanuel Vadot				/* i2c3_sda_m4 */
932cb7aa33aSEmmanuel Vadot				<4 RK_PD1 9 &pcfg_pull_none_smt>;
933cb7aa33aSEmmanuel Vadot		};
934cb7aa33aSEmmanuel Vadot	};
935cb7aa33aSEmmanuel Vadot
936cb7aa33aSEmmanuel Vadot	i2c4 {
937cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
938cb7aa33aSEmmanuel Vadot		i2c4m0_xfer: i2c4m0-xfer {
939cb7aa33aSEmmanuel Vadot			rockchip,pins =
940cb7aa33aSEmmanuel Vadot				/* i2c4_scl_m0 */
941cb7aa33aSEmmanuel Vadot				<3 RK_PA6 9 &pcfg_pull_none_smt>,
942cb7aa33aSEmmanuel Vadot				/* i2c4_sda_m0 */
943cb7aa33aSEmmanuel Vadot				<3 RK_PA5 9 &pcfg_pull_none_smt>;
944cb7aa33aSEmmanuel Vadot		};
945cb7aa33aSEmmanuel Vadot
946cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
947cb7aa33aSEmmanuel Vadot		i2c4m2_xfer: i2c4m2-xfer {
948cb7aa33aSEmmanuel Vadot			rockchip,pins =
949cb7aa33aSEmmanuel Vadot				/* i2c4_scl_m2 */
950cb7aa33aSEmmanuel Vadot				<0 RK_PC5 9 &pcfg_pull_none_smt>,
951cb7aa33aSEmmanuel Vadot				/* i2c4_sda_m2 */
952cb7aa33aSEmmanuel Vadot				<0 RK_PC4 9 &pcfg_pull_none_smt>;
953cb7aa33aSEmmanuel Vadot		};
954cb7aa33aSEmmanuel Vadot
955cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
956cb7aa33aSEmmanuel Vadot		i2c4m3_xfer: i2c4m3-xfer {
957cb7aa33aSEmmanuel Vadot			rockchip,pins =
958cb7aa33aSEmmanuel Vadot				/* i2c4_scl_m3 */
959cb7aa33aSEmmanuel Vadot				<1 RK_PA3 9 &pcfg_pull_none_smt>,
960cb7aa33aSEmmanuel Vadot				/* i2c4_sda_m3 */
961cb7aa33aSEmmanuel Vadot				<1 RK_PA2 9 &pcfg_pull_none_smt>;
962cb7aa33aSEmmanuel Vadot		};
963cb7aa33aSEmmanuel Vadot
964cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
965cb7aa33aSEmmanuel Vadot		i2c4m4_xfer: i2c4m4-xfer {
966cb7aa33aSEmmanuel Vadot			rockchip,pins =
967cb7aa33aSEmmanuel Vadot				/* i2c4_scl_m4 */
968cb7aa33aSEmmanuel Vadot				<1 RK_PC7 9 &pcfg_pull_none_smt>,
969cb7aa33aSEmmanuel Vadot				/* i2c4_sda_m4 */
970cb7aa33aSEmmanuel Vadot				<1 RK_PC6 9 &pcfg_pull_none_smt>;
971cb7aa33aSEmmanuel Vadot		};
972cb7aa33aSEmmanuel Vadot	};
973cb7aa33aSEmmanuel Vadot
974cb7aa33aSEmmanuel Vadot	i2c5 {
975cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
976cb7aa33aSEmmanuel Vadot		i2c5m0_xfer: i2c5m0-xfer {
977cb7aa33aSEmmanuel Vadot			rockchip,pins =
978cb7aa33aSEmmanuel Vadot				/* i2c5_scl_m0 */
979cb7aa33aSEmmanuel Vadot				<3 RK_PC7 9 &pcfg_pull_none_smt>,
980cb7aa33aSEmmanuel Vadot				/* i2c5_sda_m0 */
981cb7aa33aSEmmanuel Vadot				<3 RK_PD0 9 &pcfg_pull_none_smt>;
982cb7aa33aSEmmanuel Vadot		};
983cb7aa33aSEmmanuel Vadot
984cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
985cb7aa33aSEmmanuel Vadot		i2c5m1_xfer: i2c5m1-xfer {
986cb7aa33aSEmmanuel Vadot			rockchip,pins =
987cb7aa33aSEmmanuel Vadot				/* i2c5_scl_m1 */
988cb7aa33aSEmmanuel Vadot				<4 RK_PB6 9 &pcfg_pull_none_smt>,
989cb7aa33aSEmmanuel Vadot				/* i2c5_sda_m1 */
990cb7aa33aSEmmanuel Vadot				<4 RK_PB7 9 &pcfg_pull_none_smt>;
991cb7aa33aSEmmanuel Vadot		};
992cb7aa33aSEmmanuel Vadot
993cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
994cb7aa33aSEmmanuel Vadot		i2c5m2_xfer: i2c5m2-xfer {
995cb7aa33aSEmmanuel Vadot			rockchip,pins =
996cb7aa33aSEmmanuel Vadot				/* i2c5_scl_m2 */
997cb7aa33aSEmmanuel Vadot				<4 RK_PA6 9 &pcfg_pull_none_smt>,
998cb7aa33aSEmmanuel Vadot				/* i2c5_sda_m2 */
999cb7aa33aSEmmanuel Vadot				<4 RK_PA7 9 &pcfg_pull_none_smt>;
1000cb7aa33aSEmmanuel Vadot		};
1001cb7aa33aSEmmanuel Vadot
1002cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1003cb7aa33aSEmmanuel Vadot		i2c5m3_xfer: i2c5m3-xfer {
1004cb7aa33aSEmmanuel Vadot			rockchip,pins =
1005cb7aa33aSEmmanuel Vadot				/* i2c5_scl_m3 */
1006cb7aa33aSEmmanuel Vadot				<1 RK_PB6 9 &pcfg_pull_none_smt>,
1007cb7aa33aSEmmanuel Vadot				/* i2c5_sda_m3 */
1008cb7aa33aSEmmanuel Vadot				<1 RK_PB7 9 &pcfg_pull_none_smt>;
1009cb7aa33aSEmmanuel Vadot		};
1010cb7aa33aSEmmanuel Vadot	};
1011cb7aa33aSEmmanuel Vadot
1012cb7aa33aSEmmanuel Vadot	i2c6 {
1013cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1014cb7aa33aSEmmanuel Vadot		i2c6m0_xfer: i2c6m0-xfer {
1015cb7aa33aSEmmanuel Vadot			rockchip,pins =
1016cb7aa33aSEmmanuel Vadot				/* i2c6_scl_m0 */
1017cb7aa33aSEmmanuel Vadot				<0 RK_PD0 9 &pcfg_pull_none_smt>,
1018cb7aa33aSEmmanuel Vadot				/* i2c6_sda_m0 */
1019cb7aa33aSEmmanuel Vadot				<0 RK_PC7 9 &pcfg_pull_none_smt>;
1020cb7aa33aSEmmanuel Vadot		};
1021cb7aa33aSEmmanuel Vadot
1022cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1023cb7aa33aSEmmanuel Vadot		i2c6m1_xfer: i2c6m1-xfer {
1024cb7aa33aSEmmanuel Vadot			rockchip,pins =
1025cb7aa33aSEmmanuel Vadot				/* i2c6_scl_m1 */
1026cb7aa33aSEmmanuel Vadot				<1 RK_PC3 9 &pcfg_pull_none_smt>,
1027cb7aa33aSEmmanuel Vadot				/* i2c6_sda_m1 */
1028cb7aa33aSEmmanuel Vadot				<1 RK_PC2 9 &pcfg_pull_none_smt>;
1029cb7aa33aSEmmanuel Vadot		};
1030cb7aa33aSEmmanuel Vadot
1031cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1032cb7aa33aSEmmanuel Vadot		i2c6m3_xfer: i2c6m3-xfer {
1033cb7aa33aSEmmanuel Vadot			rockchip,pins =
1034cb7aa33aSEmmanuel Vadot				/* i2c6_scl_m3 */
1035cb7aa33aSEmmanuel Vadot				<4 RK_PB1 9 &pcfg_pull_none_smt>,
1036cb7aa33aSEmmanuel Vadot				/* i2c6_sda_m3 */
1037cb7aa33aSEmmanuel Vadot				<4 RK_PB0 9 &pcfg_pull_none_smt>;
1038cb7aa33aSEmmanuel Vadot		};
1039cb7aa33aSEmmanuel Vadot
1040cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1041cb7aa33aSEmmanuel Vadot		i2c6m4_xfer: i2c6m4-xfer {
1042cb7aa33aSEmmanuel Vadot			rockchip,pins =
1043cb7aa33aSEmmanuel Vadot				/* i2c6_scl_m4 */
1044cb7aa33aSEmmanuel Vadot				<3 RK_PA1 9 &pcfg_pull_none_smt>,
1045cb7aa33aSEmmanuel Vadot				/* i2c6_sda_m4 */
1046cb7aa33aSEmmanuel Vadot				<3 RK_PA0 9 &pcfg_pull_none_smt>;
1047cb7aa33aSEmmanuel Vadot		};
1048cb7aa33aSEmmanuel Vadot	};
1049cb7aa33aSEmmanuel Vadot
1050cb7aa33aSEmmanuel Vadot	i2c7 {
1051cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1052cb7aa33aSEmmanuel Vadot		i2c7m0_xfer: i2c7m0-xfer {
1053cb7aa33aSEmmanuel Vadot			rockchip,pins =
1054cb7aa33aSEmmanuel Vadot				/* i2c7_scl_m0 */
1055cb7aa33aSEmmanuel Vadot				<1 RK_PD0 9 &pcfg_pull_none_smt>,
1056cb7aa33aSEmmanuel Vadot				/* i2c7_sda_m0 */
1057cb7aa33aSEmmanuel Vadot				<1 RK_PD1 9 &pcfg_pull_none_smt>;
1058cb7aa33aSEmmanuel Vadot		};
1059cb7aa33aSEmmanuel Vadot
1060cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1061cb7aa33aSEmmanuel Vadot		i2c7m2_xfer: i2c7m2-xfer {
1062cb7aa33aSEmmanuel Vadot			rockchip,pins =
1063cb7aa33aSEmmanuel Vadot				/* i2c7_scl_m2 */
1064cb7aa33aSEmmanuel Vadot				<3 RK_PD2 9 &pcfg_pull_none_smt>,
1065cb7aa33aSEmmanuel Vadot				/* i2c7_sda_m2 */
1066cb7aa33aSEmmanuel Vadot				<3 RK_PD3 9 &pcfg_pull_none_smt>;
1067cb7aa33aSEmmanuel Vadot		};
1068cb7aa33aSEmmanuel Vadot
1069cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1070cb7aa33aSEmmanuel Vadot		i2c7m3_xfer: i2c7m3-xfer {
1071cb7aa33aSEmmanuel Vadot			rockchip,pins =
1072cb7aa33aSEmmanuel Vadot				/* i2c7_scl_m3 */
1073cb7aa33aSEmmanuel Vadot				<4 RK_PB2 9 &pcfg_pull_none_smt>,
1074cb7aa33aSEmmanuel Vadot				/* i2c7_sda_m3 */
1075cb7aa33aSEmmanuel Vadot				<4 RK_PB3 9 &pcfg_pull_none_smt>;
1076cb7aa33aSEmmanuel Vadot		};
1077cb7aa33aSEmmanuel Vadot	};
1078cb7aa33aSEmmanuel Vadot
1079cb7aa33aSEmmanuel Vadot	i2c8 {
1080cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1081cb7aa33aSEmmanuel Vadot		i2c8m0_xfer: i2c8m0-xfer {
1082cb7aa33aSEmmanuel Vadot			rockchip,pins =
1083cb7aa33aSEmmanuel Vadot				/* i2c8_scl_m0 */
1084cb7aa33aSEmmanuel Vadot				<4 RK_PD2 9 &pcfg_pull_none_smt>,
1085cb7aa33aSEmmanuel Vadot				/* i2c8_sda_m0 */
1086cb7aa33aSEmmanuel Vadot				<4 RK_PD3 9 &pcfg_pull_none_smt>;
1087cb7aa33aSEmmanuel Vadot		};
1088cb7aa33aSEmmanuel Vadot
1089cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1090cb7aa33aSEmmanuel Vadot		i2c8m2_xfer: i2c8m2-xfer {
1091cb7aa33aSEmmanuel Vadot			rockchip,pins =
1092cb7aa33aSEmmanuel Vadot				/* i2c8_scl_m2 */
1093cb7aa33aSEmmanuel Vadot				<1 RK_PD6 9 &pcfg_pull_none_smt>,
1094cb7aa33aSEmmanuel Vadot				/* i2c8_sda_m2 */
1095cb7aa33aSEmmanuel Vadot				<1 RK_PD7 9 &pcfg_pull_none_smt>;
1096cb7aa33aSEmmanuel Vadot		};
1097cb7aa33aSEmmanuel Vadot
1098cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1099cb7aa33aSEmmanuel Vadot		i2c8m3_xfer: i2c8m3-xfer {
1100cb7aa33aSEmmanuel Vadot			rockchip,pins =
1101cb7aa33aSEmmanuel Vadot				/* i2c8_scl_m3 */
1102cb7aa33aSEmmanuel Vadot				<4 RK_PC0 9 &pcfg_pull_none_smt>,
1103cb7aa33aSEmmanuel Vadot				/* i2c8_sda_m3 */
1104cb7aa33aSEmmanuel Vadot				<4 RK_PC1 9 &pcfg_pull_none_smt>;
1105cb7aa33aSEmmanuel Vadot		};
1106cb7aa33aSEmmanuel Vadot
1107cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1108cb7aa33aSEmmanuel Vadot		i2c8m4_xfer: i2c8m4-xfer {
1109cb7aa33aSEmmanuel Vadot			rockchip,pins =
1110cb7aa33aSEmmanuel Vadot				/* i2c8_scl_m4 */
1111cb7aa33aSEmmanuel Vadot				<3 RK_PC2 9 &pcfg_pull_none_smt>,
1112cb7aa33aSEmmanuel Vadot				/* i2c8_sda_m4 */
1113cb7aa33aSEmmanuel Vadot				<3 RK_PC3 9 &pcfg_pull_none_smt>;
1114cb7aa33aSEmmanuel Vadot		};
1115cb7aa33aSEmmanuel Vadot	};
1116cb7aa33aSEmmanuel Vadot
1117cb7aa33aSEmmanuel Vadot	i2s0 {
1118cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1119cb7aa33aSEmmanuel Vadot		i2s0_lrck: i2s0-lrck {
1120cb7aa33aSEmmanuel Vadot			rockchip,pins =
1121cb7aa33aSEmmanuel Vadot				/* i2s0_lrck */
1122cb7aa33aSEmmanuel Vadot				<1 RK_PC5 1 &pcfg_pull_none>;
1123cb7aa33aSEmmanuel Vadot		};
1124cb7aa33aSEmmanuel Vadot
1125cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1126cb7aa33aSEmmanuel Vadot		i2s0_mclk: i2s0-mclk {
1127cb7aa33aSEmmanuel Vadot			rockchip,pins =
1128cb7aa33aSEmmanuel Vadot				/* i2s0_mclk */
1129cb7aa33aSEmmanuel Vadot				<1 RK_PC2 1 &pcfg_pull_none>;
1130cb7aa33aSEmmanuel Vadot		};
1131cb7aa33aSEmmanuel Vadot
1132cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1133cb7aa33aSEmmanuel Vadot		i2s0_sclk: i2s0-sclk {
1134cb7aa33aSEmmanuel Vadot			rockchip,pins =
1135cb7aa33aSEmmanuel Vadot				/* i2s0_sclk */
1136cb7aa33aSEmmanuel Vadot				<1 RK_PC3 1 &pcfg_pull_none>;
1137cb7aa33aSEmmanuel Vadot		};
1138cb7aa33aSEmmanuel Vadot
1139cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1140cb7aa33aSEmmanuel Vadot		i2s0_sdi0: i2s0-sdi0 {
1141cb7aa33aSEmmanuel Vadot			rockchip,pins =
1142cb7aa33aSEmmanuel Vadot				/* i2s0_sdi0 */
1143cb7aa33aSEmmanuel Vadot				<1 RK_PD4 2 &pcfg_pull_none>;
1144cb7aa33aSEmmanuel Vadot		};
1145cb7aa33aSEmmanuel Vadot
1146cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1147cb7aa33aSEmmanuel Vadot		i2s0_sdi1: i2s0-sdi1 {
1148cb7aa33aSEmmanuel Vadot			rockchip,pins =
1149cb7aa33aSEmmanuel Vadot				/* i2s0_sdi1 */
1150cb7aa33aSEmmanuel Vadot				<1 RK_PD3 2 &pcfg_pull_none>;
1151cb7aa33aSEmmanuel Vadot		};
1152cb7aa33aSEmmanuel Vadot
1153cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1154cb7aa33aSEmmanuel Vadot		i2s0_sdi2: i2s0-sdi2 {
1155cb7aa33aSEmmanuel Vadot			rockchip,pins =
1156cb7aa33aSEmmanuel Vadot				/* i2s0_sdi2 */
1157cb7aa33aSEmmanuel Vadot				<1 RK_PD2 2 &pcfg_pull_none>;
1158cb7aa33aSEmmanuel Vadot		};
1159cb7aa33aSEmmanuel Vadot
1160cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1161cb7aa33aSEmmanuel Vadot		i2s0_sdi3: i2s0-sdi3 {
1162cb7aa33aSEmmanuel Vadot			rockchip,pins =
1163cb7aa33aSEmmanuel Vadot				/* i2s0_sdi3 */
1164cb7aa33aSEmmanuel Vadot				<1 RK_PD1 2 &pcfg_pull_none>;
1165cb7aa33aSEmmanuel Vadot		};
1166cb7aa33aSEmmanuel Vadot
1167cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1168cb7aa33aSEmmanuel Vadot		i2s0_sdo0: i2s0-sdo0 {
1169cb7aa33aSEmmanuel Vadot			rockchip,pins =
1170cb7aa33aSEmmanuel Vadot				/* i2s0_sdo0 */
1171cb7aa33aSEmmanuel Vadot				<1 RK_PC7 1 &pcfg_pull_none>;
1172cb7aa33aSEmmanuel Vadot		};
1173cb7aa33aSEmmanuel Vadot
1174cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1175cb7aa33aSEmmanuel Vadot		i2s0_sdo1: i2s0-sdo1 {
1176cb7aa33aSEmmanuel Vadot			rockchip,pins =
1177cb7aa33aSEmmanuel Vadot				/* i2s0_sdo1 */
1178cb7aa33aSEmmanuel Vadot				<1 RK_PD0 1 &pcfg_pull_none>;
1179cb7aa33aSEmmanuel Vadot		};
1180cb7aa33aSEmmanuel Vadot
1181cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1182cb7aa33aSEmmanuel Vadot		i2s0_sdo2: i2s0-sdo2 {
1183cb7aa33aSEmmanuel Vadot			rockchip,pins =
1184cb7aa33aSEmmanuel Vadot				/* i2s0_sdo2 */
1185cb7aa33aSEmmanuel Vadot				<1 RK_PD1 1 &pcfg_pull_none>;
1186cb7aa33aSEmmanuel Vadot		};
1187cb7aa33aSEmmanuel Vadot
1188cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1189cb7aa33aSEmmanuel Vadot		i2s0_sdo3: i2s0-sdo3 {
1190cb7aa33aSEmmanuel Vadot			rockchip,pins =
1191cb7aa33aSEmmanuel Vadot				/* i2s0_sdo3 */
1192cb7aa33aSEmmanuel Vadot				<1 RK_PD2 1 &pcfg_pull_none>;
1193cb7aa33aSEmmanuel Vadot		};
1194cb7aa33aSEmmanuel Vadot	};
1195cb7aa33aSEmmanuel Vadot
1196cb7aa33aSEmmanuel Vadot	i2s1 {
1197cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1198cb7aa33aSEmmanuel Vadot		i2s1m0_lrck: i2s1m0-lrck {
1199cb7aa33aSEmmanuel Vadot			rockchip,pins =
1200cb7aa33aSEmmanuel Vadot				/* i2s1m0_lrck */
1201cb7aa33aSEmmanuel Vadot				<4 RK_PA2 3 &pcfg_pull_none>;
1202cb7aa33aSEmmanuel Vadot		};
1203cb7aa33aSEmmanuel Vadot
1204cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1205cb7aa33aSEmmanuel Vadot		i2s1m0_mclk: i2s1m0-mclk {
1206cb7aa33aSEmmanuel Vadot			rockchip,pins =
1207cb7aa33aSEmmanuel Vadot				/* i2s1m0_mclk */
1208cb7aa33aSEmmanuel Vadot				<4 RK_PA0 3 &pcfg_pull_none>;
1209cb7aa33aSEmmanuel Vadot		};
1210cb7aa33aSEmmanuel Vadot
1211cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1212cb7aa33aSEmmanuel Vadot		i2s1m0_sclk: i2s1m0-sclk {
1213cb7aa33aSEmmanuel Vadot			rockchip,pins =
1214cb7aa33aSEmmanuel Vadot				/* i2s1m0_sclk */
1215cb7aa33aSEmmanuel Vadot				<4 RK_PA1 3 &pcfg_pull_none>;
1216cb7aa33aSEmmanuel Vadot		};
1217cb7aa33aSEmmanuel Vadot
1218cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1219cb7aa33aSEmmanuel Vadot		i2s1m0_sdi0: i2s1m0-sdi0 {
1220cb7aa33aSEmmanuel Vadot			rockchip,pins =
1221cb7aa33aSEmmanuel Vadot				/* i2s1m0_sdi0 */
1222cb7aa33aSEmmanuel Vadot				<4 RK_PA5 3 &pcfg_pull_none>;
1223cb7aa33aSEmmanuel Vadot		};
1224cb7aa33aSEmmanuel Vadot
1225cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1226cb7aa33aSEmmanuel Vadot		i2s1m0_sdi1: i2s1m0-sdi1 {
1227cb7aa33aSEmmanuel Vadot			rockchip,pins =
1228cb7aa33aSEmmanuel Vadot				/* i2s1m0_sdi1 */
1229cb7aa33aSEmmanuel Vadot				<4 RK_PA6 3 &pcfg_pull_none>;
1230cb7aa33aSEmmanuel Vadot		};
1231cb7aa33aSEmmanuel Vadot
1232cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1233cb7aa33aSEmmanuel Vadot		i2s1m0_sdi2: i2s1m0-sdi2 {
1234cb7aa33aSEmmanuel Vadot			rockchip,pins =
1235cb7aa33aSEmmanuel Vadot				/* i2s1m0_sdi2 */
1236cb7aa33aSEmmanuel Vadot				<4 RK_PA7 3 &pcfg_pull_none>;
1237cb7aa33aSEmmanuel Vadot		};
1238cb7aa33aSEmmanuel Vadot
1239cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1240cb7aa33aSEmmanuel Vadot		i2s1m0_sdi3: i2s1m0-sdi3 {
1241cb7aa33aSEmmanuel Vadot			rockchip,pins =
1242cb7aa33aSEmmanuel Vadot				/* i2s1m0_sdi3 */
1243cb7aa33aSEmmanuel Vadot				<4 RK_PB0 3 &pcfg_pull_none>;
1244cb7aa33aSEmmanuel Vadot		};
1245cb7aa33aSEmmanuel Vadot
1246cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1247cb7aa33aSEmmanuel Vadot		i2s1m0_sdo0: i2s1m0-sdo0 {
1248cb7aa33aSEmmanuel Vadot			rockchip,pins =
1249cb7aa33aSEmmanuel Vadot				/* i2s1m0_sdo0 */
1250cb7aa33aSEmmanuel Vadot				<4 RK_PB1 3 &pcfg_pull_none>;
1251cb7aa33aSEmmanuel Vadot		};
1252cb7aa33aSEmmanuel Vadot
1253cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1254cb7aa33aSEmmanuel Vadot		i2s1m0_sdo1: i2s1m0-sdo1 {
1255cb7aa33aSEmmanuel Vadot			rockchip,pins =
1256cb7aa33aSEmmanuel Vadot				/* i2s1m0_sdo1 */
1257cb7aa33aSEmmanuel Vadot				<4 RK_PB2 3 &pcfg_pull_none>;
1258cb7aa33aSEmmanuel Vadot		};
1259cb7aa33aSEmmanuel Vadot
1260cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1261cb7aa33aSEmmanuel Vadot		i2s1m0_sdo2: i2s1m0-sdo2 {
1262cb7aa33aSEmmanuel Vadot			rockchip,pins =
1263cb7aa33aSEmmanuel Vadot				/* i2s1m0_sdo2 */
1264cb7aa33aSEmmanuel Vadot				<4 RK_PB3 3 &pcfg_pull_none>;
1265cb7aa33aSEmmanuel Vadot		};
1266cb7aa33aSEmmanuel Vadot
1267cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1268cb7aa33aSEmmanuel Vadot		i2s1m0_sdo3: i2s1m0-sdo3 {
1269cb7aa33aSEmmanuel Vadot			rockchip,pins =
1270cb7aa33aSEmmanuel Vadot				/* i2s1m0_sdo3 */
1271cb7aa33aSEmmanuel Vadot				<4 RK_PB4 3 &pcfg_pull_none>;
1272cb7aa33aSEmmanuel Vadot		};
1273cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1274cb7aa33aSEmmanuel Vadot		i2s1m1_lrck: i2s1m1-lrck {
1275cb7aa33aSEmmanuel Vadot			rockchip,pins =
1276cb7aa33aSEmmanuel Vadot				/* i2s1m1_lrck */
1277cb7aa33aSEmmanuel Vadot				<0 RK_PB7 1 &pcfg_pull_none>;
1278cb7aa33aSEmmanuel Vadot		};
1279cb7aa33aSEmmanuel Vadot
1280cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1281cb7aa33aSEmmanuel Vadot		i2s1m1_mclk: i2s1m1-mclk {
1282cb7aa33aSEmmanuel Vadot			rockchip,pins =
1283cb7aa33aSEmmanuel Vadot				/* i2s1m1_mclk */
1284cb7aa33aSEmmanuel Vadot				<0 RK_PB5 1 &pcfg_pull_none>;
1285cb7aa33aSEmmanuel Vadot		};
1286cb7aa33aSEmmanuel Vadot
1287cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1288cb7aa33aSEmmanuel Vadot		i2s1m1_sclk: i2s1m1-sclk {
1289cb7aa33aSEmmanuel Vadot			rockchip,pins =
1290cb7aa33aSEmmanuel Vadot				/* i2s1m1_sclk */
1291cb7aa33aSEmmanuel Vadot				<0 RK_PB6 1 &pcfg_pull_none>;
1292cb7aa33aSEmmanuel Vadot		};
1293cb7aa33aSEmmanuel Vadot
1294cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1295cb7aa33aSEmmanuel Vadot		i2s1m1_sdi0: i2s1m1-sdi0 {
1296cb7aa33aSEmmanuel Vadot			rockchip,pins =
1297cb7aa33aSEmmanuel Vadot				/* i2s1m1_sdi0 */
1298cb7aa33aSEmmanuel Vadot				<0 RK_PC5 1 &pcfg_pull_none>;
1299cb7aa33aSEmmanuel Vadot		};
1300cb7aa33aSEmmanuel Vadot
1301cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1302cb7aa33aSEmmanuel Vadot		i2s1m1_sdi1: i2s1m1-sdi1 {
1303cb7aa33aSEmmanuel Vadot			rockchip,pins =
1304cb7aa33aSEmmanuel Vadot				/* i2s1m1_sdi1 */
1305cb7aa33aSEmmanuel Vadot				<0 RK_PC6 1 &pcfg_pull_none>;
1306cb7aa33aSEmmanuel Vadot		};
1307cb7aa33aSEmmanuel Vadot
1308cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1309cb7aa33aSEmmanuel Vadot		i2s1m1_sdi2: i2s1m1-sdi2 {
1310cb7aa33aSEmmanuel Vadot			rockchip,pins =
1311cb7aa33aSEmmanuel Vadot				/* i2s1m1_sdi2 */
1312cb7aa33aSEmmanuel Vadot				<0 RK_PC7 1 &pcfg_pull_none>;
1313cb7aa33aSEmmanuel Vadot		};
1314cb7aa33aSEmmanuel Vadot
1315cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1316cb7aa33aSEmmanuel Vadot		i2s1m1_sdi3: i2s1m1-sdi3 {
1317cb7aa33aSEmmanuel Vadot			rockchip,pins =
1318cb7aa33aSEmmanuel Vadot				/* i2s1m1_sdi3 */
1319cb7aa33aSEmmanuel Vadot				<0 RK_PD0 1 &pcfg_pull_none>;
1320cb7aa33aSEmmanuel Vadot		};
1321cb7aa33aSEmmanuel Vadot
1322cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1323cb7aa33aSEmmanuel Vadot		i2s1m1_sdo0: i2s1m1-sdo0 {
1324cb7aa33aSEmmanuel Vadot			rockchip,pins =
1325cb7aa33aSEmmanuel Vadot				/* i2s1m1_sdo0 */
1326cb7aa33aSEmmanuel Vadot				<0 RK_PD1 1 &pcfg_pull_none>;
1327cb7aa33aSEmmanuel Vadot		};
1328cb7aa33aSEmmanuel Vadot
1329cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1330cb7aa33aSEmmanuel Vadot		i2s1m1_sdo1: i2s1m1-sdo1 {
1331cb7aa33aSEmmanuel Vadot			rockchip,pins =
1332cb7aa33aSEmmanuel Vadot				/* i2s1m1_sdo1 */
1333cb7aa33aSEmmanuel Vadot				<0 RK_PD2 1 &pcfg_pull_none>;
1334cb7aa33aSEmmanuel Vadot		};
1335cb7aa33aSEmmanuel Vadot
1336cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1337cb7aa33aSEmmanuel Vadot		i2s1m1_sdo2: i2s1m1-sdo2 {
1338cb7aa33aSEmmanuel Vadot			rockchip,pins =
1339cb7aa33aSEmmanuel Vadot				/* i2s1m1_sdo2 */
1340cb7aa33aSEmmanuel Vadot				<0 RK_PD4 1 &pcfg_pull_none>;
1341cb7aa33aSEmmanuel Vadot		};
1342cb7aa33aSEmmanuel Vadot
1343cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1344cb7aa33aSEmmanuel Vadot		i2s1m1_sdo3: i2s1m1-sdo3 {
1345cb7aa33aSEmmanuel Vadot			rockchip,pins =
1346cb7aa33aSEmmanuel Vadot				/* i2s1m1_sdo3 */
1347cb7aa33aSEmmanuel Vadot				<0 RK_PD5 1 &pcfg_pull_none>;
1348cb7aa33aSEmmanuel Vadot		};
1349cb7aa33aSEmmanuel Vadot	};
1350cb7aa33aSEmmanuel Vadot
1351cb7aa33aSEmmanuel Vadot	i2s2 {
1352cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1353*84943d6fSEmmanuel Vadot		i2s2m0_lrck: i2s2m0-lrck {
1354*84943d6fSEmmanuel Vadot			rockchip,pins =
1355*84943d6fSEmmanuel Vadot				/* i2s2m0_lrck */
1356*84943d6fSEmmanuel Vadot				<2 RK_PC0 2 &pcfg_pull_none>;
1357*84943d6fSEmmanuel Vadot		};
1358*84943d6fSEmmanuel Vadot
1359*84943d6fSEmmanuel Vadot		/omit-if-no-ref/
1360*84943d6fSEmmanuel Vadot		i2s2m0_mclk: i2s2m0-mclk {
1361*84943d6fSEmmanuel Vadot			rockchip,pins =
1362*84943d6fSEmmanuel Vadot				/* i2s2m0_mclk */
1363*84943d6fSEmmanuel Vadot				<2 RK_PB6 2 &pcfg_pull_none>;
1364*84943d6fSEmmanuel Vadot		};
1365*84943d6fSEmmanuel Vadot
1366*84943d6fSEmmanuel Vadot		/omit-if-no-ref/
1367*84943d6fSEmmanuel Vadot		i2s2m0_sclk: i2s2m0-sclk {
1368*84943d6fSEmmanuel Vadot			rockchip,pins =
1369*84943d6fSEmmanuel Vadot				/* i2s2m0_sclk */
1370*84943d6fSEmmanuel Vadot				<2 RK_PB7 2 &pcfg_pull_none>;
1371*84943d6fSEmmanuel Vadot		};
1372*84943d6fSEmmanuel Vadot
1373*84943d6fSEmmanuel Vadot		/omit-if-no-ref/
1374*84943d6fSEmmanuel Vadot		i2s2m0_sdi: i2s2m0-sdi {
1375*84943d6fSEmmanuel Vadot			rockchip,pins =
1376*84943d6fSEmmanuel Vadot				/* i2s2m0_sdi */
1377*84943d6fSEmmanuel Vadot				<2 RK_PC3 2 &pcfg_pull_none>;
1378*84943d6fSEmmanuel Vadot		};
1379*84943d6fSEmmanuel Vadot
1380*84943d6fSEmmanuel Vadot		/omit-if-no-ref/
1381*84943d6fSEmmanuel Vadot		i2s2m0_sdo: i2s2m0-sdo {
1382*84943d6fSEmmanuel Vadot			rockchip,pins =
1383*84943d6fSEmmanuel Vadot				/* i2s2m0_sdo */
1384*84943d6fSEmmanuel Vadot				<4 RK_PC3 2 &pcfg_pull_none>;
1385*84943d6fSEmmanuel Vadot		};
1386*84943d6fSEmmanuel Vadot
1387*84943d6fSEmmanuel Vadot		/omit-if-no-ref/
1388cb7aa33aSEmmanuel Vadot		i2s2m1_lrck: i2s2m1-lrck {
1389cb7aa33aSEmmanuel Vadot			rockchip,pins =
1390cb7aa33aSEmmanuel Vadot				/* i2s2m1_lrck */
1391cb7aa33aSEmmanuel Vadot				<3 RK_PB6 3 &pcfg_pull_none>;
1392cb7aa33aSEmmanuel Vadot		};
1393cb7aa33aSEmmanuel Vadot
1394cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1395cb7aa33aSEmmanuel Vadot		i2s2m1_mclk: i2s2m1-mclk {
1396cb7aa33aSEmmanuel Vadot			rockchip,pins =
1397cb7aa33aSEmmanuel Vadot				/* i2s2m1_mclk */
1398cb7aa33aSEmmanuel Vadot				<3 RK_PB4 3 &pcfg_pull_none>;
1399cb7aa33aSEmmanuel Vadot		};
1400cb7aa33aSEmmanuel Vadot
1401cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1402cb7aa33aSEmmanuel Vadot		i2s2m1_sclk: i2s2m1-sclk {
1403cb7aa33aSEmmanuel Vadot			rockchip,pins =
1404cb7aa33aSEmmanuel Vadot				/* i2s2m1_sclk */
1405cb7aa33aSEmmanuel Vadot				<3 RK_PB5 3 &pcfg_pull_none>;
1406cb7aa33aSEmmanuel Vadot		};
1407cb7aa33aSEmmanuel Vadot
1408cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1409cb7aa33aSEmmanuel Vadot		i2s2m1_sdi: i2s2m1-sdi {
1410cb7aa33aSEmmanuel Vadot			rockchip,pins =
1411cb7aa33aSEmmanuel Vadot				/* i2s2m1_sdi */
1412cb7aa33aSEmmanuel Vadot				<3 RK_PB2 3 &pcfg_pull_none>;
1413cb7aa33aSEmmanuel Vadot		};
1414cb7aa33aSEmmanuel Vadot
1415cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1416cb7aa33aSEmmanuel Vadot		i2s2m1_sdo: i2s2m1-sdo {
1417cb7aa33aSEmmanuel Vadot			rockchip,pins =
1418cb7aa33aSEmmanuel Vadot				/* i2s2m1_sdo */
1419cb7aa33aSEmmanuel Vadot				<3 RK_PB3 3 &pcfg_pull_none>;
1420cb7aa33aSEmmanuel Vadot		};
1421cb7aa33aSEmmanuel Vadot	};
1422cb7aa33aSEmmanuel Vadot
1423cb7aa33aSEmmanuel Vadot	i2s3 {
1424cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1425cb7aa33aSEmmanuel Vadot		i2s3_lrck: i2s3-lrck {
1426cb7aa33aSEmmanuel Vadot			rockchip,pins =
1427cb7aa33aSEmmanuel Vadot				/* i2s3_lrck */
1428cb7aa33aSEmmanuel Vadot				<3 RK_PA2 3 &pcfg_pull_none>;
1429cb7aa33aSEmmanuel Vadot		};
1430cb7aa33aSEmmanuel Vadot
1431cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1432cb7aa33aSEmmanuel Vadot		i2s3_mclk: i2s3-mclk {
1433cb7aa33aSEmmanuel Vadot			rockchip,pins =
1434cb7aa33aSEmmanuel Vadot				/* i2s3_mclk */
1435cb7aa33aSEmmanuel Vadot				<3 RK_PA0 3 &pcfg_pull_none>;
1436cb7aa33aSEmmanuel Vadot		};
1437cb7aa33aSEmmanuel Vadot
1438cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1439cb7aa33aSEmmanuel Vadot		i2s3_sclk: i2s3-sclk {
1440cb7aa33aSEmmanuel Vadot			rockchip,pins =
1441cb7aa33aSEmmanuel Vadot				/* i2s3_sclk */
1442cb7aa33aSEmmanuel Vadot				<3 RK_PA1 3 &pcfg_pull_none>;
1443cb7aa33aSEmmanuel Vadot		};
1444cb7aa33aSEmmanuel Vadot
1445cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1446cb7aa33aSEmmanuel Vadot		i2s3_sdi: i2s3-sdi {
1447cb7aa33aSEmmanuel Vadot			rockchip,pins =
1448cb7aa33aSEmmanuel Vadot				/* i2s3_sdi */
1449cb7aa33aSEmmanuel Vadot				<3 RK_PA4 3 &pcfg_pull_none>;
1450cb7aa33aSEmmanuel Vadot		};
1451cb7aa33aSEmmanuel Vadot
1452cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1453cb7aa33aSEmmanuel Vadot		i2s3_sdo: i2s3-sdo {
1454cb7aa33aSEmmanuel Vadot			rockchip,pins =
1455cb7aa33aSEmmanuel Vadot				/* i2s3_sdo */
1456cb7aa33aSEmmanuel Vadot				<3 RK_PA3 3 &pcfg_pull_none>;
1457cb7aa33aSEmmanuel Vadot		};
1458cb7aa33aSEmmanuel Vadot	};
1459cb7aa33aSEmmanuel Vadot
1460cb7aa33aSEmmanuel Vadot	jtag {
1461cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1462cb7aa33aSEmmanuel Vadot		jtagm0_pins: jtagm0-pins {
1463cb7aa33aSEmmanuel Vadot			rockchip,pins =
1464cb7aa33aSEmmanuel Vadot				/* jtag_tck_m0 */
1465cb7aa33aSEmmanuel Vadot				<4 RK_PD2 5 &pcfg_pull_none>,
1466cb7aa33aSEmmanuel Vadot				/* jtag_tms_m0 */
1467cb7aa33aSEmmanuel Vadot				<4 RK_PD3 5 &pcfg_pull_none>;
1468cb7aa33aSEmmanuel Vadot		};
1469cb7aa33aSEmmanuel Vadot
1470cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1471cb7aa33aSEmmanuel Vadot		jtagm1_pins: jtagm1-pins {
1472cb7aa33aSEmmanuel Vadot			rockchip,pins =
1473cb7aa33aSEmmanuel Vadot				/* jtag_tck_m1 */
1474cb7aa33aSEmmanuel Vadot				<4 RK_PD0 5 &pcfg_pull_none>,
1475cb7aa33aSEmmanuel Vadot				/* jtag_tms_m1 */
1476cb7aa33aSEmmanuel Vadot				<4 RK_PD1 5 &pcfg_pull_none>;
1477cb7aa33aSEmmanuel Vadot		};
1478cb7aa33aSEmmanuel Vadot
1479cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1480cb7aa33aSEmmanuel Vadot		jtagm2_pins: jtagm2-pins {
1481cb7aa33aSEmmanuel Vadot			rockchip,pins =
1482cb7aa33aSEmmanuel Vadot				/* jtag_tck_m2 */
1483cb7aa33aSEmmanuel Vadot				<0 RK_PB5 2 &pcfg_pull_none>,
1484cb7aa33aSEmmanuel Vadot				/* jtag_tms_m2 */
1485cb7aa33aSEmmanuel Vadot				<0 RK_PB6 2 &pcfg_pull_none>;
1486cb7aa33aSEmmanuel Vadot		};
1487cb7aa33aSEmmanuel Vadot	};
1488cb7aa33aSEmmanuel Vadot
1489cb7aa33aSEmmanuel Vadot	litcpu {
1490cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1491cb7aa33aSEmmanuel Vadot		litcpu_pins: litcpu-pins {
1492cb7aa33aSEmmanuel Vadot			rockchip,pins =
1493cb7aa33aSEmmanuel Vadot				/* litcpu_avs */
1494cb7aa33aSEmmanuel Vadot				<0 RK_PD3 1 &pcfg_pull_none>;
1495cb7aa33aSEmmanuel Vadot		};
1496cb7aa33aSEmmanuel Vadot	};
1497cb7aa33aSEmmanuel Vadot
1498cb7aa33aSEmmanuel Vadot	mcu {
1499cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1500cb7aa33aSEmmanuel Vadot		mcum0_pins: mcum0-pins {
1501cb7aa33aSEmmanuel Vadot			rockchip,pins =
1502cb7aa33aSEmmanuel Vadot				/* mcu_jtag_tck_m0 */
1503cb7aa33aSEmmanuel Vadot				<4 RK_PD4 5 &pcfg_pull_none>,
1504cb7aa33aSEmmanuel Vadot				/* mcu_jtag_tms_m0 */
1505cb7aa33aSEmmanuel Vadot				<4 RK_PD5 5 &pcfg_pull_none>;
1506cb7aa33aSEmmanuel Vadot		};
1507cb7aa33aSEmmanuel Vadot
1508cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1509cb7aa33aSEmmanuel Vadot		mcum1_pins: mcum1-pins {
1510cb7aa33aSEmmanuel Vadot			rockchip,pins =
1511cb7aa33aSEmmanuel Vadot				/* mcu_jtag_tck_m1 */
1512cb7aa33aSEmmanuel Vadot				<3 RK_PD4 6 &pcfg_pull_none>,
1513cb7aa33aSEmmanuel Vadot				/* mcu_jtag_tms_m1 */
1514cb7aa33aSEmmanuel Vadot				<3 RK_PD5 6 &pcfg_pull_none>;
1515cb7aa33aSEmmanuel Vadot		};
1516cb7aa33aSEmmanuel Vadot	};
1517cb7aa33aSEmmanuel Vadot
1518cb7aa33aSEmmanuel Vadot	mipi {
1519cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1520cb7aa33aSEmmanuel Vadot		mipim0_camera0_clk: mipim0-camera0-clk {
1521cb7aa33aSEmmanuel Vadot			rockchip,pins =
1522cb7aa33aSEmmanuel Vadot				/* mipim0_camera0_clk */
1523cb7aa33aSEmmanuel Vadot				<4 RK_PB1 1 &pcfg_pull_none>;
1524cb7aa33aSEmmanuel Vadot		};
1525cb7aa33aSEmmanuel Vadot
1526cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1527cb7aa33aSEmmanuel Vadot		mipim0_camera1_clk: mipim0-camera1-clk {
1528cb7aa33aSEmmanuel Vadot			rockchip,pins =
1529cb7aa33aSEmmanuel Vadot				/* mipim0_camera1_clk */
1530cb7aa33aSEmmanuel Vadot				<1 RK_PB6 2 &pcfg_pull_none>;
1531cb7aa33aSEmmanuel Vadot		};
1532cb7aa33aSEmmanuel Vadot
1533cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1534cb7aa33aSEmmanuel Vadot		mipim0_camera2_clk: mipim0-camera2-clk {
1535cb7aa33aSEmmanuel Vadot			rockchip,pins =
1536cb7aa33aSEmmanuel Vadot				/* mipim0_camera2_clk */
1537cb7aa33aSEmmanuel Vadot				<1 RK_PB7 2 &pcfg_pull_none>;
1538cb7aa33aSEmmanuel Vadot		};
1539cb7aa33aSEmmanuel Vadot
1540cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1541cb7aa33aSEmmanuel Vadot		mipim0_camera3_clk: mipim0-camera3-clk {
1542cb7aa33aSEmmanuel Vadot			rockchip,pins =
1543cb7aa33aSEmmanuel Vadot				/* mipim0_camera3_clk */
1544cb7aa33aSEmmanuel Vadot				<1 RK_PD6 2 &pcfg_pull_none>;
1545cb7aa33aSEmmanuel Vadot		};
1546cb7aa33aSEmmanuel Vadot
1547cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1548cb7aa33aSEmmanuel Vadot		mipim0_camera4_clk: mipim0-camera4-clk {
1549cb7aa33aSEmmanuel Vadot			rockchip,pins =
1550cb7aa33aSEmmanuel Vadot				/* mipim0_camera4_clk */
1551cb7aa33aSEmmanuel Vadot				<1 RK_PD7 2 &pcfg_pull_none>;
1552cb7aa33aSEmmanuel Vadot		};
1553cb7aa33aSEmmanuel Vadot
1554cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1555cb7aa33aSEmmanuel Vadot		mipim1_camera0_clk: mipim1-camera0-clk {
1556cb7aa33aSEmmanuel Vadot			rockchip,pins =
1557cb7aa33aSEmmanuel Vadot				/* mipim1_camera0_clk */
1558cb7aa33aSEmmanuel Vadot				<3 RK_PA5 4 &pcfg_pull_none>;
1559cb7aa33aSEmmanuel Vadot		};
1560cb7aa33aSEmmanuel Vadot
1561cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1562cb7aa33aSEmmanuel Vadot		mipim1_camera1_clk: mipim1-camera1-clk {
1563cb7aa33aSEmmanuel Vadot			rockchip,pins =
1564cb7aa33aSEmmanuel Vadot				/* mipim1_camera1_clk */
1565cb7aa33aSEmmanuel Vadot				<3 RK_PA6 4 &pcfg_pull_none>;
1566cb7aa33aSEmmanuel Vadot		};
1567cb7aa33aSEmmanuel Vadot
1568cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1569cb7aa33aSEmmanuel Vadot		mipim1_camera2_clk: mipim1-camera2-clk {
1570cb7aa33aSEmmanuel Vadot			rockchip,pins =
1571cb7aa33aSEmmanuel Vadot				/* mipim1_camera2_clk */
1572cb7aa33aSEmmanuel Vadot				<3 RK_PA7 4 &pcfg_pull_none>;
1573cb7aa33aSEmmanuel Vadot		};
1574cb7aa33aSEmmanuel Vadot
1575cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1576cb7aa33aSEmmanuel Vadot		mipim1_camera3_clk: mipim1-camera3-clk {
1577cb7aa33aSEmmanuel Vadot			rockchip,pins =
1578cb7aa33aSEmmanuel Vadot				/* mipim1_camera3_clk */
1579cb7aa33aSEmmanuel Vadot				<3 RK_PB0 4 &pcfg_pull_none>;
1580cb7aa33aSEmmanuel Vadot		};
1581cb7aa33aSEmmanuel Vadot
1582cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1583cb7aa33aSEmmanuel Vadot		mipim1_camera4_clk: mipim1-camera4-clk {
1584cb7aa33aSEmmanuel Vadot			rockchip,pins =
1585cb7aa33aSEmmanuel Vadot				/* mipim1_camera4_clk */
1586cb7aa33aSEmmanuel Vadot				<3 RK_PB1 4 &pcfg_pull_none>;
1587cb7aa33aSEmmanuel Vadot		};
1588cb7aa33aSEmmanuel Vadot
1589cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1590cb7aa33aSEmmanuel Vadot		mipi_te0: mipi-te0 {
1591cb7aa33aSEmmanuel Vadot			rockchip,pins =
1592cb7aa33aSEmmanuel Vadot				/* mipi_te0 */
1593cb7aa33aSEmmanuel Vadot				<3 RK_PC2 2 &pcfg_pull_none>;
1594cb7aa33aSEmmanuel Vadot		};
1595cb7aa33aSEmmanuel Vadot
1596cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1597cb7aa33aSEmmanuel Vadot		mipi_te1: mipi-te1 {
1598cb7aa33aSEmmanuel Vadot			rockchip,pins =
1599cb7aa33aSEmmanuel Vadot				/* mipi_te1 */
1600cb7aa33aSEmmanuel Vadot				<3 RK_PC3 2 &pcfg_pull_none>;
1601cb7aa33aSEmmanuel Vadot		};
1602cb7aa33aSEmmanuel Vadot	};
1603cb7aa33aSEmmanuel Vadot
1604cb7aa33aSEmmanuel Vadot	npu {
1605cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1606cb7aa33aSEmmanuel Vadot		npu_pins: npu-pins {
1607cb7aa33aSEmmanuel Vadot			rockchip,pins =
1608cb7aa33aSEmmanuel Vadot				/* npu_avs */
1609cb7aa33aSEmmanuel Vadot				<0 RK_PC6 2 &pcfg_pull_none>;
1610cb7aa33aSEmmanuel Vadot		};
1611cb7aa33aSEmmanuel Vadot	};
1612cb7aa33aSEmmanuel Vadot
1613cb7aa33aSEmmanuel Vadot	pcie20x1 {
1614cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1615cb7aa33aSEmmanuel Vadot		pcie20x1m0_pins: pcie20x1m0-pins {
1616cb7aa33aSEmmanuel Vadot			rockchip,pins =
1617cb7aa33aSEmmanuel Vadot				/* pcie20x1_2_clkreqn_m0 */
1618cb7aa33aSEmmanuel Vadot				<3 RK_PC7 4 &pcfg_pull_none>,
1619cb7aa33aSEmmanuel Vadot				/* pcie20x1_2_perstn_m0 */
1620cb7aa33aSEmmanuel Vadot				<3 RK_PD1 4 &pcfg_pull_none>,
1621cb7aa33aSEmmanuel Vadot				/* pcie20x1_2_waken_m0 */
1622cb7aa33aSEmmanuel Vadot				<3 RK_PD0 4 &pcfg_pull_none>;
1623cb7aa33aSEmmanuel Vadot		};
1624cb7aa33aSEmmanuel Vadot
1625cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1626cb7aa33aSEmmanuel Vadot		pcie20x1m1_pins: pcie20x1m1-pins {
1627cb7aa33aSEmmanuel Vadot			rockchip,pins =
1628cb7aa33aSEmmanuel Vadot				/* pcie20x1_2_clkreqn_m1 */
1629cb7aa33aSEmmanuel Vadot				<4 RK_PB7 4 &pcfg_pull_none>,
1630cb7aa33aSEmmanuel Vadot				/* pcie20x1_2_perstn_m1 */
1631cb7aa33aSEmmanuel Vadot				<4 RK_PC1 4 &pcfg_pull_none>,
1632cb7aa33aSEmmanuel Vadot				/* pcie20x1_2_waken_m1 */
1633cb7aa33aSEmmanuel Vadot				<4 RK_PC0 4 &pcfg_pull_none>;
1634cb7aa33aSEmmanuel Vadot		};
1635cb7aa33aSEmmanuel Vadot
1636cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1637cb7aa33aSEmmanuel Vadot		pcie20x1_2_button_rstn: pcie20x1-2-button-rstn {
1638cb7aa33aSEmmanuel Vadot			rockchip,pins =
1639cb7aa33aSEmmanuel Vadot				/* pcie20x1_2_button_rstn */
1640cb7aa33aSEmmanuel Vadot				<4 RK_PB3 4 &pcfg_pull_none>;
1641cb7aa33aSEmmanuel Vadot		};
1642cb7aa33aSEmmanuel Vadot	};
1643cb7aa33aSEmmanuel Vadot
1644cb7aa33aSEmmanuel Vadot	pcie30phy {
1645cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1646cb7aa33aSEmmanuel Vadot		pcie30phy_pins: pcie30phy-pins {
1647cb7aa33aSEmmanuel Vadot			rockchip,pins =
1648cb7aa33aSEmmanuel Vadot				/* pcie30phy_dtb0 */
1649cb7aa33aSEmmanuel Vadot				<1 RK_PC4 4 &pcfg_pull_none>,
1650cb7aa33aSEmmanuel Vadot				/* pcie30phy_dtb1 */
1651cb7aa33aSEmmanuel Vadot				<1 RK_PD1 4 &pcfg_pull_none>;
1652cb7aa33aSEmmanuel Vadot		};
1653cb7aa33aSEmmanuel Vadot	};
1654cb7aa33aSEmmanuel Vadot
1655cb7aa33aSEmmanuel Vadot	pcie30x1 {
1656cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1657cb7aa33aSEmmanuel Vadot		pcie30x1m0_pins: pcie30x1m0-pins {
1658cb7aa33aSEmmanuel Vadot			rockchip,pins =
1659cb7aa33aSEmmanuel Vadot				/* pcie30x1_0_clkreqn_m0 */
1660cb7aa33aSEmmanuel Vadot				<0 RK_PC0 12 &pcfg_pull_none>,
1661cb7aa33aSEmmanuel Vadot				/* pcie30x1_0_perstn_m0 */
1662cb7aa33aSEmmanuel Vadot				<0 RK_PC5 12 &pcfg_pull_none>,
1663cb7aa33aSEmmanuel Vadot				/* pcie30x1_0_waken_m0 */
1664cb7aa33aSEmmanuel Vadot				<0 RK_PC4 12 &pcfg_pull_none>,
1665cb7aa33aSEmmanuel Vadot				/* pcie30x1_1_clkreqn_m0 */
1666cb7aa33aSEmmanuel Vadot				<0 RK_PB5 12 &pcfg_pull_none>,
1667cb7aa33aSEmmanuel Vadot				/* pcie30x1_1_perstn_m0 */
1668cb7aa33aSEmmanuel Vadot				<0 RK_PB7 12 &pcfg_pull_none>,
1669cb7aa33aSEmmanuel Vadot				/* pcie30x1_1_waken_m0 */
1670cb7aa33aSEmmanuel Vadot				<0 RK_PB6 12 &pcfg_pull_none>;
1671cb7aa33aSEmmanuel Vadot		};
1672cb7aa33aSEmmanuel Vadot
1673cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1674cb7aa33aSEmmanuel Vadot		pcie30x1m1_pins: pcie30x1m1-pins {
1675cb7aa33aSEmmanuel Vadot			rockchip,pins =
1676cb7aa33aSEmmanuel Vadot				/* pcie30x1_0_clkreqn_m1 */
1677cb7aa33aSEmmanuel Vadot				<4 RK_PA3 4 &pcfg_pull_none>,
1678cb7aa33aSEmmanuel Vadot				/* pcie30x1_0_perstn_m1 */
1679cb7aa33aSEmmanuel Vadot				<4 RK_PA5 4 &pcfg_pull_none>,
1680cb7aa33aSEmmanuel Vadot				/* pcie30x1_0_waken_m1 */
1681cb7aa33aSEmmanuel Vadot				<4 RK_PA4 4 &pcfg_pull_none>,
1682cb7aa33aSEmmanuel Vadot				/* pcie30x1_1_clkreqn_m1 */
1683cb7aa33aSEmmanuel Vadot				<4 RK_PA0 4 &pcfg_pull_none>,
1684cb7aa33aSEmmanuel Vadot				/* pcie30x1_1_perstn_m1 */
1685cb7aa33aSEmmanuel Vadot				<4 RK_PA2 4 &pcfg_pull_none>,
1686cb7aa33aSEmmanuel Vadot				/* pcie30x1_1_waken_m1 */
1687cb7aa33aSEmmanuel Vadot				<4 RK_PA1 4 &pcfg_pull_none>;
1688cb7aa33aSEmmanuel Vadot		};
1689cb7aa33aSEmmanuel Vadot
1690cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1691cb7aa33aSEmmanuel Vadot		pcie30x1m2_pins: pcie30x1m2-pins {
1692cb7aa33aSEmmanuel Vadot			rockchip,pins =
1693cb7aa33aSEmmanuel Vadot				/* pcie30x1_0_clkreqn_m2 */
1694cb7aa33aSEmmanuel Vadot				<1 RK_PB5 4 &pcfg_pull_none>,
1695cb7aa33aSEmmanuel Vadot				/* pcie30x1_0_perstn_m2 */
1696cb7aa33aSEmmanuel Vadot				<1 RK_PB4 4 &pcfg_pull_none>,
1697cb7aa33aSEmmanuel Vadot				/* pcie30x1_0_waken_m2 */
1698cb7aa33aSEmmanuel Vadot				<1 RK_PB3 4 &pcfg_pull_none>,
1699cb7aa33aSEmmanuel Vadot				/* pcie30x1_1_clkreqn_m2 */
1700cb7aa33aSEmmanuel Vadot				<1 RK_PA0 4 &pcfg_pull_none>,
1701cb7aa33aSEmmanuel Vadot				/* pcie30x1_1_perstn_m2 */
1702cb7aa33aSEmmanuel Vadot				<1 RK_PA7 4 &pcfg_pull_none>,
1703cb7aa33aSEmmanuel Vadot				/* pcie30x1_1_waken_m2 */
1704cb7aa33aSEmmanuel Vadot				<1 RK_PA1 4 &pcfg_pull_none>;
1705cb7aa33aSEmmanuel Vadot		};
1706cb7aa33aSEmmanuel Vadot
1707cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1708cb7aa33aSEmmanuel Vadot		pcie30x1_0_button_rstn: pcie30x1-0-button-rstn {
1709cb7aa33aSEmmanuel Vadot			rockchip,pins =
1710cb7aa33aSEmmanuel Vadot				/* pcie30x1_0_button_rstn */
1711cb7aa33aSEmmanuel Vadot				<4 RK_PB1 4 &pcfg_pull_none>;
1712cb7aa33aSEmmanuel Vadot		};
1713cb7aa33aSEmmanuel Vadot
1714cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1715cb7aa33aSEmmanuel Vadot		pcie30x1_1_button_rstn: pcie30x1-1-button-rstn {
1716cb7aa33aSEmmanuel Vadot			rockchip,pins =
1717cb7aa33aSEmmanuel Vadot				/* pcie30x1_1_button_rstn */
1718cb7aa33aSEmmanuel Vadot				<4 RK_PB2 4 &pcfg_pull_none>;
1719cb7aa33aSEmmanuel Vadot		};
1720cb7aa33aSEmmanuel Vadot	};
1721cb7aa33aSEmmanuel Vadot
1722cb7aa33aSEmmanuel Vadot	pcie30x2 {
1723cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1724cb7aa33aSEmmanuel Vadot		pcie30x2m0_pins: pcie30x2m0-pins {
1725cb7aa33aSEmmanuel Vadot			rockchip,pins =
1726cb7aa33aSEmmanuel Vadot				/* pcie30x2_clkreqn_m0 */
1727cb7aa33aSEmmanuel Vadot				<0 RK_PD1 12 &pcfg_pull_none>,
1728cb7aa33aSEmmanuel Vadot				/* pcie30x2_perstn_m0 */
1729cb7aa33aSEmmanuel Vadot				<0 RK_PD4 12 &pcfg_pull_none>,
1730cb7aa33aSEmmanuel Vadot				/* pcie30x2_waken_m0 */
1731cb7aa33aSEmmanuel Vadot				<0 RK_PD2 12 &pcfg_pull_none>;
1732cb7aa33aSEmmanuel Vadot		};
1733cb7aa33aSEmmanuel Vadot
1734cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1735cb7aa33aSEmmanuel Vadot		pcie30x2m1_pins: pcie30x2m1-pins {
1736cb7aa33aSEmmanuel Vadot			rockchip,pins =
1737cb7aa33aSEmmanuel Vadot				/* pcie30x2_clkreqn_m1 */
1738cb7aa33aSEmmanuel Vadot				<4 RK_PA6 4 &pcfg_pull_none>,
1739cb7aa33aSEmmanuel Vadot				/* pcie30x2_perstn_m1 */
1740cb7aa33aSEmmanuel Vadot				<4 RK_PB0 4 &pcfg_pull_none>,
1741cb7aa33aSEmmanuel Vadot				/* pcie30x2_waken_m1 */
1742cb7aa33aSEmmanuel Vadot				<4 RK_PA7 4 &pcfg_pull_none>;
1743cb7aa33aSEmmanuel Vadot		};
1744cb7aa33aSEmmanuel Vadot
1745cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1746cb7aa33aSEmmanuel Vadot		pcie30x2m2_pins: pcie30x2m2-pins {
1747cb7aa33aSEmmanuel Vadot			rockchip,pins =
1748cb7aa33aSEmmanuel Vadot				/* pcie30x2_clkreqn_m2 */
1749cb7aa33aSEmmanuel Vadot				<3 RK_PD2 4 &pcfg_pull_none>,
1750cb7aa33aSEmmanuel Vadot				/* pcie30x2_perstn_m2 */
1751cb7aa33aSEmmanuel Vadot				<3 RK_PD4 4 &pcfg_pull_none>,
1752cb7aa33aSEmmanuel Vadot				/* pcie30x2_waken_m2 */
1753cb7aa33aSEmmanuel Vadot				<3 RK_PD3 4 &pcfg_pull_none>;
1754cb7aa33aSEmmanuel Vadot		};
1755cb7aa33aSEmmanuel Vadot
1756cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1757cb7aa33aSEmmanuel Vadot		pcie30x2m3_pins: pcie30x2m3-pins {
1758cb7aa33aSEmmanuel Vadot			rockchip,pins =
1759cb7aa33aSEmmanuel Vadot				/* pcie30x2_clkreqn_m3 */
1760cb7aa33aSEmmanuel Vadot				<1 RK_PD7 4 &pcfg_pull_none>,
1761cb7aa33aSEmmanuel Vadot				/* pcie30x2_perstn_m3 */
1762cb7aa33aSEmmanuel Vadot				<1 RK_PB7 4 &pcfg_pull_none>,
1763cb7aa33aSEmmanuel Vadot				/* pcie30x2_waken_m3 */
1764cb7aa33aSEmmanuel Vadot				<1 RK_PB6 4 &pcfg_pull_none>;
1765cb7aa33aSEmmanuel Vadot		};
1766cb7aa33aSEmmanuel Vadot
1767cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1768cb7aa33aSEmmanuel Vadot		pcie30x2_button_rstn: pcie30x2-button-rstn {
1769cb7aa33aSEmmanuel Vadot			rockchip,pins =
1770cb7aa33aSEmmanuel Vadot				/* pcie30x2_button_rstn */
1771cb7aa33aSEmmanuel Vadot				<3 RK_PC1 4 &pcfg_pull_none>;
1772cb7aa33aSEmmanuel Vadot		};
1773cb7aa33aSEmmanuel Vadot	};
1774cb7aa33aSEmmanuel Vadot
1775cb7aa33aSEmmanuel Vadot	pcie30x4 {
1776cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1777cb7aa33aSEmmanuel Vadot		pcie30x4m0_pins: pcie30x4m0-pins {
1778cb7aa33aSEmmanuel Vadot			rockchip,pins =
1779cb7aa33aSEmmanuel Vadot				/* pcie30x4_clkreqn_m0 */
1780cb7aa33aSEmmanuel Vadot				<0 RK_PC6 12 &pcfg_pull_none>,
1781cb7aa33aSEmmanuel Vadot				/* pcie30x4_perstn_m0 */
1782cb7aa33aSEmmanuel Vadot				<0 RK_PD0 12 &pcfg_pull_none>,
1783cb7aa33aSEmmanuel Vadot				/* pcie30x4_waken_m0 */
1784cb7aa33aSEmmanuel Vadot				<0 RK_PC7 12 &pcfg_pull_none>;
1785cb7aa33aSEmmanuel Vadot		};
1786cb7aa33aSEmmanuel Vadot
1787cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1788cb7aa33aSEmmanuel Vadot		pcie30x4m1_pins: pcie30x4m1-pins {
1789cb7aa33aSEmmanuel Vadot			rockchip,pins =
1790cb7aa33aSEmmanuel Vadot				/* pcie30x4_clkreqn_m1 */
1791cb7aa33aSEmmanuel Vadot				<4 RK_PB4 4 &pcfg_pull_none>,
1792cb7aa33aSEmmanuel Vadot				/* pcie30x4_perstn_m1 */
1793cb7aa33aSEmmanuel Vadot				<4 RK_PB6 4 &pcfg_pull_none>,
1794cb7aa33aSEmmanuel Vadot				/* pcie30x4_waken_m1 */
1795cb7aa33aSEmmanuel Vadot				<4 RK_PB5 4 &pcfg_pull_none>;
1796cb7aa33aSEmmanuel Vadot		};
1797cb7aa33aSEmmanuel Vadot
1798cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1799cb7aa33aSEmmanuel Vadot		pcie30x4m2_pins: pcie30x4m2-pins {
1800cb7aa33aSEmmanuel Vadot			rockchip,pins =
1801cb7aa33aSEmmanuel Vadot				/* pcie30x4_clkreqn_m2 */
1802cb7aa33aSEmmanuel Vadot				<3 RK_PC4 4 &pcfg_pull_none>,
1803cb7aa33aSEmmanuel Vadot				/* pcie30x4_perstn_m2 */
1804cb7aa33aSEmmanuel Vadot				<3 RK_PC6 4 &pcfg_pull_none>,
1805cb7aa33aSEmmanuel Vadot				/* pcie30x4_waken_m2 */
1806cb7aa33aSEmmanuel Vadot				<3 RK_PC5 4 &pcfg_pull_none>;
1807cb7aa33aSEmmanuel Vadot		};
1808cb7aa33aSEmmanuel Vadot
1809cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1810cb7aa33aSEmmanuel Vadot		pcie30x4m3_pins: pcie30x4m3-pins {
1811cb7aa33aSEmmanuel Vadot			rockchip,pins =
1812cb7aa33aSEmmanuel Vadot				/* pcie30x4_clkreqn_m3 */
1813cb7aa33aSEmmanuel Vadot				<1 RK_PB0 4 &pcfg_pull_none>,
1814cb7aa33aSEmmanuel Vadot				/* pcie30x4_perstn_m3 */
1815cb7aa33aSEmmanuel Vadot				<1 RK_PB2 4 &pcfg_pull_none>,
1816cb7aa33aSEmmanuel Vadot				/* pcie30x4_waken_m3 */
1817cb7aa33aSEmmanuel Vadot				<1 RK_PB1 4 &pcfg_pull_none>;
1818cb7aa33aSEmmanuel Vadot		};
1819cb7aa33aSEmmanuel Vadot
1820cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1821cb7aa33aSEmmanuel Vadot		pcie30x4_button_rstn: pcie30x4-button-rstn {
1822cb7aa33aSEmmanuel Vadot			rockchip,pins =
1823cb7aa33aSEmmanuel Vadot				/* pcie30x4_button_rstn */
1824cb7aa33aSEmmanuel Vadot				<3 RK_PD5 4 &pcfg_pull_none>;
1825cb7aa33aSEmmanuel Vadot		};
1826cb7aa33aSEmmanuel Vadot	};
1827cb7aa33aSEmmanuel Vadot
1828cb7aa33aSEmmanuel Vadot	pdm0 {
1829cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1830cb7aa33aSEmmanuel Vadot		pdm0m0_clk: pdm0m0-clk {
1831cb7aa33aSEmmanuel Vadot			rockchip,pins =
1832cb7aa33aSEmmanuel Vadot				/* pdm0_clk0_m0 */
1833cb7aa33aSEmmanuel Vadot				<1 RK_PC6 3 &pcfg_pull_none>;
1834cb7aa33aSEmmanuel Vadot		};
1835cb7aa33aSEmmanuel Vadot
1836cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1837cb7aa33aSEmmanuel Vadot		pdm0m0_clk1: pdm0m0-clk1 {
1838cb7aa33aSEmmanuel Vadot			rockchip,pins =
1839cb7aa33aSEmmanuel Vadot				/* pdm0m0_clk1 */
1840cb7aa33aSEmmanuel Vadot				<1 RK_PC4 3 &pcfg_pull_none>;
1841cb7aa33aSEmmanuel Vadot		};
1842cb7aa33aSEmmanuel Vadot
1843cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1844cb7aa33aSEmmanuel Vadot		pdm0m0_sdi0: pdm0m0-sdi0 {
1845cb7aa33aSEmmanuel Vadot			rockchip,pins =
1846cb7aa33aSEmmanuel Vadot				/* pdm0m0_sdi0 */
1847cb7aa33aSEmmanuel Vadot				<1 RK_PD5 3 &pcfg_pull_none>;
1848cb7aa33aSEmmanuel Vadot		};
1849cb7aa33aSEmmanuel Vadot
1850cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1851cb7aa33aSEmmanuel Vadot		pdm0m0_sdi1: pdm0m0-sdi1 {
1852cb7aa33aSEmmanuel Vadot			rockchip,pins =
1853cb7aa33aSEmmanuel Vadot				/* pdm0m0_sdi1 */
1854cb7aa33aSEmmanuel Vadot				<1 RK_PD1 3 &pcfg_pull_none>;
1855cb7aa33aSEmmanuel Vadot		};
1856cb7aa33aSEmmanuel Vadot
1857cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1858cb7aa33aSEmmanuel Vadot		pdm0m0_sdi2: pdm0m0-sdi2 {
1859cb7aa33aSEmmanuel Vadot			rockchip,pins =
1860cb7aa33aSEmmanuel Vadot				/* pdm0m0_sdi2 */
1861cb7aa33aSEmmanuel Vadot				<1 RK_PD2 3 &pcfg_pull_none>;
1862cb7aa33aSEmmanuel Vadot		};
1863cb7aa33aSEmmanuel Vadot
1864cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1865cb7aa33aSEmmanuel Vadot		pdm0m0_sdi3: pdm0m0-sdi3 {
1866cb7aa33aSEmmanuel Vadot			rockchip,pins =
1867cb7aa33aSEmmanuel Vadot				/* pdm0m0_sdi3 */
1868cb7aa33aSEmmanuel Vadot				<1 RK_PD3 3 &pcfg_pull_none>;
1869cb7aa33aSEmmanuel Vadot		};
1870cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1871cb7aa33aSEmmanuel Vadot		pdm0m1_clk: pdm0m1-clk {
1872cb7aa33aSEmmanuel Vadot			rockchip,pins =
1873cb7aa33aSEmmanuel Vadot				/* pdm0_clk0_m1 */
1874cb7aa33aSEmmanuel Vadot				<0 RK_PC0 2 &pcfg_pull_none>;
1875cb7aa33aSEmmanuel Vadot		};
1876cb7aa33aSEmmanuel Vadot
1877cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1878cb7aa33aSEmmanuel Vadot		pdm0m1_clk1: pdm0m1-clk1 {
1879cb7aa33aSEmmanuel Vadot			rockchip,pins =
1880cb7aa33aSEmmanuel Vadot				/* pdm0m1_clk1 */
1881cb7aa33aSEmmanuel Vadot				<0 RK_PC4 2 &pcfg_pull_none>;
1882cb7aa33aSEmmanuel Vadot		};
1883cb7aa33aSEmmanuel Vadot
1884cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1885cb7aa33aSEmmanuel Vadot		pdm0m1_sdi0: pdm0m1-sdi0 {
1886cb7aa33aSEmmanuel Vadot			rockchip,pins =
1887cb7aa33aSEmmanuel Vadot				/* pdm0m1_sdi0 */
1888cb7aa33aSEmmanuel Vadot				<0 RK_PC7 2 &pcfg_pull_none>;
1889cb7aa33aSEmmanuel Vadot		};
1890cb7aa33aSEmmanuel Vadot
1891cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1892cb7aa33aSEmmanuel Vadot		pdm0m1_sdi1: pdm0m1-sdi1 {
1893cb7aa33aSEmmanuel Vadot			rockchip,pins =
1894cb7aa33aSEmmanuel Vadot				/* pdm0m1_sdi1 */
1895cb7aa33aSEmmanuel Vadot				<0 RK_PD0 2 &pcfg_pull_none>;
1896cb7aa33aSEmmanuel Vadot		};
1897cb7aa33aSEmmanuel Vadot
1898cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1899cb7aa33aSEmmanuel Vadot		pdm0m1_sdi2: pdm0m1-sdi2 {
1900cb7aa33aSEmmanuel Vadot			rockchip,pins =
1901cb7aa33aSEmmanuel Vadot				/* pdm0m1_sdi2 */
1902cb7aa33aSEmmanuel Vadot				<0 RK_PD4 2 &pcfg_pull_none>;
1903cb7aa33aSEmmanuel Vadot		};
1904cb7aa33aSEmmanuel Vadot
1905cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1906cb7aa33aSEmmanuel Vadot		pdm0m1_sdi3: pdm0m1-sdi3 {
1907cb7aa33aSEmmanuel Vadot			rockchip,pins =
1908cb7aa33aSEmmanuel Vadot				/* pdm0m1_sdi3 */
1909cb7aa33aSEmmanuel Vadot				<0 RK_PD6 2 &pcfg_pull_none>;
1910cb7aa33aSEmmanuel Vadot		};
1911cb7aa33aSEmmanuel Vadot	};
1912cb7aa33aSEmmanuel Vadot
1913cb7aa33aSEmmanuel Vadot	pdm1 {
1914cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1915cb7aa33aSEmmanuel Vadot		pdm1m0_clk: pdm1m0-clk {
1916cb7aa33aSEmmanuel Vadot			rockchip,pins =
1917cb7aa33aSEmmanuel Vadot				/* pdm1_clk0_m0 */
1918cb7aa33aSEmmanuel Vadot				<4 RK_PD5 2 &pcfg_pull_none>;
1919cb7aa33aSEmmanuel Vadot		};
1920cb7aa33aSEmmanuel Vadot
1921cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1922cb7aa33aSEmmanuel Vadot		pdm1m0_clk1: pdm1m0-clk1 {
1923cb7aa33aSEmmanuel Vadot			rockchip,pins =
1924cb7aa33aSEmmanuel Vadot				/* pdm1m0_clk1 */
1925cb7aa33aSEmmanuel Vadot				<4 RK_PD4 2 &pcfg_pull_none>;
1926cb7aa33aSEmmanuel Vadot		};
1927cb7aa33aSEmmanuel Vadot
1928cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1929cb7aa33aSEmmanuel Vadot		pdm1m0_sdi0: pdm1m0-sdi0 {
1930cb7aa33aSEmmanuel Vadot			rockchip,pins =
1931cb7aa33aSEmmanuel Vadot				/* pdm1m0_sdi0 */
1932cb7aa33aSEmmanuel Vadot				<4 RK_PD3 2 &pcfg_pull_none>;
1933cb7aa33aSEmmanuel Vadot		};
1934cb7aa33aSEmmanuel Vadot
1935cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1936cb7aa33aSEmmanuel Vadot		pdm1m0_sdi1: pdm1m0-sdi1 {
1937cb7aa33aSEmmanuel Vadot			rockchip,pins =
1938cb7aa33aSEmmanuel Vadot				/* pdm1m0_sdi1 */
1939cb7aa33aSEmmanuel Vadot				<4 RK_PD2 2 &pcfg_pull_none>;
1940cb7aa33aSEmmanuel Vadot		};
1941cb7aa33aSEmmanuel Vadot
1942cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1943cb7aa33aSEmmanuel Vadot		pdm1m0_sdi2: pdm1m0-sdi2 {
1944cb7aa33aSEmmanuel Vadot			rockchip,pins =
1945cb7aa33aSEmmanuel Vadot				/* pdm1m0_sdi2 */
1946cb7aa33aSEmmanuel Vadot				<4 RK_PD1 2 &pcfg_pull_none>;
1947cb7aa33aSEmmanuel Vadot		};
1948cb7aa33aSEmmanuel Vadot
1949cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1950cb7aa33aSEmmanuel Vadot		pdm1m0_sdi3: pdm1m0-sdi3 {
1951cb7aa33aSEmmanuel Vadot			rockchip,pins =
1952cb7aa33aSEmmanuel Vadot				/* pdm1m0_sdi3 */
1953cb7aa33aSEmmanuel Vadot				<4 RK_PD0 2 &pcfg_pull_none>;
1954cb7aa33aSEmmanuel Vadot		};
1955cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1956cb7aa33aSEmmanuel Vadot		pdm1m1_clk: pdm1m1-clk {
1957cb7aa33aSEmmanuel Vadot			rockchip,pins =
1958cb7aa33aSEmmanuel Vadot				/* pdm1_clk0_m1 */
1959cb7aa33aSEmmanuel Vadot				<1 RK_PB4 2 &pcfg_pull_none>;
1960cb7aa33aSEmmanuel Vadot		};
1961cb7aa33aSEmmanuel Vadot
1962cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1963cb7aa33aSEmmanuel Vadot		pdm1m1_clk1: pdm1m1-clk1 {
1964cb7aa33aSEmmanuel Vadot			rockchip,pins =
1965cb7aa33aSEmmanuel Vadot				/* pdm1m1_clk1 */
1966cb7aa33aSEmmanuel Vadot				<1 RK_PB3 2 &pcfg_pull_none>;
1967cb7aa33aSEmmanuel Vadot		};
1968cb7aa33aSEmmanuel Vadot
1969cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1970cb7aa33aSEmmanuel Vadot		pdm1m1_sdi0: pdm1m1-sdi0 {
1971cb7aa33aSEmmanuel Vadot			rockchip,pins =
1972cb7aa33aSEmmanuel Vadot				/* pdm1m1_sdi0 */
1973cb7aa33aSEmmanuel Vadot				<1 RK_PA7 2 &pcfg_pull_none>;
1974cb7aa33aSEmmanuel Vadot		};
1975cb7aa33aSEmmanuel Vadot
1976cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1977cb7aa33aSEmmanuel Vadot		pdm1m1_sdi1: pdm1m1-sdi1 {
1978cb7aa33aSEmmanuel Vadot			rockchip,pins =
1979cb7aa33aSEmmanuel Vadot				/* pdm1m1_sdi1 */
1980cb7aa33aSEmmanuel Vadot				<1 RK_PB0 2 &pcfg_pull_none>;
1981cb7aa33aSEmmanuel Vadot		};
1982cb7aa33aSEmmanuel Vadot
1983cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1984cb7aa33aSEmmanuel Vadot		pdm1m1_sdi2: pdm1m1-sdi2 {
1985cb7aa33aSEmmanuel Vadot			rockchip,pins =
1986cb7aa33aSEmmanuel Vadot				/* pdm1m1_sdi2 */
1987cb7aa33aSEmmanuel Vadot				<1 RK_PB1 2 &pcfg_pull_none>;
1988cb7aa33aSEmmanuel Vadot		};
1989cb7aa33aSEmmanuel Vadot
1990cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
1991cb7aa33aSEmmanuel Vadot		pdm1m1_sdi3: pdm1m1-sdi3 {
1992cb7aa33aSEmmanuel Vadot			rockchip,pins =
1993cb7aa33aSEmmanuel Vadot				/* pdm1m1_sdi3 */
1994cb7aa33aSEmmanuel Vadot				<1 RK_PB2 2 &pcfg_pull_none>;
1995cb7aa33aSEmmanuel Vadot		};
1996cb7aa33aSEmmanuel Vadot	};
1997cb7aa33aSEmmanuel Vadot
1998cb7aa33aSEmmanuel Vadot	pmic {
1999cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2000cb7aa33aSEmmanuel Vadot		pmic_pins: pmic-pins {
2001cb7aa33aSEmmanuel Vadot			rockchip,pins =
2002cb7aa33aSEmmanuel Vadot				/* pmic_int_l */
2003cb7aa33aSEmmanuel Vadot				<0 RK_PA7 0 &pcfg_pull_up>,
2004cb7aa33aSEmmanuel Vadot				/* pmic_sleep1 */
2005cb7aa33aSEmmanuel Vadot				<0 RK_PA2 1 &pcfg_pull_none>,
2006cb7aa33aSEmmanuel Vadot				/* pmic_sleep2 */
2007cb7aa33aSEmmanuel Vadot				<0 RK_PA3 1 &pcfg_pull_none>,
2008cb7aa33aSEmmanuel Vadot				/* pmic_sleep3 */
2009cb7aa33aSEmmanuel Vadot				<0 RK_PC1 1 &pcfg_pull_none>,
2010cb7aa33aSEmmanuel Vadot				/* pmic_sleep4 */
2011cb7aa33aSEmmanuel Vadot				<0 RK_PC2 1 &pcfg_pull_none>,
2012cb7aa33aSEmmanuel Vadot				/* pmic_sleep5 */
2013cb7aa33aSEmmanuel Vadot				<0 RK_PC3 1 &pcfg_pull_none>,
2014cb7aa33aSEmmanuel Vadot				/* pmic_sleep6 */
2015cb7aa33aSEmmanuel Vadot				<0 RK_PD6 1 &pcfg_pull_none>;
2016cb7aa33aSEmmanuel Vadot		};
2017cb7aa33aSEmmanuel Vadot	};
2018cb7aa33aSEmmanuel Vadot
2019cb7aa33aSEmmanuel Vadot	pmu {
2020cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2021cb7aa33aSEmmanuel Vadot		pmu_pins: pmu-pins {
2022cb7aa33aSEmmanuel Vadot			rockchip,pins =
2023cb7aa33aSEmmanuel Vadot				/* pmu_debug */
2024cb7aa33aSEmmanuel Vadot				<0 RK_PA5 3 &pcfg_pull_none>;
2025cb7aa33aSEmmanuel Vadot		};
2026cb7aa33aSEmmanuel Vadot	};
2027cb7aa33aSEmmanuel Vadot
2028cb7aa33aSEmmanuel Vadot	pwm0 {
2029cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2030cb7aa33aSEmmanuel Vadot		pwm0m0_pins: pwm0m0-pins {
2031cb7aa33aSEmmanuel Vadot			rockchip,pins =
2032cb7aa33aSEmmanuel Vadot				/* pwm0_m0 */
2033cb7aa33aSEmmanuel Vadot				<0 RK_PB7 3 &pcfg_pull_none>;
2034cb7aa33aSEmmanuel Vadot		};
2035cb7aa33aSEmmanuel Vadot
2036cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2037cb7aa33aSEmmanuel Vadot		pwm0m1_pins: pwm0m1-pins {
2038cb7aa33aSEmmanuel Vadot			rockchip,pins =
2039cb7aa33aSEmmanuel Vadot				/* pwm0_m1 */
2040cb7aa33aSEmmanuel Vadot				<1 RK_PD2 11 &pcfg_pull_none>;
2041cb7aa33aSEmmanuel Vadot		};
2042cb7aa33aSEmmanuel Vadot
2043cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2044cb7aa33aSEmmanuel Vadot		pwm0m2_pins: pwm0m2-pins {
2045cb7aa33aSEmmanuel Vadot			rockchip,pins =
2046cb7aa33aSEmmanuel Vadot				/* pwm0_m2 */
2047cb7aa33aSEmmanuel Vadot				<1 RK_PA2 11 &pcfg_pull_none>;
2048cb7aa33aSEmmanuel Vadot		};
2049cb7aa33aSEmmanuel Vadot	};
2050cb7aa33aSEmmanuel Vadot
2051cb7aa33aSEmmanuel Vadot	pwm1 {
2052cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2053cb7aa33aSEmmanuel Vadot		pwm1m0_pins: pwm1m0-pins {
2054cb7aa33aSEmmanuel Vadot			rockchip,pins =
2055cb7aa33aSEmmanuel Vadot				/* pwm1_m0 */
2056cb7aa33aSEmmanuel Vadot				<0 RK_PC0 3 &pcfg_pull_none>;
2057cb7aa33aSEmmanuel Vadot		};
2058cb7aa33aSEmmanuel Vadot
2059cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2060cb7aa33aSEmmanuel Vadot		pwm1m1_pins: pwm1m1-pins {
2061cb7aa33aSEmmanuel Vadot			rockchip,pins =
2062cb7aa33aSEmmanuel Vadot				/* pwm1_m1 */
2063cb7aa33aSEmmanuel Vadot				<1 RK_PD3 11 &pcfg_pull_none>;
2064cb7aa33aSEmmanuel Vadot		};
2065cb7aa33aSEmmanuel Vadot
2066cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2067cb7aa33aSEmmanuel Vadot		pwm1m2_pins: pwm1m2-pins {
2068cb7aa33aSEmmanuel Vadot			rockchip,pins =
2069cb7aa33aSEmmanuel Vadot				/* pwm1_m2 */
2070cb7aa33aSEmmanuel Vadot				<1 RK_PA3 11 &pcfg_pull_none>;
2071cb7aa33aSEmmanuel Vadot		};
2072cb7aa33aSEmmanuel Vadot	};
2073cb7aa33aSEmmanuel Vadot
2074cb7aa33aSEmmanuel Vadot	pwm2 {
2075cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2076cb7aa33aSEmmanuel Vadot		pwm2m0_pins: pwm2m0-pins {
2077cb7aa33aSEmmanuel Vadot			rockchip,pins =
2078cb7aa33aSEmmanuel Vadot				/* pwm2_m0 */
2079cb7aa33aSEmmanuel Vadot				<0 RK_PC4 3 &pcfg_pull_none>;
2080cb7aa33aSEmmanuel Vadot		};
2081cb7aa33aSEmmanuel Vadot
2082cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2083cb7aa33aSEmmanuel Vadot		pwm2m1_pins: pwm2m1-pins {
2084cb7aa33aSEmmanuel Vadot			rockchip,pins =
2085cb7aa33aSEmmanuel Vadot				/* pwm2_m1 */
2086cb7aa33aSEmmanuel Vadot				<3 RK_PB1 11 &pcfg_pull_none>;
2087cb7aa33aSEmmanuel Vadot		};
2088cb7aa33aSEmmanuel Vadot	};
2089cb7aa33aSEmmanuel Vadot
2090cb7aa33aSEmmanuel Vadot	pwm3 {
2091cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2092cb7aa33aSEmmanuel Vadot		pwm3m0_pins: pwm3m0-pins {
2093cb7aa33aSEmmanuel Vadot			rockchip,pins =
2094cb7aa33aSEmmanuel Vadot				/* pwm3_ir_m0 */
2095cb7aa33aSEmmanuel Vadot				<0 RK_PD4 3 &pcfg_pull_none>;
2096cb7aa33aSEmmanuel Vadot		};
2097cb7aa33aSEmmanuel Vadot
2098cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2099cb7aa33aSEmmanuel Vadot		pwm3m1_pins: pwm3m1-pins {
2100cb7aa33aSEmmanuel Vadot			rockchip,pins =
2101cb7aa33aSEmmanuel Vadot				/* pwm3_ir_m1 */
2102cb7aa33aSEmmanuel Vadot				<3 RK_PB2 11 &pcfg_pull_none>;
2103cb7aa33aSEmmanuel Vadot		};
2104cb7aa33aSEmmanuel Vadot
2105cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2106cb7aa33aSEmmanuel Vadot		pwm3m2_pins: pwm3m2-pins {
2107cb7aa33aSEmmanuel Vadot			rockchip,pins =
2108cb7aa33aSEmmanuel Vadot				/* pwm3_ir_m2 */
2109cb7aa33aSEmmanuel Vadot				<1 RK_PC2 11 &pcfg_pull_none>;
2110cb7aa33aSEmmanuel Vadot		};
2111cb7aa33aSEmmanuel Vadot
2112cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2113cb7aa33aSEmmanuel Vadot		pwm3m3_pins: pwm3m3-pins {
2114cb7aa33aSEmmanuel Vadot			rockchip,pins =
2115cb7aa33aSEmmanuel Vadot				/* pwm3_ir_m3 */
2116cb7aa33aSEmmanuel Vadot				<1 RK_PA7 11 &pcfg_pull_none>;
2117cb7aa33aSEmmanuel Vadot		};
2118cb7aa33aSEmmanuel Vadot	};
2119cb7aa33aSEmmanuel Vadot
2120cb7aa33aSEmmanuel Vadot	pwm4 {
2121cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2122cb7aa33aSEmmanuel Vadot		pwm4m0_pins: pwm4m0-pins {
2123cb7aa33aSEmmanuel Vadot			rockchip,pins =
2124cb7aa33aSEmmanuel Vadot				/* pwm4_m0 */
2125cb7aa33aSEmmanuel Vadot				<0 RK_PC5 11 &pcfg_pull_none>;
2126cb7aa33aSEmmanuel Vadot		};
2127cb7aa33aSEmmanuel Vadot	};
2128cb7aa33aSEmmanuel Vadot
2129cb7aa33aSEmmanuel Vadot	pwm5 {
2130cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2131cb7aa33aSEmmanuel Vadot		pwm5m0_pins: pwm5m0-pins {
2132cb7aa33aSEmmanuel Vadot			rockchip,pins =
2133cb7aa33aSEmmanuel Vadot				/* pwm5_m0 */
2134cb7aa33aSEmmanuel Vadot				<0 RK_PB1 3 &pcfg_pull_none>;
2135cb7aa33aSEmmanuel Vadot		};
2136cb7aa33aSEmmanuel Vadot
2137cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2138cb7aa33aSEmmanuel Vadot		pwm5m1_pins: pwm5m1-pins {
2139cb7aa33aSEmmanuel Vadot			rockchip,pins =
2140cb7aa33aSEmmanuel Vadot				/* pwm5_m1 */
2141cb7aa33aSEmmanuel Vadot				<0 RK_PC6 11 &pcfg_pull_none>;
2142cb7aa33aSEmmanuel Vadot		};
2143cb7aa33aSEmmanuel Vadot	};
2144cb7aa33aSEmmanuel Vadot
2145cb7aa33aSEmmanuel Vadot	pwm6 {
2146cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2147cb7aa33aSEmmanuel Vadot		pwm6m0_pins: pwm6m0-pins {
2148cb7aa33aSEmmanuel Vadot			rockchip,pins =
2149cb7aa33aSEmmanuel Vadot				/* pwm6_m0 */
2150cb7aa33aSEmmanuel Vadot				<0 RK_PC7 11 &pcfg_pull_none>;
2151cb7aa33aSEmmanuel Vadot		};
2152cb7aa33aSEmmanuel Vadot
2153cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2154cb7aa33aSEmmanuel Vadot		pwm6m1_pins: pwm6m1-pins {
2155cb7aa33aSEmmanuel Vadot			rockchip,pins =
2156cb7aa33aSEmmanuel Vadot				/* pwm6_m1 */
2157cb7aa33aSEmmanuel Vadot				<4 RK_PC1 11 &pcfg_pull_none>;
2158cb7aa33aSEmmanuel Vadot		};
2159cb7aa33aSEmmanuel Vadot	};
2160cb7aa33aSEmmanuel Vadot
2161cb7aa33aSEmmanuel Vadot	pwm7 {
2162cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2163cb7aa33aSEmmanuel Vadot		pwm7m0_pins: pwm7m0-pins {
2164cb7aa33aSEmmanuel Vadot			rockchip,pins =
2165cb7aa33aSEmmanuel Vadot				/* pwm7_ir_m0 */
2166cb7aa33aSEmmanuel Vadot				<0 RK_PD0 11 &pcfg_pull_none>;
2167cb7aa33aSEmmanuel Vadot		};
2168cb7aa33aSEmmanuel Vadot
2169cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2170cb7aa33aSEmmanuel Vadot		pwm7m1_pins: pwm7m1-pins {
2171cb7aa33aSEmmanuel Vadot			rockchip,pins =
2172cb7aa33aSEmmanuel Vadot				/* pwm7_ir_m1 */
2173cb7aa33aSEmmanuel Vadot				<4 RK_PD4 11 &pcfg_pull_none>;
2174cb7aa33aSEmmanuel Vadot		};
2175cb7aa33aSEmmanuel Vadot
2176cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2177cb7aa33aSEmmanuel Vadot		pwm7m2_pins: pwm7m2-pins {
2178cb7aa33aSEmmanuel Vadot			rockchip,pins =
2179cb7aa33aSEmmanuel Vadot				/* pwm7_ir_m2 */
2180cb7aa33aSEmmanuel Vadot				<1 RK_PC3 11 &pcfg_pull_none>;
2181cb7aa33aSEmmanuel Vadot		};
2182cb7aa33aSEmmanuel Vadot	};
2183cb7aa33aSEmmanuel Vadot
2184cb7aa33aSEmmanuel Vadot	pwm8 {
2185cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2186cb7aa33aSEmmanuel Vadot		pwm8m0_pins: pwm8m0-pins {
2187cb7aa33aSEmmanuel Vadot			rockchip,pins =
2188cb7aa33aSEmmanuel Vadot				/* pwm8_m0 */
2189cb7aa33aSEmmanuel Vadot				<3 RK_PA7 11 &pcfg_pull_none>;
2190cb7aa33aSEmmanuel Vadot		};
2191cb7aa33aSEmmanuel Vadot
2192cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2193cb7aa33aSEmmanuel Vadot		pwm8m1_pins: pwm8m1-pins {
2194cb7aa33aSEmmanuel Vadot			rockchip,pins =
2195cb7aa33aSEmmanuel Vadot				/* pwm8_m1 */
2196cb7aa33aSEmmanuel Vadot				<4 RK_PD0 11 &pcfg_pull_none>;
2197cb7aa33aSEmmanuel Vadot		};
2198cb7aa33aSEmmanuel Vadot
2199cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2200cb7aa33aSEmmanuel Vadot		pwm8m2_pins: pwm8m2-pins {
2201cb7aa33aSEmmanuel Vadot			rockchip,pins =
2202cb7aa33aSEmmanuel Vadot				/* pwm8_m2 */
2203cb7aa33aSEmmanuel Vadot				<3 RK_PD0 11 &pcfg_pull_none>;
2204cb7aa33aSEmmanuel Vadot		};
2205cb7aa33aSEmmanuel Vadot	};
2206cb7aa33aSEmmanuel Vadot
2207cb7aa33aSEmmanuel Vadot	pwm9 {
2208cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2209cb7aa33aSEmmanuel Vadot		pwm9m0_pins: pwm9m0-pins {
2210cb7aa33aSEmmanuel Vadot			rockchip,pins =
2211cb7aa33aSEmmanuel Vadot				/* pwm9_m0 */
2212cb7aa33aSEmmanuel Vadot				<3 RK_PB0 11 &pcfg_pull_none>;
2213cb7aa33aSEmmanuel Vadot		};
2214cb7aa33aSEmmanuel Vadot
2215cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2216cb7aa33aSEmmanuel Vadot		pwm9m1_pins: pwm9m1-pins {
2217cb7aa33aSEmmanuel Vadot			rockchip,pins =
2218cb7aa33aSEmmanuel Vadot				/* pwm9_m1 */
2219cb7aa33aSEmmanuel Vadot				<4 RK_PD1 11 &pcfg_pull_none>;
2220cb7aa33aSEmmanuel Vadot		};
2221cb7aa33aSEmmanuel Vadot
2222cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2223cb7aa33aSEmmanuel Vadot		pwm9m2_pins: pwm9m2-pins {
2224cb7aa33aSEmmanuel Vadot			rockchip,pins =
2225cb7aa33aSEmmanuel Vadot				/* pwm9_m2 */
2226cb7aa33aSEmmanuel Vadot				<3 RK_PD1 11 &pcfg_pull_none>;
2227cb7aa33aSEmmanuel Vadot		};
2228cb7aa33aSEmmanuel Vadot	};
2229cb7aa33aSEmmanuel Vadot
2230cb7aa33aSEmmanuel Vadot	pwm10 {
2231cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2232cb7aa33aSEmmanuel Vadot		pwm10m0_pins: pwm10m0-pins {
2233cb7aa33aSEmmanuel Vadot			rockchip,pins =
2234cb7aa33aSEmmanuel Vadot				/* pwm10_m0 */
2235cb7aa33aSEmmanuel Vadot				<3 RK_PA0 11 &pcfg_pull_none>;
2236cb7aa33aSEmmanuel Vadot		};
2237cb7aa33aSEmmanuel Vadot
2238cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2239cb7aa33aSEmmanuel Vadot		pwm10m1_pins: pwm10m1-pins {
2240cb7aa33aSEmmanuel Vadot			rockchip,pins =
2241cb7aa33aSEmmanuel Vadot				/* pwm10_m1 */
2242cb7aa33aSEmmanuel Vadot				<4 RK_PD3 11 &pcfg_pull_none>;
2243cb7aa33aSEmmanuel Vadot		};
2244cb7aa33aSEmmanuel Vadot
2245cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2246cb7aa33aSEmmanuel Vadot		pwm10m2_pins: pwm10m2-pins {
2247cb7aa33aSEmmanuel Vadot			rockchip,pins =
2248cb7aa33aSEmmanuel Vadot				/* pwm10_m2 */
2249cb7aa33aSEmmanuel Vadot				<3 RK_PD3 11 &pcfg_pull_none>;
2250cb7aa33aSEmmanuel Vadot		};
2251cb7aa33aSEmmanuel Vadot	};
2252cb7aa33aSEmmanuel Vadot
2253cb7aa33aSEmmanuel Vadot	pwm11 {
2254cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2255cb7aa33aSEmmanuel Vadot		pwm11m0_pins: pwm11m0-pins {
2256cb7aa33aSEmmanuel Vadot			rockchip,pins =
2257cb7aa33aSEmmanuel Vadot				/* pwm11_ir_m0 */
2258cb7aa33aSEmmanuel Vadot				<3 RK_PA1 11 &pcfg_pull_none>;
2259cb7aa33aSEmmanuel Vadot		};
2260cb7aa33aSEmmanuel Vadot
2261cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2262cb7aa33aSEmmanuel Vadot		pwm11m1_pins: pwm11m1-pins {
2263cb7aa33aSEmmanuel Vadot			rockchip,pins =
2264cb7aa33aSEmmanuel Vadot				/* pwm11_ir_m1 */
2265cb7aa33aSEmmanuel Vadot				<4 RK_PB4 11 &pcfg_pull_none>;
2266cb7aa33aSEmmanuel Vadot		};
2267cb7aa33aSEmmanuel Vadot
2268cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2269cb7aa33aSEmmanuel Vadot		pwm11m2_pins: pwm11m2-pins {
2270cb7aa33aSEmmanuel Vadot			rockchip,pins =
2271cb7aa33aSEmmanuel Vadot				/* pwm11_ir_m2 */
2272cb7aa33aSEmmanuel Vadot				<1 RK_PC4 11 &pcfg_pull_none>;
2273cb7aa33aSEmmanuel Vadot		};
2274cb7aa33aSEmmanuel Vadot
2275cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2276cb7aa33aSEmmanuel Vadot		pwm11m3_pins: pwm11m3-pins {
2277cb7aa33aSEmmanuel Vadot			rockchip,pins =
2278cb7aa33aSEmmanuel Vadot				/* pwm11_ir_m3 */
2279cb7aa33aSEmmanuel Vadot				<3 RK_PD5 11 &pcfg_pull_none>;
2280cb7aa33aSEmmanuel Vadot		};
2281cb7aa33aSEmmanuel Vadot	};
2282cb7aa33aSEmmanuel Vadot
2283cb7aa33aSEmmanuel Vadot	pwm12 {
2284cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2285cb7aa33aSEmmanuel Vadot		pwm12m0_pins: pwm12m0-pins {
2286cb7aa33aSEmmanuel Vadot			rockchip,pins =
2287cb7aa33aSEmmanuel Vadot				/* pwm12_m0 */
2288cb7aa33aSEmmanuel Vadot				<3 RK_PB5 11 &pcfg_pull_none>;
2289cb7aa33aSEmmanuel Vadot		};
2290cb7aa33aSEmmanuel Vadot
2291cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2292cb7aa33aSEmmanuel Vadot		pwm12m1_pins: pwm12m1-pins {
2293cb7aa33aSEmmanuel Vadot			rockchip,pins =
2294cb7aa33aSEmmanuel Vadot				/* pwm12_m1 */
2295cb7aa33aSEmmanuel Vadot				<4 RK_PB5 11 &pcfg_pull_none>;
2296cb7aa33aSEmmanuel Vadot		};
2297cb7aa33aSEmmanuel Vadot	};
2298cb7aa33aSEmmanuel Vadot
2299cb7aa33aSEmmanuel Vadot	pwm13 {
2300cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2301cb7aa33aSEmmanuel Vadot		pwm13m0_pins: pwm13m0-pins {
2302cb7aa33aSEmmanuel Vadot			rockchip,pins =
2303cb7aa33aSEmmanuel Vadot				/* pwm13_m0 */
2304cb7aa33aSEmmanuel Vadot				<3 RK_PB6 11 &pcfg_pull_none>;
2305cb7aa33aSEmmanuel Vadot		};
2306cb7aa33aSEmmanuel Vadot
2307cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2308cb7aa33aSEmmanuel Vadot		pwm13m1_pins: pwm13m1-pins {
2309cb7aa33aSEmmanuel Vadot			rockchip,pins =
2310cb7aa33aSEmmanuel Vadot				/* pwm13_m1 */
2311cb7aa33aSEmmanuel Vadot				<4 RK_PB6 11 &pcfg_pull_none>;
2312cb7aa33aSEmmanuel Vadot		};
2313cb7aa33aSEmmanuel Vadot
2314cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2315cb7aa33aSEmmanuel Vadot		pwm13m2_pins: pwm13m2-pins {
2316cb7aa33aSEmmanuel Vadot			rockchip,pins =
2317cb7aa33aSEmmanuel Vadot				/* pwm13_m2 */
2318cb7aa33aSEmmanuel Vadot				<1 RK_PB7 11 &pcfg_pull_none>;
2319cb7aa33aSEmmanuel Vadot		};
2320cb7aa33aSEmmanuel Vadot	};
2321cb7aa33aSEmmanuel Vadot
2322cb7aa33aSEmmanuel Vadot	pwm14 {
2323cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2324cb7aa33aSEmmanuel Vadot		pwm14m0_pins: pwm14m0-pins {
2325cb7aa33aSEmmanuel Vadot			rockchip,pins =
2326cb7aa33aSEmmanuel Vadot				/* pwm14_m0 */
2327cb7aa33aSEmmanuel Vadot				<3 RK_PC2 11 &pcfg_pull_none>;
2328cb7aa33aSEmmanuel Vadot		};
2329cb7aa33aSEmmanuel Vadot
2330cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2331cb7aa33aSEmmanuel Vadot		pwm14m1_pins: pwm14m1-pins {
2332cb7aa33aSEmmanuel Vadot			rockchip,pins =
2333cb7aa33aSEmmanuel Vadot				/* pwm14_m1 */
2334cb7aa33aSEmmanuel Vadot				<4 RK_PB2 11 &pcfg_pull_none>;
2335cb7aa33aSEmmanuel Vadot		};
2336cb7aa33aSEmmanuel Vadot
2337cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2338cb7aa33aSEmmanuel Vadot		pwm14m2_pins: pwm14m2-pins {
2339cb7aa33aSEmmanuel Vadot			rockchip,pins =
2340cb7aa33aSEmmanuel Vadot				/* pwm14_m2 */
2341cb7aa33aSEmmanuel Vadot				<1 RK_PD6 11 &pcfg_pull_none>;
2342cb7aa33aSEmmanuel Vadot		};
2343cb7aa33aSEmmanuel Vadot	};
2344cb7aa33aSEmmanuel Vadot
2345cb7aa33aSEmmanuel Vadot	pwm15 {
2346cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2347cb7aa33aSEmmanuel Vadot		pwm15m0_pins: pwm15m0-pins {
2348cb7aa33aSEmmanuel Vadot			rockchip,pins =
2349cb7aa33aSEmmanuel Vadot				/* pwm15_ir_m0 */
2350cb7aa33aSEmmanuel Vadot				<3 RK_PC3 11 &pcfg_pull_none>;
2351cb7aa33aSEmmanuel Vadot		};
2352cb7aa33aSEmmanuel Vadot
2353cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2354cb7aa33aSEmmanuel Vadot		pwm15m1_pins: pwm15m1-pins {
2355cb7aa33aSEmmanuel Vadot			rockchip,pins =
2356cb7aa33aSEmmanuel Vadot				/* pwm15_ir_m1 */
2357cb7aa33aSEmmanuel Vadot				<4 RK_PB3 11 &pcfg_pull_none>;
2358cb7aa33aSEmmanuel Vadot		};
2359cb7aa33aSEmmanuel Vadot
2360cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2361cb7aa33aSEmmanuel Vadot		pwm15m2_pins: pwm15m2-pins {
2362cb7aa33aSEmmanuel Vadot			rockchip,pins =
2363cb7aa33aSEmmanuel Vadot				/* pwm15_ir_m2 */
2364cb7aa33aSEmmanuel Vadot				<1 RK_PC6 11 &pcfg_pull_none>;
2365cb7aa33aSEmmanuel Vadot		};
2366cb7aa33aSEmmanuel Vadot
2367cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2368cb7aa33aSEmmanuel Vadot		pwm15m3_pins: pwm15m3-pins {
2369cb7aa33aSEmmanuel Vadot			rockchip,pins =
2370cb7aa33aSEmmanuel Vadot				/* pwm15_ir_m3 */
2371cb7aa33aSEmmanuel Vadot				<1 RK_PD7 11 &pcfg_pull_none>;
2372cb7aa33aSEmmanuel Vadot		};
2373cb7aa33aSEmmanuel Vadot	};
2374cb7aa33aSEmmanuel Vadot
2375cb7aa33aSEmmanuel Vadot	refclk {
2376cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2377cb7aa33aSEmmanuel Vadot		refclk_pins: refclk-pins {
2378cb7aa33aSEmmanuel Vadot			rockchip,pins =
2379cb7aa33aSEmmanuel Vadot				/* refclk_out */
2380cb7aa33aSEmmanuel Vadot				<0 RK_PA0 1 &pcfg_pull_none>;
2381cb7aa33aSEmmanuel Vadot		};
2382cb7aa33aSEmmanuel Vadot	};
2383cb7aa33aSEmmanuel Vadot
2384cb7aa33aSEmmanuel Vadot	sata {
2385cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2386cb7aa33aSEmmanuel Vadot		sata_pins: sata-pins {
2387cb7aa33aSEmmanuel Vadot			rockchip,pins =
2388cb7aa33aSEmmanuel Vadot				/* sata_cp_pod */
2389cb7aa33aSEmmanuel Vadot				<0 RK_PC6 13 &pcfg_pull_none>,
2390cb7aa33aSEmmanuel Vadot				/* sata_cpdet */
2391cb7aa33aSEmmanuel Vadot				<0 RK_PD4 13 &pcfg_pull_none>,
2392cb7aa33aSEmmanuel Vadot				/* sata_mp_switch */
2393cb7aa33aSEmmanuel Vadot				<0 RK_PD5 13 &pcfg_pull_none>;
2394cb7aa33aSEmmanuel Vadot		};
2395cb7aa33aSEmmanuel Vadot	};
2396cb7aa33aSEmmanuel Vadot
2397cb7aa33aSEmmanuel Vadot	sata0 {
2398cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2399cb7aa33aSEmmanuel Vadot		sata0m0_pins: sata0m0-pins {
2400cb7aa33aSEmmanuel Vadot			rockchip,pins =
2401cb7aa33aSEmmanuel Vadot				/* sata0_act_led_m0 */
2402cb7aa33aSEmmanuel Vadot				<4 RK_PB6 6 &pcfg_pull_none>;
2403cb7aa33aSEmmanuel Vadot		};
2404cb7aa33aSEmmanuel Vadot
2405cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2406cb7aa33aSEmmanuel Vadot		sata0m1_pins: sata0m1-pins {
2407cb7aa33aSEmmanuel Vadot			rockchip,pins =
2408cb7aa33aSEmmanuel Vadot				/* sata0_act_led_m1 */
2409cb7aa33aSEmmanuel Vadot				<1 RK_PB3 6 &pcfg_pull_none>;
2410cb7aa33aSEmmanuel Vadot		};
2411cb7aa33aSEmmanuel Vadot	};
2412cb7aa33aSEmmanuel Vadot
2413cb7aa33aSEmmanuel Vadot	sata1 {
2414cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2415cb7aa33aSEmmanuel Vadot		sata1m0_pins: sata1m0-pins {
2416cb7aa33aSEmmanuel Vadot			rockchip,pins =
2417cb7aa33aSEmmanuel Vadot				/* sata1_act_led_m0 */
2418cb7aa33aSEmmanuel Vadot				<4 RK_PB5 6 &pcfg_pull_none>;
2419cb7aa33aSEmmanuel Vadot		};
2420cb7aa33aSEmmanuel Vadot
2421cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2422cb7aa33aSEmmanuel Vadot		sata1m1_pins: sata1m1-pins {
2423cb7aa33aSEmmanuel Vadot			rockchip,pins =
2424cb7aa33aSEmmanuel Vadot				/* sata1_act_led_m1 */
2425cb7aa33aSEmmanuel Vadot				<1 RK_PA1 6 &pcfg_pull_none>;
2426cb7aa33aSEmmanuel Vadot		};
2427cb7aa33aSEmmanuel Vadot	};
2428cb7aa33aSEmmanuel Vadot
2429cb7aa33aSEmmanuel Vadot	sata2 {
2430cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2431cb7aa33aSEmmanuel Vadot		sata2m0_pins: sata2m0-pins {
2432cb7aa33aSEmmanuel Vadot			rockchip,pins =
2433cb7aa33aSEmmanuel Vadot				/* sata2_act_led_m0 */
2434cb7aa33aSEmmanuel Vadot				<4 RK_PB1 6 &pcfg_pull_none>;
2435cb7aa33aSEmmanuel Vadot		};
2436cb7aa33aSEmmanuel Vadot
2437cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2438cb7aa33aSEmmanuel Vadot		sata2m1_pins: sata2m1-pins {
2439cb7aa33aSEmmanuel Vadot			rockchip,pins =
2440cb7aa33aSEmmanuel Vadot				/* sata2_act_led_m1 */
2441cb7aa33aSEmmanuel Vadot				<1 RK_PB7 6 &pcfg_pull_none>;
2442cb7aa33aSEmmanuel Vadot		};
2443cb7aa33aSEmmanuel Vadot	};
2444cb7aa33aSEmmanuel Vadot
2445cb7aa33aSEmmanuel Vadot	sdio {
2446cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2447cb7aa33aSEmmanuel Vadot		sdiom1_pins: sdiom1-pins {
2448cb7aa33aSEmmanuel Vadot			rockchip,pins =
2449cb7aa33aSEmmanuel Vadot				/* sdio_clk_m1 */
2450cb7aa33aSEmmanuel Vadot				<3 RK_PA5 2 &pcfg_pull_none>,
2451cb7aa33aSEmmanuel Vadot				/* sdio_cmd_m1 */
2452cb7aa33aSEmmanuel Vadot				<3 RK_PA4 2 &pcfg_pull_none>,
2453cb7aa33aSEmmanuel Vadot				/* sdio_d0_m1 */
2454cb7aa33aSEmmanuel Vadot				<3 RK_PA0 2 &pcfg_pull_none>,
2455cb7aa33aSEmmanuel Vadot				/* sdio_d1_m1 */
2456cb7aa33aSEmmanuel Vadot				<3 RK_PA1 2 &pcfg_pull_none>,
2457cb7aa33aSEmmanuel Vadot				/* sdio_d2_m1 */
2458cb7aa33aSEmmanuel Vadot				<3 RK_PA2 2 &pcfg_pull_none>,
2459cb7aa33aSEmmanuel Vadot				/* sdio_d3_m1 */
2460cb7aa33aSEmmanuel Vadot				<3 RK_PA3 2 &pcfg_pull_none>;
2461cb7aa33aSEmmanuel Vadot		};
2462cb7aa33aSEmmanuel Vadot	};
2463cb7aa33aSEmmanuel Vadot
2464cb7aa33aSEmmanuel Vadot	sdmmc {
2465cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2466cb7aa33aSEmmanuel Vadot		sdmmc_bus4: sdmmc-bus4 {
2467cb7aa33aSEmmanuel Vadot			rockchip,pins =
2468cb7aa33aSEmmanuel Vadot				/* sdmmc_d0 */
2469cb7aa33aSEmmanuel Vadot				<4 RK_PD0 1 &pcfg_pull_up_drv_level_2>,
2470cb7aa33aSEmmanuel Vadot				/* sdmmc_d1 */
2471cb7aa33aSEmmanuel Vadot				<4 RK_PD1 1 &pcfg_pull_up_drv_level_2>,
2472cb7aa33aSEmmanuel Vadot				/* sdmmc_d2 */
2473cb7aa33aSEmmanuel Vadot				<4 RK_PD2 1 &pcfg_pull_up_drv_level_2>,
2474cb7aa33aSEmmanuel Vadot				/* sdmmc_d3 */
2475cb7aa33aSEmmanuel Vadot				<4 RK_PD3 1 &pcfg_pull_up_drv_level_2>;
2476cb7aa33aSEmmanuel Vadot		};
2477cb7aa33aSEmmanuel Vadot
2478cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2479cb7aa33aSEmmanuel Vadot		sdmmc_clk: sdmmc-clk {
2480cb7aa33aSEmmanuel Vadot			rockchip,pins =
2481cb7aa33aSEmmanuel Vadot				/* sdmmc_clk */
2482cb7aa33aSEmmanuel Vadot				<4 RK_PD5 1 &pcfg_pull_up_drv_level_2>;
2483cb7aa33aSEmmanuel Vadot		};
2484cb7aa33aSEmmanuel Vadot
2485cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2486cb7aa33aSEmmanuel Vadot		sdmmc_cmd: sdmmc-cmd {
2487cb7aa33aSEmmanuel Vadot			rockchip,pins =
2488cb7aa33aSEmmanuel Vadot				/* sdmmc_cmd */
2489cb7aa33aSEmmanuel Vadot				<4 RK_PD4 1 &pcfg_pull_up_drv_level_2>;
2490cb7aa33aSEmmanuel Vadot		};
2491cb7aa33aSEmmanuel Vadot
2492cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2493cb7aa33aSEmmanuel Vadot		sdmmc_det: sdmmc-det {
2494cb7aa33aSEmmanuel Vadot			rockchip,pins =
2495cb7aa33aSEmmanuel Vadot				/* sdmmc_det */
2496cb7aa33aSEmmanuel Vadot				<0 RK_PA4 1 &pcfg_pull_up>;
2497cb7aa33aSEmmanuel Vadot		};
2498cb7aa33aSEmmanuel Vadot
2499cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2500cb7aa33aSEmmanuel Vadot		sdmmc_pwren: sdmmc-pwren {
2501cb7aa33aSEmmanuel Vadot			rockchip,pins =
2502cb7aa33aSEmmanuel Vadot				/* sdmmc_pwren */
2503cb7aa33aSEmmanuel Vadot				<0 RK_PA5 2 &pcfg_pull_none>;
2504cb7aa33aSEmmanuel Vadot		};
2505cb7aa33aSEmmanuel Vadot	};
2506cb7aa33aSEmmanuel Vadot
2507cb7aa33aSEmmanuel Vadot	spdif0 {
2508cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2509cb7aa33aSEmmanuel Vadot		spdif0m0_tx: spdif0m0-tx {
2510cb7aa33aSEmmanuel Vadot			rockchip,pins =
2511cb7aa33aSEmmanuel Vadot				/* spdif0m0_tx */
2512cb7aa33aSEmmanuel Vadot				<1 RK_PB6 3 &pcfg_pull_none>;
2513cb7aa33aSEmmanuel Vadot		};
2514cb7aa33aSEmmanuel Vadot
2515cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2516cb7aa33aSEmmanuel Vadot		spdif0m1_tx: spdif0m1-tx {
2517cb7aa33aSEmmanuel Vadot			rockchip,pins =
2518cb7aa33aSEmmanuel Vadot				/* spdif0m1_tx */
2519cb7aa33aSEmmanuel Vadot				<4 RK_PB4 6 &pcfg_pull_none>;
2520cb7aa33aSEmmanuel Vadot		};
2521cb7aa33aSEmmanuel Vadot	};
2522cb7aa33aSEmmanuel Vadot
2523cb7aa33aSEmmanuel Vadot	spdif1 {
2524cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2525cb7aa33aSEmmanuel Vadot		spdif1m0_tx: spdif1m0-tx {
2526cb7aa33aSEmmanuel Vadot			rockchip,pins =
2527cb7aa33aSEmmanuel Vadot				/* spdif1m0_tx */
2528cb7aa33aSEmmanuel Vadot				<1 RK_PB7 3 &pcfg_pull_none>;
2529cb7aa33aSEmmanuel Vadot		};
2530cb7aa33aSEmmanuel Vadot
2531cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2532cb7aa33aSEmmanuel Vadot		spdif1m1_tx: spdif1m1-tx {
2533cb7aa33aSEmmanuel Vadot			rockchip,pins =
2534cb7aa33aSEmmanuel Vadot				/* spdif1m1_tx */
2535cb7aa33aSEmmanuel Vadot				<4 RK_PB1 2 &pcfg_pull_none>;
2536cb7aa33aSEmmanuel Vadot		};
2537cb7aa33aSEmmanuel Vadot
2538cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2539cb7aa33aSEmmanuel Vadot		spdif1m2_tx: spdif1m2-tx {
2540cb7aa33aSEmmanuel Vadot			rockchip,pins =
2541cb7aa33aSEmmanuel Vadot				/* spdif1m2_tx */
2542cb7aa33aSEmmanuel Vadot				<4 RK_PC1 3 &pcfg_pull_none>;
2543cb7aa33aSEmmanuel Vadot		};
2544cb7aa33aSEmmanuel Vadot	};
2545cb7aa33aSEmmanuel Vadot
2546cb7aa33aSEmmanuel Vadot	spi0 {
2547cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2548cb7aa33aSEmmanuel Vadot		spi0m0_pins: spi0m0-pins {
2549cb7aa33aSEmmanuel Vadot			rockchip,pins =
2550cb7aa33aSEmmanuel Vadot				/* spi0_clk_m0 */
2551cb7aa33aSEmmanuel Vadot				<0 RK_PC6 8 &pcfg_pull_up_drv_level_1>,
2552cb7aa33aSEmmanuel Vadot				/* spi0_miso_m0 */
2553cb7aa33aSEmmanuel Vadot				<0 RK_PC7 8 &pcfg_pull_up_drv_level_1>,
2554cb7aa33aSEmmanuel Vadot				/* spi0_mosi_m0 */
2555cb7aa33aSEmmanuel Vadot				<0 RK_PC0 8 &pcfg_pull_up_drv_level_1>;
2556cb7aa33aSEmmanuel Vadot		};
2557cb7aa33aSEmmanuel Vadot
2558cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2559cb7aa33aSEmmanuel Vadot		spi0m0_cs0: spi0m0-cs0 {
2560cb7aa33aSEmmanuel Vadot			rockchip,pins =
2561cb7aa33aSEmmanuel Vadot				/* spi0_cs0_m0 */
2562cb7aa33aSEmmanuel Vadot				<0 RK_PD1 8 &pcfg_pull_up_drv_level_1>;
2563cb7aa33aSEmmanuel Vadot		};
2564cb7aa33aSEmmanuel Vadot
2565cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2566cb7aa33aSEmmanuel Vadot		spi0m0_cs1: spi0m0-cs1 {
2567cb7aa33aSEmmanuel Vadot			rockchip,pins =
2568cb7aa33aSEmmanuel Vadot				/* spi0_cs1_m0 */
2569cb7aa33aSEmmanuel Vadot				<0 RK_PB7 8 &pcfg_pull_up_drv_level_1>;
2570cb7aa33aSEmmanuel Vadot		};
2571cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2572cb7aa33aSEmmanuel Vadot		spi0m1_pins: spi0m1-pins {
2573cb7aa33aSEmmanuel Vadot			rockchip,pins =
2574cb7aa33aSEmmanuel Vadot				/* spi0_clk_m1 */
2575cb7aa33aSEmmanuel Vadot				<4 RK_PA2 8 &pcfg_pull_up_drv_level_1>,
2576cb7aa33aSEmmanuel Vadot				/* spi0_miso_m1 */
2577cb7aa33aSEmmanuel Vadot				<4 RK_PA0 8 &pcfg_pull_up_drv_level_1>,
2578cb7aa33aSEmmanuel Vadot				/* spi0_mosi_m1 */
2579cb7aa33aSEmmanuel Vadot				<4 RK_PA1 8 &pcfg_pull_up_drv_level_1>;
2580cb7aa33aSEmmanuel Vadot		};
2581cb7aa33aSEmmanuel Vadot
2582cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2583cb7aa33aSEmmanuel Vadot		spi0m1_cs0: spi0m1-cs0 {
2584cb7aa33aSEmmanuel Vadot			rockchip,pins =
2585cb7aa33aSEmmanuel Vadot				/* spi0_cs0_m1 */
2586cb7aa33aSEmmanuel Vadot				<4 RK_PB2 8 &pcfg_pull_up_drv_level_1>;
2587cb7aa33aSEmmanuel Vadot		};
2588cb7aa33aSEmmanuel Vadot
2589cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2590cb7aa33aSEmmanuel Vadot		spi0m1_cs1: spi0m1-cs1 {
2591cb7aa33aSEmmanuel Vadot			rockchip,pins =
2592cb7aa33aSEmmanuel Vadot				/* spi0_cs1_m1 */
2593cb7aa33aSEmmanuel Vadot				<4 RK_PB1 8 &pcfg_pull_up_drv_level_1>;
2594cb7aa33aSEmmanuel Vadot		};
2595cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2596cb7aa33aSEmmanuel Vadot		spi0m2_pins: spi0m2-pins {
2597cb7aa33aSEmmanuel Vadot			rockchip,pins =
2598cb7aa33aSEmmanuel Vadot				/* spi0_clk_m2 */
2599cb7aa33aSEmmanuel Vadot				<1 RK_PB3 8 &pcfg_pull_up_drv_level_1>,
2600cb7aa33aSEmmanuel Vadot				/* spi0_miso_m2 */
2601cb7aa33aSEmmanuel Vadot				<1 RK_PB1 8 &pcfg_pull_up_drv_level_1>,
2602cb7aa33aSEmmanuel Vadot				/* spi0_mosi_m2 */
2603cb7aa33aSEmmanuel Vadot				<1 RK_PB2 8 &pcfg_pull_up_drv_level_1>;
2604cb7aa33aSEmmanuel Vadot		};
2605cb7aa33aSEmmanuel Vadot
2606cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2607cb7aa33aSEmmanuel Vadot		spi0m2_cs0: spi0m2-cs0 {
2608cb7aa33aSEmmanuel Vadot			rockchip,pins =
2609cb7aa33aSEmmanuel Vadot				/* spi0_cs0_m2 */
2610cb7aa33aSEmmanuel Vadot				<1 RK_PB4 8 &pcfg_pull_up_drv_level_1>;
2611cb7aa33aSEmmanuel Vadot		};
2612cb7aa33aSEmmanuel Vadot
2613cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2614cb7aa33aSEmmanuel Vadot		spi0m2_cs1: spi0m2-cs1 {
2615cb7aa33aSEmmanuel Vadot			rockchip,pins =
2616cb7aa33aSEmmanuel Vadot				/* spi0_cs1_m2 */
2617cb7aa33aSEmmanuel Vadot				<1 RK_PB5 8 &pcfg_pull_up_drv_level_1>;
2618cb7aa33aSEmmanuel Vadot		};
2619cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2620cb7aa33aSEmmanuel Vadot		spi0m3_pins: spi0m3-pins {
2621cb7aa33aSEmmanuel Vadot			rockchip,pins =
2622cb7aa33aSEmmanuel Vadot				/* spi0_clk_m3 */
2623cb7aa33aSEmmanuel Vadot				<3 RK_PD3 8 &pcfg_pull_up_drv_level_1>,
2624cb7aa33aSEmmanuel Vadot				/* spi0_miso_m3 */
2625cb7aa33aSEmmanuel Vadot				<3 RK_PD1 8 &pcfg_pull_up_drv_level_1>,
2626cb7aa33aSEmmanuel Vadot				/* spi0_mosi_m3 */
2627cb7aa33aSEmmanuel Vadot				<3 RK_PD2 8 &pcfg_pull_up_drv_level_1>;
2628cb7aa33aSEmmanuel Vadot		};
2629cb7aa33aSEmmanuel Vadot
2630cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2631cb7aa33aSEmmanuel Vadot		spi0m3_cs0: spi0m3-cs0 {
2632cb7aa33aSEmmanuel Vadot			rockchip,pins =
2633cb7aa33aSEmmanuel Vadot				/* spi0_cs0_m3 */
2634cb7aa33aSEmmanuel Vadot				<3 RK_PD4 8 &pcfg_pull_up_drv_level_1>;
2635cb7aa33aSEmmanuel Vadot		};
2636cb7aa33aSEmmanuel Vadot
2637cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2638cb7aa33aSEmmanuel Vadot		spi0m3_cs1: spi0m3-cs1 {
2639cb7aa33aSEmmanuel Vadot			rockchip,pins =
2640cb7aa33aSEmmanuel Vadot				/* spi0_cs1_m3 */
2641cb7aa33aSEmmanuel Vadot				<3 RK_PD5 8 &pcfg_pull_up_drv_level_1>;
2642cb7aa33aSEmmanuel Vadot		};
2643cb7aa33aSEmmanuel Vadot	};
2644cb7aa33aSEmmanuel Vadot
2645cb7aa33aSEmmanuel Vadot	spi1 {
2646cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2647cb7aa33aSEmmanuel Vadot		spi1m1_pins: spi1m1-pins {
2648cb7aa33aSEmmanuel Vadot			rockchip,pins =
2649cb7aa33aSEmmanuel Vadot				/* spi1_clk_m1 */
2650cb7aa33aSEmmanuel Vadot				<3 RK_PC1 8 &pcfg_pull_up_drv_level_1>,
2651cb7aa33aSEmmanuel Vadot				/* spi1_miso_m1 */
2652cb7aa33aSEmmanuel Vadot				<3 RK_PC0 8 &pcfg_pull_up_drv_level_1>,
2653cb7aa33aSEmmanuel Vadot				/* spi1_mosi_m1 */
2654cb7aa33aSEmmanuel Vadot				<3 RK_PB7 8 &pcfg_pull_up_drv_level_1>;
2655cb7aa33aSEmmanuel Vadot		};
2656cb7aa33aSEmmanuel Vadot
2657cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2658cb7aa33aSEmmanuel Vadot		spi1m1_cs0: spi1m1-cs0 {
2659cb7aa33aSEmmanuel Vadot			rockchip,pins =
2660cb7aa33aSEmmanuel Vadot				/* spi1_cs0_m1 */
2661cb7aa33aSEmmanuel Vadot				<3 RK_PC2 8 &pcfg_pull_up_drv_level_1>;
2662cb7aa33aSEmmanuel Vadot		};
2663cb7aa33aSEmmanuel Vadot
2664cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2665cb7aa33aSEmmanuel Vadot		spi1m1_cs1: spi1m1-cs1 {
2666cb7aa33aSEmmanuel Vadot			rockchip,pins =
2667cb7aa33aSEmmanuel Vadot				/* spi1_cs1_m1 */
2668cb7aa33aSEmmanuel Vadot				<3 RK_PC3 8 &pcfg_pull_up_drv_level_1>;
2669cb7aa33aSEmmanuel Vadot		};
2670cb7aa33aSEmmanuel Vadot
2671cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2672cb7aa33aSEmmanuel Vadot		spi1m2_pins: spi1m2-pins {
2673cb7aa33aSEmmanuel Vadot			rockchip,pins =
2674cb7aa33aSEmmanuel Vadot				/* spi1_clk_m2 */
2675cb7aa33aSEmmanuel Vadot				<1 RK_PD2 8 &pcfg_pull_up_drv_level_1>,
2676cb7aa33aSEmmanuel Vadot				/* spi1_miso_m2 */
2677cb7aa33aSEmmanuel Vadot				<1 RK_PD0 8 &pcfg_pull_up_drv_level_1>,
2678cb7aa33aSEmmanuel Vadot				/* spi1_mosi_m2 */
2679cb7aa33aSEmmanuel Vadot				<1 RK_PD1 8 &pcfg_pull_up_drv_level_1>;
2680cb7aa33aSEmmanuel Vadot		};
2681cb7aa33aSEmmanuel Vadot
2682cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2683cb7aa33aSEmmanuel Vadot		spi1m2_cs0: spi1m2-cs0 {
2684cb7aa33aSEmmanuel Vadot			rockchip,pins =
2685cb7aa33aSEmmanuel Vadot				/* spi1_cs0_m2 */
2686cb7aa33aSEmmanuel Vadot				<1 RK_PD3 8 &pcfg_pull_up_drv_level_1>;
2687cb7aa33aSEmmanuel Vadot		};
2688cb7aa33aSEmmanuel Vadot
2689cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2690cb7aa33aSEmmanuel Vadot		spi1m2_cs1: spi1m2-cs1 {
2691cb7aa33aSEmmanuel Vadot			rockchip,pins =
2692cb7aa33aSEmmanuel Vadot				/* spi1_cs1_m2 */
2693cb7aa33aSEmmanuel Vadot				<1 RK_PD5 8 &pcfg_pull_up_drv_level_1>;
2694cb7aa33aSEmmanuel Vadot		};
2695cb7aa33aSEmmanuel Vadot	};
2696cb7aa33aSEmmanuel Vadot
2697cb7aa33aSEmmanuel Vadot	spi2 {
2698cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2699cb7aa33aSEmmanuel Vadot		spi2m0_pins: spi2m0-pins {
2700cb7aa33aSEmmanuel Vadot			rockchip,pins =
2701cb7aa33aSEmmanuel Vadot				/* spi2_clk_m0 */
2702cb7aa33aSEmmanuel Vadot				<1 RK_PA6 8 &pcfg_pull_up_drv_level_1>,
2703cb7aa33aSEmmanuel Vadot				/* spi2_miso_m0 */
2704cb7aa33aSEmmanuel Vadot				<1 RK_PA4 8 &pcfg_pull_up_drv_level_1>,
2705cb7aa33aSEmmanuel Vadot				/* spi2_mosi_m0 */
2706cb7aa33aSEmmanuel Vadot				<1 RK_PA5 8 &pcfg_pull_up_drv_level_1>;
2707cb7aa33aSEmmanuel Vadot		};
2708cb7aa33aSEmmanuel Vadot
2709cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2710cb7aa33aSEmmanuel Vadot		spi2m0_cs0: spi2m0-cs0 {
2711cb7aa33aSEmmanuel Vadot			rockchip,pins =
2712cb7aa33aSEmmanuel Vadot				/* spi2_cs0_m0 */
2713cb7aa33aSEmmanuel Vadot				<1 RK_PA7 8 &pcfg_pull_up_drv_level_1>;
2714cb7aa33aSEmmanuel Vadot		};
2715cb7aa33aSEmmanuel Vadot
2716cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2717cb7aa33aSEmmanuel Vadot		spi2m0_cs1: spi2m0-cs1 {
2718cb7aa33aSEmmanuel Vadot			rockchip,pins =
2719cb7aa33aSEmmanuel Vadot				/* spi2_cs1_m0 */
2720cb7aa33aSEmmanuel Vadot				<1 RK_PB0 8 &pcfg_pull_up_drv_level_1>;
2721cb7aa33aSEmmanuel Vadot		};
2722cb7aa33aSEmmanuel Vadot
2723cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2724cb7aa33aSEmmanuel Vadot		spi2m1_pins: spi2m1-pins {
2725cb7aa33aSEmmanuel Vadot			rockchip,pins =
2726cb7aa33aSEmmanuel Vadot				/* spi2_clk_m1 */
2727cb7aa33aSEmmanuel Vadot				<4 RK_PA6 8 &pcfg_pull_up_drv_level_1>,
2728cb7aa33aSEmmanuel Vadot				/* spi2_miso_m1 */
2729cb7aa33aSEmmanuel Vadot				<4 RK_PA4 8 &pcfg_pull_up_drv_level_1>,
2730cb7aa33aSEmmanuel Vadot				/* spi2_mosi_m1 */
2731cb7aa33aSEmmanuel Vadot				<4 RK_PA5 8 &pcfg_pull_up_drv_level_1>;
2732cb7aa33aSEmmanuel Vadot		};
2733cb7aa33aSEmmanuel Vadot
2734cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2735cb7aa33aSEmmanuel Vadot		spi2m1_cs0: spi2m1-cs0 {
2736cb7aa33aSEmmanuel Vadot			rockchip,pins =
2737cb7aa33aSEmmanuel Vadot				/* spi2_cs0_m1 */
2738cb7aa33aSEmmanuel Vadot				<4 RK_PA7 8 &pcfg_pull_up_drv_level_1>;
2739cb7aa33aSEmmanuel Vadot		};
2740cb7aa33aSEmmanuel Vadot
2741cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2742cb7aa33aSEmmanuel Vadot		spi2m1_cs1: spi2m1-cs1 {
2743cb7aa33aSEmmanuel Vadot			rockchip,pins =
2744cb7aa33aSEmmanuel Vadot				/* spi2_cs1_m1 */
2745cb7aa33aSEmmanuel Vadot				<4 RK_PB0 8 &pcfg_pull_up_drv_level_1>;
2746cb7aa33aSEmmanuel Vadot		};
2747cb7aa33aSEmmanuel Vadot
2748cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2749cb7aa33aSEmmanuel Vadot		spi2m2_pins: spi2m2-pins {
2750cb7aa33aSEmmanuel Vadot			rockchip,pins =
2751cb7aa33aSEmmanuel Vadot				/* spi2_clk_m2 */
2752cb7aa33aSEmmanuel Vadot				<0 RK_PA5 1 &pcfg_pull_up_drv_level_1>,
2753cb7aa33aSEmmanuel Vadot				/* spi2_miso_m2 */
2754cb7aa33aSEmmanuel Vadot				<0 RK_PB3 1 &pcfg_pull_up_drv_level_1>,
2755cb7aa33aSEmmanuel Vadot				/* spi2_mosi_m2 */
2756cb7aa33aSEmmanuel Vadot				<0 RK_PA6 1 &pcfg_pull_up_drv_level_1>;
2757cb7aa33aSEmmanuel Vadot		};
2758cb7aa33aSEmmanuel Vadot
2759cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2760cb7aa33aSEmmanuel Vadot		spi2m2_cs0: spi2m2-cs0 {
2761cb7aa33aSEmmanuel Vadot			rockchip,pins =
2762cb7aa33aSEmmanuel Vadot				/* spi2_cs0_m2 */
2763cb7aa33aSEmmanuel Vadot				<0 RK_PB1 1 &pcfg_pull_up_drv_level_1>;
2764cb7aa33aSEmmanuel Vadot		};
2765cb7aa33aSEmmanuel Vadot
2766cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2767cb7aa33aSEmmanuel Vadot		spi2m2_cs1: spi2m2-cs1 {
2768cb7aa33aSEmmanuel Vadot			rockchip,pins =
2769cb7aa33aSEmmanuel Vadot				/* spi2_cs1_m2 */
2770cb7aa33aSEmmanuel Vadot				<0 RK_PB0 1 &pcfg_pull_up_drv_level_1>;
2771cb7aa33aSEmmanuel Vadot		};
2772cb7aa33aSEmmanuel Vadot	};
2773cb7aa33aSEmmanuel Vadot
2774cb7aa33aSEmmanuel Vadot	spi3 {
2775cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2776cb7aa33aSEmmanuel Vadot		spi3m1_pins: spi3m1-pins {
2777cb7aa33aSEmmanuel Vadot			rockchip,pins =
2778cb7aa33aSEmmanuel Vadot				/* spi3_clk_m1 */
2779cb7aa33aSEmmanuel Vadot				<4 RK_PB7 8 &pcfg_pull_up_drv_level_1>,
2780cb7aa33aSEmmanuel Vadot				/* spi3_miso_m1 */
2781cb7aa33aSEmmanuel Vadot				<4 RK_PB5 8 &pcfg_pull_up_drv_level_1>,
2782cb7aa33aSEmmanuel Vadot				/* spi3_mosi_m1 */
2783cb7aa33aSEmmanuel Vadot				<4 RK_PB6 8 &pcfg_pull_up_drv_level_1>;
2784cb7aa33aSEmmanuel Vadot		};
2785cb7aa33aSEmmanuel Vadot
2786cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2787cb7aa33aSEmmanuel Vadot		spi3m1_cs0: spi3m1-cs0 {
2788cb7aa33aSEmmanuel Vadot			rockchip,pins =
2789cb7aa33aSEmmanuel Vadot				/* spi3_cs0_m1 */
2790cb7aa33aSEmmanuel Vadot				<4 RK_PC0 8 &pcfg_pull_up_drv_level_1>;
2791cb7aa33aSEmmanuel Vadot		};
2792cb7aa33aSEmmanuel Vadot
2793cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2794cb7aa33aSEmmanuel Vadot		spi3m1_cs1: spi3m1-cs1 {
2795cb7aa33aSEmmanuel Vadot			rockchip,pins =
2796cb7aa33aSEmmanuel Vadot				/* spi3_cs1_m1 */
2797cb7aa33aSEmmanuel Vadot				<4 RK_PC1 8 &pcfg_pull_up_drv_level_1>;
2798cb7aa33aSEmmanuel Vadot		};
2799cb7aa33aSEmmanuel Vadot
2800cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2801cb7aa33aSEmmanuel Vadot		spi3m2_pins: spi3m2-pins {
2802cb7aa33aSEmmanuel Vadot			rockchip,pins =
2803cb7aa33aSEmmanuel Vadot				/* spi3_clk_m2 */
2804cb7aa33aSEmmanuel Vadot				<0 RK_PD3 8 &pcfg_pull_up_drv_level_1>,
2805cb7aa33aSEmmanuel Vadot				/* spi3_miso_m2 */
2806cb7aa33aSEmmanuel Vadot				<0 RK_PD0 8 &pcfg_pull_up_drv_level_1>,
2807cb7aa33aSEmmanuel Vadot				/* spi3_mosi_m2 */
2808cb7aa33aSEmmanuel Vadot				<0 RK_PD2 8 &pcfg_pull_up_drv_level_1>;
2809cb7aa33aSEmmanuel Vadot		};
2810cb7aa33aSEmmanuel Vadot
2811cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2812cb7aa33aSEmmanuel Vadot		spi3m2_cs0: spi3m2-cs0 {
2813cb7aa33aSEmmanuel Vadot			rockchip,pins =
2814cb7aa33aSEmmanuel Vadot				/* spi3_cs0_m2 */
2815cb7aa33aSEmmanuel Vadot				<0 RK_PD4 8 &pcfg_pull_up_drv_level_1>;
2816cb7aa33aSEmmanuel Vadot		};
2817cb7aa33aSEmmanuel Vadot
2818cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2819cb7aa33aSEmmanuel Vadot		spi3m2_cs1: spi3m2-cs1 {
2820cb7aa33aSEmmanuel Vadot			rockchip,pins =
2821cb7aa33aSEmmanuel Vadot				/* spi3_cs1_m2 */
2822cb7aa33aSEmmanuel Vadot				<0 RK_PD5 8 &pcfg_pull_up_drv_level_1>;
2823cb7aa33aSEmmanuel Vadot		};
2824cb7aa33aSEmmanuel Vadot
2825cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2826cb7aa33aSEmmanuel Vadot		spi3m3_pins: spi3m3-pins {
2827cb7aa33aSEmmanuel Vadot			rockchip,pins =
2828cb7aa33aSEmmanuel Vadot				/* spi3_clk_m3 */
2829cb7aa33aSEmmanuel Vadot				<3 RK_PD0 8 &pcfg_pull_up_drv_level_1>,
2830cb7aa33aSEmmanuel Vadot				/* spi3_miso_m3 */
2831cb7aa33aSEmmanuel Vadot				<3 RK_PC6 8 &pcfg_pull_up_drv_level_1>,
2832cb7aa33aSEmmanuel Vadot				/* spi3_mosi_m3 */
2833cb7aa33aSEmmanuel Vadot				<3 RK_PC7 8 &pcfg_pull_up_drv_level_1>;
2834cb7aa33aSEmmanuel Vadot		};
2835cb7aa33aSEmmanuel Vadot
2836cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2837cb7aa33aSEmmanuel Vadot		spi3m3_cs0: spi3m3-cs0 {
2838cb7aa33aSEmmanuel Vadot			rockchip,pins =
2839cb7aa33aSEmmanuel Vadot				/* spi3_cs0_m3 */
2840cb7aa33aSEmmanuel Vadot				<3 RK_PC4 8 &pcfg_pull_up_drv_level_1>;
2841cb7aa33aSEmmanuel Vadot		};
2842cb7aa33aSEmmanuel Vadot
2843cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2844cb7aa33aSEmmanuel Vadot		spi3m3_cs1: spi3m3-cs1 {
2845cb7aa33aSEmmanuel Vadot			rockchip,pins =
2846cb7aa33aSEmmanuel Vadot				/* spi3_cs1_m3 */
2847cb7aa33aSEmmanuel Vadot				<3 RK_PC5 8 &pcfg_pull_up_drv_level_1>;
2848cb7aa33aSEmmanuel Vadot		};
2849cb7aa33aSEmmanuel Vadot	};
2850cb7aa33aSEmmanuel Vadot
2851cb7aa33aSEmmanuel Vadot	spi4 {
2852cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2853cb7aa33aSEmmanuel Vadot		spi4m0_pins: spi4m0-pins {
2854cb7aa33aSEmmanuel Vadot			rockchip,pins =
2855cb7aa33aSEmmanuel Vadot				/* spi4_clk_m0 */
2856cb7aa33aSEmmanuel Vadot				<1 RK_PC2 8 &pcfg_pull_up_drv_level_1>,
2857cb7aa33aSEmmanuel Vadot				/* spi4_miso_m0 */
2858cb7aa33aSEmmanuel Vadot				<1 RK_PC0 8 &pcfg_pull_up_drv_level_1>,
2859cb7aa33aSEmmanuel Vadot				/* spi4_mosi_m0 */
2860cb7aa33aSEmmanuel Vadot				<1 RK_PC1 8 &pcfg_pull_up_drv_level_1>;
2861cb7aa33aSEmmanuel Vadot		};
2862cb7aa33aSEmmanuel Vadot
2863cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2864cb7aa33aSEmmanuel Vadot		spi4m0_cs0: spi4m0-cs0 {
2865cb7aa33aSEmmanuel Vadot			rockchip,pins =
2866cb7aa33aSEmmanuel Vadot				/* spi4_cs0_m0 */
2867cb7aa33aSEmmanuel Vadot				<1 RK_PC3 8 &pcfg_pull_up_drv_level_1>;
2868cb7aa33aSEmmanuel Vadot		};
2869cb7aa33aSEmmanuel Vadot
2870cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2871cb7aa33aSEmmanuel Vadot		spi4m0_cs1: spi4m0-cs1 {
2872cb7aa33aSEmmanuel Vadot			rockchip,pins =
2873cb7aa33aSEmmanuel Vadot				/* spi4_cs1_m0 */
2874cb7aa33aSEmmanuel Vadot				<1 RK_PC4 8 &pcfg_pull_up_drv_level_1>;
2875cb7aa33aSEmmanuel Vadot		};
2876cb7aa33aSEmmanuel Vadot
2877cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2878cb7aa33aSEmmanuel Vadot		spi4m1_pins: spi4m1-pins {
2879cb7aa33aSEmmanuel Vadot			rockchip,pins =
2880cb7aa33aSEmmanuel Vadot				/* spi4_clk_m1 */
2881cb7aa33aSEmmanuel Vadot				<3 RK_PA2 8 &pcfg_pull_up_drv_level_1>,
2882cb7aa33aSEmmanuel Vadot				/* spi4_miso_m1 */
2883cb7aa33aSEmmanuel Vadot				<3 RK_PA0 8 &pcfg_pull_up_drv_level_1>,
2884cb7aa33aSEmmanuel Vadot				/* spi4_mosi_m1 */
2885cb7aa33aSEmmanuel Vadot				<3 RK_PA1 8 &pcfg_pull_up_drv_level_1>;
2886cb7aa33aSEmmanuel Vadot		};
2887cb7aa33aSEmmanuel Vadot
2888cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2889cb7aa33aSEmmanuel Vadot		spi4m1_cs0: spi4m1-cs0 {
2890cb7aa33aSEmmanuel Vadot			rockchip,pins =
2891cb7aa33aSEmmanuel Vadot				/* spi4_cs0_m1 */
2892cb7aa33aSEmmanuel Vadot				<3 RK_PA3 8 &pcfg_pull_up_drv_level_1>;
2893cb7aa33aSEmmanuel Vadot		};
2894cb7aa33aSEmmanuel Vadot
2895cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2896cb7aa33aSEmmanuel Vadot		spi4m1_cs1: spi4m1-cs1 {
2897cb7aa33aSEmmanuel Vadot			rockchip,pins =
2898cb7aa33aSEmmanuel Vadot				/* spi4_cs1_m1 */
2899cb7aa33aSEmmanuel Vadot				<3 RK_PA4 8 &pcfg_pull_up_drv_level_1>;
2900cb7aa33aSEmmanuel Vadot		};
2901cb7aa33aSEmmanuel Vadot
2902cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2903cb7aa33aSEmmanuel Vadot		spi4m2_pins: spi4m2-pins {
2904cb7aa33aSEmmanuel Vadot			rockchip,pins =
2905cb7aa33aSEmmanuel Vadot				/* spi4_clk_m2 */
2906cb7aa33aSEmmanuel Vadot				<1 RK_PA2 8 &pcfg_pull_up_drv_level_1>,
2907cb7aa33aSEmmanuel Vadot				/* spi4_miso_m2 */
2908cb7aa33aSEmmanuel Vadot				<1 RK_PA0 8 &pcfg_pull_up_drv_level_1>,
2909cb7aa33aSEmmanuel Vadot				/* spi4_mosi_m2 */
2910cb7aa33aSEmmanuel Vadot				<1 RK_PA1 8 &pcfg_pull_up_drv_level_1>;
2911cb7aa33aSEmmanuel Vadot		};
2912cb7aa33aSEmmanuel Vadot
2913cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2914cb7aa33aSEmmanuel Vadot		spi4m2_cs0: spi4m2-cs0 {
2915cb7aa33aSEmmanuel Vadot			rockchip,pins =
2916cb7aa33aSEmmanuel Vadot				/* spi4_cs0_m2 */
2917cb7aa33aSEmmanuel Vadot				<1 RK_PA3 8 &pcfg_pull_up_drv_level_1>;
2918cb7aa33aSEmmanuel Vadot		};
2919cb7aa33aSEmmanuel Vadot	};
2920cb7aa33aSEmmanuel Vadot
2921cb7aa33aSEmmanuel Vadot	tsadc {
2922cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2923cb7aa33aSEmmanuel Vadot		tsadcm1_shut: tsadcm1-shut {
2924cb7aa33aSEmmanuel Vadot			rockchip,pins =
2925cb7aa33aSEmmanuel Vadot				/* tsadcm1_shut */
2926cb7aa33aSEmmanuel Vadot				<0 RK_PA2 2 &pcfg_pull_none>;
2927cb7aa33aSEmmanuel Vadot		};
2928cb7aa33aSEmmanuel Vadot
2929cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2930cb7aa33aSEmmanuel Vadot		tsadc_shut: tsadc-shut {
2931cb7aa33aSEmmanuel Vadot			rockchip,pins =
2932cb7aa33aSEmmanuel Vadot				/* tsadc_shut */
2933cb7aa33aSEmmanuel Vadot				<0 RK_PA1 2 &pcfg_pull_none>;
2934cb7aa33aSEmmanuel Vadot		};
2935cb7aa33aSEmmanuel Vadot
2936cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2937cb7aa33aSEmmanuel Vadot		tsadc_shut_org: tsadc-shut-org {
2938cb7aa33aSEmmanuel Vadot			rockchip,pins =
2939cb7aa33aSEmmanuel Vadot				/* tsadc_shut_org */
2940cb7aa33aSEmmanuel Vadot				<0 RK_PA1 1 &pcfg_pull_none>;
2941cb7aa33aSEmmanuel Vadot		};
2942cb7aa33aSEmmanuel Vadot	};
2943cb7aa33aSEmmanuel Vadot
2944cb7aa33aSEmmanuel Vadot	uart0 {
2945cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2946cb7aa33aSEmmanuel Vadot		uart0m0_xfer: uart0m0-xfer {
2947cb7aa33aSEmmanuel Vadot			rockchip,pins =
2948cb7aa33aSEmmanuel Vadot				/* uart0_rx_m0 */
2949cb7aa33aSEmmanuel Vadot				<0 RK_PC4 4 &pcfg_pull_up>,
2950cb7aa33aSEmmanuel Vadot				/* uart0_tx_m0 */
2951cb7aa33aSEmmanuel Vadot				<0 RK_PC5 4 &pcfg_pull_up>;
2952cb7aa33aSEmmanuel Vadot		};
2953cb7aa33aSEmmanuel Vadot
2954cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2955cb7aa33aSEmmanuel Vadot		uart0m1_xfer: uart0m1-xfer {
2956cb7aa33aSEmmanuel Vadot			rockchip,pins =
2957cb7aa33aSEmmanuel Vadot				/* uart0_rx_m1 */
2958cb7aa33aSEmmanuel Vadot				<0 RK_PB0 4 &pcfg_pull_up>,
2959cb7aa33aSEmmanuel Vadot				/* uart0_tx_m1 */
2960cb7aa33aSEmmanuel Vadot				<0 RK_PB1 4 &pcfg_pull_up>;
2961cb7aa33aSEmmanuel Vadot		};
2962cb7aa33aSEmmanuel Vadot
2963cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2964cb7aa33aSEmmanuel Vadot		uart0m2_xfer: uart0m2-xfer {
2965cb7aa33aSEmmanuel Vadot			rockchip,pins =
2966cb7aa33aSEmmanuel Vadot				/* uart0_rx_m2 */
2967cb7aa33aSEmmanuel Vadot				<4 RK_PA4 10 &pcfg_pull_up>,
2968cb7aa33aSEmmanuel Vadot				/* uart0_tx_m2 */
2969cb7aa33aSEmmanuel Vadot				<4 RK_PA3 10 &pcfg_pull_up>;
2970cb7aa33aSEmmanuel Vadot		};
2971cb7aa33aSEmmanuel Vadot
2972cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2973cb7aa33aSEmmanuel Vadot		uart0_ctsn: uart0-ctsn {
2974cb7aa33aSEmmanuel Vadot			rockchip,pins =
2975cb7aa33aSEmmanuel Vadot				/* uart0_ctsn */
2976cb7aa33aSEmmanuel Vadot				<0 RK_PD1 4 &pcfg_pull_none>;
2977cb7aa33aSEmmanuel Vadot		};
2978cb7aa33aSEmmanuel Vadot
2979cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2980cb7aa33aSEmmanuel Vadot		uart0_rtsn: uart0-rtsn {
2981cb7aa33aSEmmanuel Vadot			rockchip,pins =
2982cb7aa33aSEmmanuel Vadot				/* uart0_rtsn */
2983cb7aa33aSEmmanuel Vadot				<0 RK_PC6 4 &pcfg_pull_none>;
2984cb7aa33aSEmmanuel Vadot		};
2985cb7aa33aSEmmanuel Vadot	};
2986cb7aa33aSEmmanuel Vadot
2987cb7aa33aSEmmanuel Vadot	uart1 {
2988cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2989cb7aa33aSEmmanuel Vadot		uart1m1_xfer: uart1m1-xfer {
2990cb7aa33aSEmmanuel Vadot			rockchip,pins =
2991cb7aa33aSEmmanuel Vadot				/* uart1_rx_m1 */
2992cb7aa33aSEmmanuel Vadot				<1 RK_PB7 10 &pcfg_pull_up>,
2993cb7aa33aSEmmanuel Vadot				/* uart1_tx_m1 */
2994cb7aa33aSEmmanuel Vadot				<1 RK_PB6 10 &pcfg_pull_up>;
2995cb7aa33aSEmmanuel Vadot		};
2996cb7aa33aSEmmanuel Vadot
2997cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
2998cb7aa33aSEmmanuel Vadot		uart1m1_ctsn: uart1m1-ctsn {
2999cb7aa33aSEmmanuel Vadot			rockchip,pins =
3000cb7aa33aSEmmanuel Vadot				/* uart1m1_ctsn */
3001cb7aa33aSEmmanuel Vadot				<1 RK_PD7 10 &pcfg_pull_none>;
3002cb7aa33aSEmmanuel Vadot		};
3003cb7aa33aSEmmanuel Vadot
3004cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3005cb7aa33aSEmmanuel Vadot		uart1m1_rtsn: uart1m1-rtsn {
3006cb7aa33aSEmmanuel Vadot			rockchip,pins =
3007cb7aa33aSEmmanuel Vadot				/* uart1m1_rtsn */
3008cb7aa33aSEmmanuel Vadot				<1 RK_PD6 10 &pcfg_pull_none>;
3009cb7aa33aSEmmanuel Vadot		};
3010cb7aa33aSEmmanuel Vadot
3011cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3012cb7aa33aSEmmanuel Vadot		uart1m2_xfer: uart1m2-xfer {
3013cb7aa33aSEmmanuel Vadot			rockchip,pins =
3014cb7aa33aSEmmanuel Vadot				/* uart1_rx_m2 */
3015cb7aa33aSEmmanuel Vadot				<0 RK_PD2 10 &pcfg_pull_up>,
3016cb7aa33aSEmmanuel Vadot				/* uart1_tx_m2 */
3017cb7aa33aSEmmanuel Vadot				<0 RK_PD1 10 &pcfg_pull_up>;
3018cb7aa33aSEmmanuel Vadot		};
3019cb7aa33aSEmmanuel Vadot
3020cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3021cb7aa33aSEmmanuel Vadot		uart1m2_ctsn: uart1m2-ctsn {
3022cb7aa33aSEmmanuel Vadot			rockchip,pins =
3023cb7aa33aSEmmanuel Vadot				/* uart1m2_ctsn */
3024cb7aa33aSEmmanuel Vadot				<0 RK_PD0 10 &pcfg_pull_none>;
3025cb7aa33aSEmmanuel Vadot		};
3026cb7aa33aSEmmanuel Vadot
3027cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3028cb7aa33aSEmmanuel Vadot		uart1m2_rtsn: uart1m2-rtsn {
3029cb7aa33aSEmmanuel Vadot			rockchip,pins =
3030cb7aa33aSEmmanuel Vadot				/* uart1m2_rtsn */
3031cb7aa33aSEmmanuel Vadot				<0 RK_PC7 10 &pcfg_pull_none>;
3032cb7aa33aSEmmanuel Vadot		};
3033cb7aa33aSEmmanuel Vadot	};
3034cb7aa33aSEmmanuel Vadot
3035cb7aa33aSEmmanuel Vadot	uart2 {
3036cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3037cb7aa33aSEmmanuel Vadot		uart2m0_xfer: uart2m0-xfer {
3038cb7aa33aSEmmanuel Vadot			rockchip,pins =
3039cb7aa33aSEmmanuel Vadot				/* uart2_rx_m0 */
3040cb7aa33aSEmmanuel Vadot				<0 RK_PB6 10 &pcfg_pull_up>,
3041cb7aa33aSEmmanuel Vadot				/* uart2_tx_m0 */
3042cb7aa33aSEmmanuel Vadot				<0 RK_PB5 10 &pcfg_pull_up>;
3043cb7aa33aSEmmanuel Vadot		};
3044cb7aa33aSEmmanuel Vadot
3045cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3046cb7aa33aSEmmanuel Vadot		uart2m1_xfer: uart2m1-xfer {
3047cb7aa33aSEmmanuel Vadot			rockchip,pins =
3048cb7aa33aSEmmanuel Vadot				/* uart2_rx_m1 */
3049cb7aa33aSEmmanuel Vadot				<4 RK_PD1 10 &pcfg_pull_up>,
3050cb7aa33aSEmmanuel Vadot				/* uart2_tx_m1 */
3051cb7aa33aSEmmanuel Vadot				<4 RK_PD0 10 &pcfg_pull_up>;
3052cb7aa33aSEmmanuel Vadot		};
3053cb7aa33aSEmmanuel Vadot
3054cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3055cb7aa33aSEmmanuel Vadot		uart2m2_xfer: uart2m2-xfer {
3056cb7aa33aSEmmanuel Vadot			rockchip,pins =
3057cb7aa33aSEmmanuel Vadot				/* uart2_rx_m2 */
3058cb7aa33aSEmmanuel Vadot				<3 RK_PB2 10 &pcfg_pull_up>,
3059cb7aa33aSEmmanuel Vadot				/* uart2_tx_m2 */
3060cb7aa33aSEmmanuel Vadot				<3 RK_PB1 10 &pcfg_pull_up>;
3061cb7aa33aSEmmanuel Vadot		};
3062cb7aa33aSEmmanuel Vadot
3063cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3064cb7aa33aSEmmanuel Vadot		uart2_ctsn: uart2-ctsn {
3065cb7aa33aSEmmanuel Vadot			rockchip,pins =
3066cb7aa33aSEmmanuel Vadot				/* uart2_ctsn */
3067cb7aa33aSEmmanuel Vadot				<3 RK_PB4 10 &pcfg_pull_none>;
3068cb7aa33aSEmmanuel Vadot		};
3069cb7aa33aSEmmanuel Vadot
3070cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3071cb7aa33aSEmmanuel Vadot		uart2_rtsn: uart2-rtsn {
3072cb7aa33aSEmmanuel Vadot			rockchip,pins =
3073cb7aa33aSEmmanuel Vadot				/* uart2_rtsn */
3074cb7aa33aSEmmanuel Vadot				<3 RK_PB3 10 &pcfg_pull_none>;
3075cb7aa33aSEmmanuel Vadot		};
3076cb7aa33aSEmmanuel Vadot	};
3077cb7aa33aSEmmanuel Vadot
3078cb7aa33aSEmmanuel Vadot	uart3 {
3079cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3080cb7aa33aSEmmanuel Vadot		uart3m0_xfer: uart3m0-xfer {
3081cb7aa33aSEmmanuel Vadot			rockchip,pins =
3082cb7aa33aSEmmanuel Vadot				/* uart3_rx_m0 */
3083cb7aa33aSEmmanuel Vadot				<1 RK_PC0 10 &pcfg_pull_up>,
3084cb7aa33aSEmmanuel Vadot				/* uart3_tx_m0 */
3085cb7aa33aSEmmanuel Vadot				<1 RK_PC1 10 &pcfg_pull_up>;
3086cb7aa33aSEmmanuel Vadot		};
3087cb7aa33aSEmmanuel Vadot
3088cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3089cb7aa33aSEmmanuel Vadot		uart3m1_xfer: uart3m1-xfer {
3090cb7aa33aSEmmanuel Vadot			rockchip,pins =
3091cb7aa33aSEmmanuel Vadot				/* uart3_rx_m1 */
3092cb7aa33aSEmmanuel Vadot				<3 RK_PB6 10 &pcfg_pull_up>,
3093cb7aa33aSEmmanuel Vadot				/* uart3_tx_m1 */
3094cb7aa33aSEmmanuel Vadot				<3 RK_PB5 10 &pcfg_pull_up>;
3095cb7aa33aSEmmanuel Vadot		};
3096cb7aa33aSEmmanuel Vadot
3097cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3098cb7aa33aSEmmanuel Vadot		uart3m2_xfer: uart3m2-xfer {
3099cb7aa33aSEmmanuel Vadot			rockchip,pins =
3100cb7aa33aSEmmanuel Vadot				/* uart3_rx_m2 */
3101cb7aa33aSEmmanuel Vadot				<4 RK_PA6 10 &pcfg_pull_up>,
3102cb7aa33aSEmmanuel Vadot				/* uart3_tx_m2 */
3103cb7aa33aSEmmanuel Vadot				<4 RK_PA5 10 &pcfg_pull_up>;
3104cb7aa33aSEmmanuel Vadot		};
3105cb7aa33aSEmmanuel Vadot
3106cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3107cb7aa33aSEmmanuel Vadot		uart3_ctsn: uart3-ctsn {
3108cb7aa33aSEmmanuel Vadot			rockchip,pins =
3109cb7aa33aSEmmanuel Vadot				/* uart3_ctsn */
3110cb7aa33aSEmmanuel Vadot				<1 RK_PC3 10 &pcfg_pull_none>;
3111cb7aa33aSEmmanuel Vadot		};
3112cb7aa33aSEmmanuel Vadot
3113cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3114cb7aa33aSEmmanuel Vadot		uart3_rtsn: uart3-rtsn {
3115cb7aa33aSEmmanuel Vadot			rockchip,pins =
3116cb7aa33aSEmmanuel Vadot				/* uart3_rtsn */
3117cb7aa33aSEmmanuel Vadot				<1 RK_PC2 10 &pcfg_pull_none>;
3118cb7aa33aSEmmanuel Vadot		};
3119cb7aa33aSEmmanuel Vadot	};
3120cb7aa33aSEmmanuel Vadot
3121cb7aa33aSEmmanuel Vadot	uart4 {
3122cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3123cb7aa33aSEmmanuel Vadot		uart4m0_xfer: uart4m0-xfer {
3124cb7aa33aSEmmanuel Vadot			rockchip,pins =
3125cb7aa33aSEmmanuel Vadot				/* uart4_rx_m0 */
3126cb7aa33aSEmmanuel Vadot				<1 RK_PD3 10 &pcfg_pull_up>,
3127cb7aa33aSEmmanuel Vadot				/* uart4_tx_m0 */
3128cb7aa33aSEmmanuel Vadot				<1 RK_PD2 10 &pcfg_pull_up>;
3129cb7aa33aSEmmanuel Vadot		};
3130cb7aa33aSEmmanuel Vadot
3131cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3132cb7aa33aSEmmanuel Vadot		uart4m1_xfer: uart4m1-xfer {
3133cb7aa33aSEmmanuel Vadot			rockchip,pins =
3134cb7aa33aSEmmanuel Vadot				/* uart4_rx_m1 */
3135cb7aa33aSEmmanuel Vadot				<3 RK_PD0 10 &pcfg_pull_up>,
3136cb7aa33aSEmmanuel Vadot				/* uart4_tx_m1 */
3137cb7aa33aSEmmanuel Vadot				<3 RK_PD1 10 &pcfg_pull_up>;
3138cb7aa33aSEmmanuel Vadot		};
3139cb7aa33aSEmmanuel Vadot
3140cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3141cb7aa33aSEmmanuel Vadot		uart4m2_xfer: uart4m2-xfer {
3142cb7aa33aSEmmanuel Vadot			rockchip,pins =
3143cb7aa33aSEmmanuel Vadot				/* uart4_rx_m2 */
3144cb7aa33aSEmmanuel Vadot				<1 RK_PB2 10 &pcfg_pull_up>,
3145cb7aa33aSEmmanuel Vadot				/* uart4_tx_m2 */
3146cb7aa33aSEmmanuel Vadot				<1 RK_PB3 10 &pcfg_pull_up>;
3147cb7aa33aSEmmanuel Vadot		};
3148cb7aa33aSEmmanuel Vadot
3149cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3150cb7aa33aSEmmanuel Vadot		uart4_ctsn: uart4-ctsn {
3151cb7aa33aSEmmanuel Vadot			rockchip,pins =
3152cb7aa33aSEmmanuel Vadot				/* uart4_ctsn */
3153cb7aa33aSEmmanuel Vadot				<1 RK_PC7 10 &pcfg_pull_none>;
3154cb7aa33aSEmmanuel Vadot		};
3155cb7aa33aSEmmanuel Vadot
3156cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3157cb7aa33aSEmmanuel Vadot		uart4_rtsn: uart4-rtsn {
3158cb7aa33aSEmmanuel Vadot			rockchip,pins =
3159cb7aa33aSEmmanuel Vadot				/* uart4_rtsn */
3160cb7aa33aSEmmanuel Vadot				<1 RK_PC5 10 &pcfg_pull_none>;
3161cb7aa33aSEmmanuel Vadot		};
3162cb7aa33aSEmmanuel Vadot	};
3163cb7aa33aSEmmanuel Vadot
3164cb7aa33aSEmmanuel Vadot	uart5 {
3165cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3166cb7aa33aSEmmanuel Vadot		uart5m0_xfer: uart5m0-xfer {
3167cb7aa33aSEmmanuel Vadot			rockchip,pins =
3168cb7aa33aSEmmanuel Vadot				/* uart5_rx_m0 */
3169cb7aa33aSEmmanuel Vadot				<4 RK_PD4 10 &pcfg_pull_up>,
3170cb7aa33aSEmmanuel Vadot				/* uart5_tx_m0 */
3171cb7aa33aSEmmanuel Vadot				<4 RK_PD5 10 &pcfg_pull_up>;
3172cb7aa33aSEmmanuel Vadot		};
3173cb7aa33aSEmmanuel Vadot
3174cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3175cb7aa33aSEmmanuel Vadot		uart5m0_ctsn: uart5m0-ctsn {
3176cb7aa33aSEmmanuel Vadot			rockchip,pins =
3177cb7aa33aSEmmanuel Vadot				/* uart5m0_ctsn */
3178cb7aa33aSEmmanuel Vadot				<4 RK_PD2 10 &pcfg_pull_none>;
3179cb7aa33aSEmmanuel Vadot		};
3180cb7aa33aSEmmanuel Vadot
3181cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3182cb7aa33aSEmmanuel Vadot		uart5m0_rtsn: uart5m0-rtsn {
3183cb7aa33aSEmmanuel Vadot			rockchip,pins =
3184cb7aa33aSEmmanuel Vadot				/* uart5m0_rtsn */
3185cb7aa33aSEmmanuel Vadot				<4 RK_PD3 10 &pcfg_pull_none>;
3186cb7aa33aSEmmanuel Vadot		};
3187cb7aa33aSEmmanuel Vadot
3188cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3189cb7aa33aSEmmanuel Vadot		uart5m1_xfer: uart5m1-xfer {
3190cb7aa33aSEmmanuel Vadot			rockchip,pins =
3191cb7aa33aSEmmanuel Vadot				/* uart5_rx_m1 */
3192cb7aa33aSEmmanuel Vadot				<3 RK_PC5 10 &pcfg_pull_up>,
3193cb7aa33aSEmmanuel Vadot				/* uart5_tx_m1 */
3194cb7aa33aSEmmanuel Vadot				<3 RK_PC4 10 &pcfg_pull_up>;
3195cb7aa33aSEmmanuel Vadot		};
3196cb7aa33aSEmmanuel Vadot
3197cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3198cb7aa33aSEmmanuel Vadot		uart5m1_ctsn: uart5m1-ctsn {
3199cb7aa33aSEmmanuel Vadot			rockchip,pins =
3200cb7aa33aSEmmanuel Vadot				/* uart5m1_ctsn */
3201cb7aa33aSEmmanuel Vadot				<2 RK_PA2 10 &pcfg_pull_none>;
3202cb7aa33aSEmmanuel Vadot		};
3203cb7aa33aSEmmanuel Vadot
3204cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3205cb7aa33aSEmmanuel Vadot		uart5m1_rtsn: uart5m1-rtsn {
3206cb7aa33aSEmmanuel Vadot			rockchip,pins =
3207cb7aa33aSEmmanuel Vadot				/* uart5m1_rtsn */
3208cb7aa33aSEmmanuel Vadot				<2 RK_PA3 10 &pcfg_pull_none>;
3209cb7aa33aSEmmanuel Vadot		};
3210cb7aa33aSEmmanuel Vadot
3211cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3212cb7aa33aSEmmanuel Vadot		uart5m2_xfer: uart5m2-xfer {
3213cb7aa33aSEmmanuel Vadot			rockchip,pins =
3214cb7aa33aSEmmanuel Vadot				/* uart5_rx_m2 */
3215cb7aa33aSEmmanuel Vadot				<2 RK_PD4 10 &pcfg_pull_up>,
3216cb7aa33aSEmmanuel Vadot				/* uart5_tx_m2 */
3217cb7aa33aSEmmanuel Vadot				<2 RK_PD5 10 &pcfg_pull_up>;
3218cb7aa33aSEmmanuel Vadot		};
3219cb7aa33aSEmmanuel Vadot	};
3220cb7aa33aSEmmanuel Vadot
3221cb7aa33aSEmmanuel Vadot	uart6 {
3222cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3223cb7aa33aSEmmanuel Vadot		uart6m1_xfer: uart6m1-xfer {
3224cb7aa33aSEmmanuel Vadot			rockchip,pins =
3225cb7aa33aSEmmanuel Vadot				/* uart6_rx_m1 */
3226cb7aa33aSEmmanuel Vadot				<1 RK_PA0 10 &pcfg_pull_up>,
3227cb7aa33aSEmmanuel Vadot				/* uart6_tx_m1 */
3228cb7aa33aSEmmanuel Vadot				<1 RK_PA1 10 &pcfg_pull_up>;
3229cb7aa33aSEmmanuel Vadot		};
3230cb7aa33aSEmmanuel Vadot
3231cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3232cb7aa33aSEmmanuel Vadot		uart6m1_ctsn: uart6m1-ctsn {
3233cb7aa33aSEmmanuel Vadot			rockchip,pins =
3234cb7aa33aSEmmanuel Vadot				/* uart6m1_ctsn */
3235cb7aa33aSEmmanuel Vadot				<1 RK_PA3 10 &pcfg_pull_none>;
3236cb7aa33aSEmmanuel Vadot		};
3237cb7aa33aSEmmanuel Vadot
3238cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3239cb7aa33aSEmmanuel Vadot		uart6m1_rtsn: uart6m1-rtsn {
3240cb7aa33aSEmmanuel Vadot			rockchip,pins =
3241cb7aa33aSEmmanuel Vadot				/* uart6m1_rtsn */
3242cb7aa33aSEmmanuel Vadot				<1 RK_PA2 10 &pcfg_pull_none>;
3243cb7aa33aSEmmanuel Vadot		};
3244cb7aa33aSEmmanuel Vadot
3245cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3246cb7aa33aSEmmanuel Vadot		uart6m2_xfer: uart6m2-xfer {
3247cb7aa33aSEmmanuel Vadot			rockchip,pins =
3248cb7aa33aSEmmanuel Vadot				/* uart6_rx_m2 */
3249cb7aa33aSEmmanuel Vadot				<1 RK_PD1 10 &pcfg_pull_up>,
3250cb7aa33aSEmmanuel Vadot				/* uart6_tx_m2 */
3251cb7aa33aSEmmanuel Vadot				<1 RK_PD0 10 &pcfg_pull_up>;
3252cb7aa33aSEmmanuel Vadot		};
3253cb7aa33aSEmmanuel Vadot	};
3254cb7aa33aSEmmanuel Vadot
3255cb7aa33aSEmmanuel Vadot	uart7 {
3256cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3257cb7aa33aSEmmanuel Vadot		uart7m1_xfer: uart7m1-xfer {
3258cb7aa33aSEmmanuel Vadot			rockchip,pins =
3259cb7aa33aSEmmanuel Vadot				/* uart7_rx_m1 */
3260cb7aa33aSEmmanuel Vadot				<3 RK_PC1 10 &pcfg_pull_up>,
3261cb7aa33aSEmmanuel Vadot				/* uart7_tx_m1 */
3262cb7aa33aSEmmanuel Vadot				<3 RK_PC0 10 &pcfg_pull_up>;
3263cb7aa33aSEmmanuel Vadot		};
3264cb7aa33aSEmmanuel Vadot
3265cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3266cb7aa33aSEmmanuel Vadot		uart7m1_ctsn: uart7m1-ctsn {
3267cb7aa33aSEmmanuel Vadot			rockchip,pins =
3268cb7aa33aSEmmanuel Vadot				/* uart7m1_ctsn */
3269cb7aa33aSEmmanuel Vadot				<3 RK_PC3 10 &pcfg_pull_none>;
3270cb7aa33aSEmmanuel Vadot		};
3271cb7aa33aSEmmanuel Vadot
3272cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3273cb7aa33aSEmmanuel Vadot		uart7m1_rtsn: uart7m1-rtsn {
3274cb7aa33aSEmmanuel Vadot			rockchip,pins =
3275cb7aa33aSEmmanuel Vadot				/* uart7m1_rtsn */
3276cb7aa33aSEmmanuel Vadot				<3 RK_PC2 10 &pcfg_pull_none>;
3277cb7aa33aSEmmanuel Vadot		};
3278cb7aa33aSEmmanuel Vadot
3279cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3280cb7aa33aSEmmanuel Vadot		uart7m2_xfer: uart7m2-xfer {
3281cb7aa33aSEmmanuel Vadot			rockchip,pins =
3282cb7aa33aSEmmanuel Vadot				/* uart7_rx_m2 */
3283cb7aa33aSEmmanuel Vadot				<1 RK_PB4 10 &pcfg_pull_up>,
3284cb7aa33aSEmmanuel Vadot				/* uart7_tx_m2 */
3285cb7aa33aSEmmanuel Vadot				<1 RK_PB5 10 &pcfg_pull_up>;
3286cb7aa33aSEmmanuel Vadot		};
3287cb7aa33aSEmmanuel Vadot	};
3288cb7aa33aSEmmanuel Vadot
3289cb7aa33aSEmmanuel Vadot	uart8 {
3290cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3291cb7aa33aSEmmanuel Vadot		uart8m0_xfer: uart8m0-xfer {
3292cb7aa33aSEmmanuel Vadot			rockchip,pins =
3293cb7aa33aSEmmanuel Vadot				/* uart8_rx_m0 */
3294cb7aa33aSEmmanuel Vadot				<4 RK_PB1 10 &pcfg_pull_up>,
3295cb7aa33aSEmmanuel Vadot				/* uart8_tx_m0 */
3296cb7aa33aSEmmanuel Vadot				<4 RK_PB0 10 &pcfg_pull_up>;
3297cb7aa33aSEmmanuel Vadot		};
3298cb7aa33aSEmmanuel Vadot
3299cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3300cb7aa33aSEmmanuel Vadot		uart8m0_ctsn: uart8m0-ctsn {
3301cb7aa33aSEmmanuel Vadot			rockchip,pins =
3302cb7aa33aSEmmanuel Vadot				/* uart8m0_ctsn */
3303cb7aa33aSEmmanuel Vadot				<4 RK_PB3 10 &pcfg_pull_none>;
3304cb7aa33aSEmmanuel Vadot		};
3305cb7aa33aSEmmanuel Vadot
3306cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3307cb7aa33aSEmmanuel Vadot		uart8m0_rtsn: uart8m0-rtsn {
3308cb7aa33aSEmmanuel Vadot			rockchip,pins =
3309cb7aa33aSEmmanuel Vadot				/* uart8m0_rtsn */
3310cb7aa33aSEmmanuel Vadot				<4 RK_PB2 10 &pcfg_pull_none>;
3311cb7aa33aSEmmanuel Vadot		};
3312cb7aa33aSEmmanuel Vadot
3313cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3314cb7aa33aSEmmanuel Vadot		uart8m1_xfer: uart8m1-xfer {
3315cb7aa33aSEmmanuel Vadot			rockchip,pins =
3316cb7aa33aSEmmanuel Vadot				/* uart8_rx_m1 */
3317cb7aa33aSEmmanuel Vadot				<3 RK_PA3 10 &pcfg_pull_up>,
3318cb7aa33aSEmmanuel Vadot				/* uart8_tx_m1 */
3319cb7aa33aSEmmanuel Vadot				<3 RK_PA2 10 &pcfg_pull_up>;
3320cb7aa33aSEmmanuel Vadot		};
3321cb7aa33aSEmmanuel Vadot
3322cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3323cb7aa33aSEmmanuel Vadot		uart8m1_ctsn: uart8m1-ctsn {
3324cb7aa33aSEmmanuel Vadot			rockchip,pins =
3325cb7aa33aSEmmanuel Vadot				/* uart8m1_ctsn */
3326cb7aa33aSEmmanuel Vadot				<3 RK_PA5 10 &pcfg_pull_none>;
3327cb7aa33aSEmmanuel Vadot		};
3328cb7aa33aSEmmanuel Vadot
3329cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3330cb7aa33aSEmmanuel Vadot		uart8m1_rtsn: uart8m1-rtsn {
3331cb7aa33aSEmmanuel Vadot			rockchip,pins =
3332cb7aa33aSEmmanuel Vadot				/* uart8m1_rtsn */
3333cb7aa33aSEmmanuel Vadot				<3 RK_PA4 10 &pcfg_pull_none>;
3334cb7aa33aSEmmanuel Vadot		};
3335cb7aa33aSEmmanuel Vadot
3336cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3337cb7aa33aSEmmanuel Vadot		uart8_xfer: uart8-xfer {
3338cb7aa33aSEmmanuel Vadot			rockchip,pins =
3339cb7aa33aSEmmanuel Vadot				/* uart8_rx_ */
3340cb7aa33aSEmmanuel Vadot				<4 RK_PB1 10 &pcfg_pull_up>;
3341cb7aa33aSEmmanuel Vadot		};
3342cb7aa33aSEmmanuel Vadot	};
3343cb7aa33aSEmmanuel Vadot
3344cb7aa33aSEmmanuel Vadot	uart9 {
3345cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3346*84943d6fSEmmanuel Vadot		uart9m0_xfer: uart9m0-xfer {
3347*84943d6fSEmmanuel Vadot			rockchip,pins =
3348*84943d6fSEmmanuel Vadot				/* uart9_rx_m0 */
3349*84943d6fSEmmanuel Vadot				<2 RK_PC4 10 &pcfg_pull_up>,
3350*84943d6fSEmmanuel Vadot				/* uart9_tx_m0 */
3351*84943d6fSEmmanuel Vadot				<2 RK_PC2 10 &pcfg_pull_up>;
3352*84943d6fSEmmanuel Vadot		};
3353*84943d6fSEmmanuel Vadot
3354*84943d6fSEmmanuel Vadot		/omit-if-no-ref/
3355cb7aa33aSEmmanuel Vadot		uart9m1_xfer: uart9m1-xfer {
3356cb7aa33aSEmmanuel Vadot			rockchip,pins =
3357cb7aa33aSEmmanuel Vadot				/* uart9_rx_m1 */
3358cb7aa33aSEmmanuel Vadot				<4 RK_PB5 10 &pcfg_pull_up>,
3359cb7aa33aSEmmanuel Vadot				/* uart9_tx_m1 */
3360cb7aa33aSEmmanuel Vadot				<4 RK_PB4 10 &pcfg_pull_up>;
3361cb7aa33aSEmmanuel Vadot		};
3362cb7aa33aSEmmanuel Vadot
3363cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3364cb7aa33aSEmmanuel Vadot		uart9m1_ctsn: uart9m1-ctsn {
3365cb7aa33aSEmmanuel Vadot			rockchip,pins =
3366cb7aa33aSEmmanuel Vadot				/* uart9m1_ctsn */
3367cb7aa33aSEmmanuel Vadot				<4 RK_PA1 10 &pcfg_pull_none>;
3368cb7aa33aSEmmanuel Vadot		};
3369cb7aa33aSEmmanuel Vadot
3370cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3371cb7aa33aSEmmanuel Vadot		uart9m1_rtsn: uart9m1-rtsn {
3372cb7aa33aSEmmanuel Vadot			rockchip,pins =
3373cb7aa33aSEmmanuel Vadot				/* uart9m1_rtsn */
3374cb7aa33aSEmmanuel Vadot				<4 RK_PA0 10 &pcfg_pull_none>;
3375cb7aa33aSEmmanuel Vadot		};
3376cb7aa33aSEmmanuel Vadot
3377cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3378cb7aa33aSEmmanuel Vadot		uart9m2_xfer: uart9m2-xfer {
3379cb7aa33aSEmmanuel Vadot			rockchip,pins =
3380cb7aa33aSEmmanuel Vadot				/* uart9_rx_m2 */
3381cb7aa33aSEmmanuel Vadot				<3 RK_PD4 10 &pcfg_pull_up>,
3382cb7aa33aSEmmanuel Vadot				/* uart9_tx_m2 */
3383cb7aa33aSEmmanuel Vadot				<3 RK_PD5 10 &pcfg_pull_up>;
3384cb7aa33aSEmmanuel Vadot		};
3385cb7aa33aSEmmanuel Vadot
3386cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3387cb7aa33aSEmmanuel Vadot		uart9m2_ctsn: uart9m2-ctsn {
3388cb7aa33aSEmmanuel Vadot			rockchip,pins =
3389cb7aa33aSEmmanuel Vadot				/* uart9m2_ctsn */
3390cb7aa33aSEmmanuel Vadot				<3 RK_PD3 10 &pcfg_pull_none>;
3391cb7aa33aSEmmanuel Vadot		};
3392cb7aa33aSEmmanuel Vadot
3393cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3394cb7aa33aSEmmanuel Vadot		uart9m2_rtsn: uart9m2-rtsn {
3395cb7aa33aSEmmanuel Vadot			rockchip,pins =
3396cb7aa33aSEmmanuel Vadot				/* uart9m2_rtsn */
3397cb7aa33aSEmmanuel Vadot				<3 RK_PD2 10 &pcfg_pull_none>;
3398cb7aa33aSEmmanuel Vadot		};
3399cb7aa33aSEmmanuel Vadot	};
3400cb7aa33aSEmmanuel Vadot
3401cb7aa33aSEmmanuel Vadot	vop {
3402cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3403cb7aa33aSEmmanuel Vadot		vop_pins: vop-pins {
3404cb7aa33aSEmmanuel Vadot			rockchip,pins =
3405cb7aa33aSEmmanuel Vadot				/* vop_post_empty */
3406cb7aa33aSEmmanuel Vadot				<1 RK_PA2 1 &pcfg_pull_none>;
3407cb7aa33aSEmmanuel Vadot		};
3408cb7aa33aSEmmanuel Vadot	};
3409cb7aa33aSEmmanuel Vadot};
3410cb7aa33aSEmmanuel Vadot
3411cb7aa33aSEmmanuel Vadot/*
3412cb7aa33aSEmmanuel Vadot * This part is edited handly.
3413cb7aa33aSEmmanuel Vadot */
3414cb7aa33aSEmmanuel Vadot&pinctrl {
3415cb7aa33aSEmmanuel Vadot	bt656 {
3416cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3417cb7aa33aSEmmanuel Vadot		bt656_pins: bt656-pins {
3418cb7aa33aSEmmanuel Vadot			rockchip,pins =
3419cb7aa33aSEmmanuel Vadot				/* bt1120_clkout */
3420cb7aa33aSEmmanuel Vadot				<4 RK_PB0 2 &pcfg_pull_none_drv_level_2>,
3421cb7aa33aSEmmanuel Vadot				/* bt1120_d0 */
3422cb7aa33aSEmmanuel Vadot				<4 RK_PA0 2 &pcfg_pull_none_drv_level_2>,
3423cb7aa33aSEmmanuel Vadot				/* bt1120_d1 */
3424cb7aa33aSEmmanuel Vadot				<4 RK_PA1 2 &pcfg_pull_none_drv_level_2>,
3425cb7aa33aSEmmanuel Vadot				/* bt1120_d2 */
3426cb7aa33aSEmmanuel Vadot				<4 RK_PA2 2 &pcfg_pull_none_drv_level_2>,
3427cb7aa33aSEmmanuel Vadot				/* bt1120_d3 */
3428cb7aa33aSEmmanuel Vadot				<4 RK_PA3 2 &pcfg_pull_none_drv_level_2>,
3429cb7aa33aSEmmanuel Vadot				/* bt1120_d4 */
3430cb7aa33aSEmmanuel Vadot				<4 RK_PA4 2 &pcfg_pull_none_drv_level_2>,
3431cb7aa33aSEmmanuel Vadot				/* bt1120_d5 */
3432cb7aa33aSEmmanuel Vadot				<4 RK_PA5 2 &pcfg_pull_none_drv_level_2>,
3433cb7aa33aSEmmanuel Vadot				/* bt1120_d6 */
3434cb7aa33aSEmmanuel Vadot				<4 RK_PA6 2 &pcfg_pull_none_drv_level_2>,
3435cb7aa33aSEmmanuel Vadot				/* bt1120_d7 */
3436cb7aa33aSEmmanuel Vadot				<4 RK_PA7 2 &pcfg_pull_none_drv_level_2>;
3437cb7aa33aSEmmanuel Vadot		};
3438cb7aa33aSEmmanuel Vadot	};
3439cb7aa33aSEmmanuel Vadot
3440cb7aa33aSEmmanuel Vadot	gpio-func {
3441cb7aa33aSEmmanuel Vadot		/omit-if-no-ref/
3442cb7aa33aSEmmanuel Vadot		tsadc_gpio_func: tsadc-gpio-func {
3443cb7aa33aSEmmanuel Vadot			rockchip,pins =
3444cb7aa33aSEmmanuel Vadot				<0 RK_PA1 RK_FUNC_GPIO &pcfg_pull_none>;
3445cb7aa33aSEmmanuel Vadot		};
3446cb7aa33aSEmmanuel Vadot	};
3447cb7aa33aSEmmanuel Vadot};
3448