Skip to content

Commit

Permalink
add gpiod support for Radxa ROCK 5A (armbian#110)
Browse files Browse the repository at this point in the history
Signed-off-by: nascs <[email protected]>
  • Loading branch information
nascs authored and RadxaStephen committed Jul 3, 2023
1 parent 7a18a8a commit a56de29
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -837,3 +837,118 @@
};
};
};

&gpio0 {
gpio-line-names =
/* GPIO0_A0-A3 */
"", "", "", "",
/* GPIO0_A4-A7 */
"", "", "", "",

/* GPIO0_B0-B3 */
"", "", "", "",
/* GPIO0_B4-B7 */
"", "PIN_8", "PIN_10", "",

/* GPIO0_C0-C3 */
"", "", "", "",
/* GPIO0_C4-C7 */
"", "", "", "PIN_27",

/* GPIO0_D0-D3 */
"PIN_28", "", "", "",
/* GPIO0_D4-D7 */
"", "", "", "";
};

&gpio1 {
gpio-line-names =
/* GPIO1_A0-A3 */
"PIN_21", "PIN_19", "PIN_23", "PIN_24",
/* GPIO1_A4-A7 */
"PIN_26", "PIN_16", "", "",

/* GPIO1_B0-B3 */
"PIN_18", "PIN_31", "PIN_29", "PIN_7",
/* GPIO1_B4-B7 */
"PIN_33", "PIN_22", "", "",

/* GPIO1_C0-C3 */
"", "", "", "",
/* GPIO1_C4-C7 */
"", "", "", "",

/* GPIO1_D0-D3 */
"", "", "", "",
/* GPIO1_D4-D7 */
"", "", "PIN_5", "PIN_3";
};

&gpio2 {
gpio-line-names =
/* GPIO2_A0-A3 */
"", "", "", "",
/* GPIO2_A4-A7 */
"", "", "", "",

/* GPIO2_B0-B3 */
"", "", "", "",
/* GPIO2_B4-B7 */
"", "", "", "",

/* GPIO2_C0-C3 */
"", "", "", "",
/* GPIO2_C4-C7 */
"", "", "", "",

/* GPIO2_D0-D3 */
"", "", "", "",
/* GPIO2_D4-D7 */
"", "", "", "";
};

&gpio3 {
gpio-line-names =
/* GPIO3_A0-A3 */
"", "", "", "",
/* GPIO3_A4-A7 */
"", "", "", "",

/* GPIO3_B0-B3 */
"", "", "", "",
/* GPIO3_B4-B7 */
"", "", "", "",

/* GPIO3_C0-C3 */
"", "", "", "",
/* GPIO3_C4-C7 */
"", "", "", "",

/* GPIO3_D0-D3 */
"", "", "", "",
/* GPIO3_D4-D7 */
"", "", "", "";
};

&gpio4 {
gpio-line-names =
/* GPIO4_A0-A3 */
"PIN_35", "PIN_12", "PIN_36", "",
/* GPIO4_A4-A7 */
"", "PIN_38", "", "",

/* GPIO4_B0-B3 */
"PIN_32", "PIN_40", "PIN_13", "PIN_11",
/* GPIO4_B4-B7 */
"PIN_15", "", "", "",

/* GPIO4_C0-C3 */
"", "", "", "",
/* GPIO4_C4-C7 */
"", "", "", "",

/* GPIO4_D0-D3 */
"", "", "", "",
/* GPIO4_D4-D7 */
"", "", "", "";
};

0 comments on commit a56de29

Please sign in to comment.