Skip to content

Commit 8976836

Browse files
authored
Merge pull request torvalds#210 from nascs/Radxa_cm3_rpi_cm4_gpiod
Changes: * Radxa CM3 + RPI CM4 IO: Add gpiod label Signed-off-by: Stephen Chen <[email protected]>
2 parents 83fa56b + be8a9c7 commit 8976836

File tree

1 file changed

+115
-0
lines changed

1 file changed

+115
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-rpi-cm4-io.dts

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,118 @@
174174
};
175175
};
176176
};
177+
178+
&gpio0 {
179+
gpio-line-names =
180+
/* GPIO0_A0-A3 */
181+
"", "", "", "",
182+
/* GPIO0_A4-A7 */
183+
"", "", "", "",
184+
185+
/* GPIO0_B0-B3 */
186+
"", "", "", "",
187+
/* GPIO0_B4-B7 */
188+
"", "PIN_5", "PIN_3", "PIN_13",
189+
190+
/* GPIO0_C0-C3 */
191+
"", "", "PIN_37", "PIN_15",
192+
/* GPIO0_C4-C7 */
193+
"", "PIN_31", "PIN_33", "PIN_11",
194+
195+
/* GPIO0_D0-D3 */
196+
"PIN_10", "PIN_8", "", "",
197+
/* GPIO0_D4-D7 */
198+
"", "", "", "";
199+
};
200+
201+
&gpio1 {
202+
gpio-line-names =
203+
/* GPIO1_A0-A3 */
204+
"", "", "", "",
205+
/* GPIO1_A4-A7 */
206+
"", "", "", "",
207+
208+
/* GPIO1_B0-B3 */
209+
"", "", "", "",
210+
/* GPIO1_B4-B7 */
211+
"", "", "", "",
212+
213+
/* GPIO1_C0-C3 */
214+
"", "", "", "",
215+
/* GPIO1_C4-C7 */
216+
"", "", "", "",
217+
218+
/* GPIO1_D0-D3 */
219+
"", "", "", "",
220+
/* GPIO1_D4-D7 */
221+
"", "", "", "";
222+
};
223+
224+
&gpio2 {
225+
gpio-line-names =
226+
/* GPIO2_A0-A3 */
227+
"", "", "", "",
228+
/* GPIO2_A4-A7 */
229+
"", "", "", "",
230+
231+
/* GPIO2_B0-B3 */
232+
"", "", "", "",
233+
/* GPIO2_B4-B7 */
234+
"", "", "", "",
235+
236+
/* GPIO2_C0-C3 */
237+
"", "", "", "",
238+
/* GPIO2_C4-C7 */
239+
"", "", "", "",
240+
241+
/* GPIO2_D0-D3 */
242+
"", "", "", "",
243+
/* GPIO2_D4-D7 */
244+
"", "", "", "";
245+
};
246+
247+
&gpio3 {
248+
gpio-line-names =
249+
/* GPIO3_A0-A3 */
250+
"", "", "", "",
251+
/* GPIO3_A4-A7 */
252+
"", "", "", "",
253+
254+
/* GPIO3_B0-B3 */
255+
"", "", "", "",
256+
/* GPIO3_B4-B7 */
257+
"", "", "", "",
258+
259+
/* GPIO3_C0-C3 */
260+
"", "", "", "",
261+
/* GPIO3_C4-C7 */
262+
"", "", "PIN_22", "PIN_12",
263+
264+
/* GPIO3_D0-D3 */
265+
"PIN_35", "PIN_40", "PIN_38", "PIN_18",
266+
/* GPIO3_D4-D7 */
267+
"PIN_19", "PIN_7", "", "";
268+
};
269+
270+
&gpio4 {
271+
gpio-line-names =
272+
/* GPIO4_A0-A3 */
273+
"", "", "", "",
274+
/* GPIO4_A4-A7 */
275+
"", "", "PIN_24", "PIN_36",
276+
277+
/* GPIO4_B0-B3 */
278+
"PIN_21", "PIN_29", "PIN_19", "PIN_23",
279+
/* GPIO4_B4-B7 */
280+
"PIN_27", "PIN_28", "", "",
281+
282+
/* GPIO4_C0-C3 */
283+
"PIN_32", "", "", "",
284+
/* GPIO4_C4-C7 */
285+
"", "", "", "",
286+
287+
/* GPIO4_D0-D3 */
288+
"", "", "", "",
289+
/* GPIO4_D4-D7 */
290+
"", "", "", "";
291+
};

0 commit comments

Comments
 (0)