Skip to content

Commit

Permalink
Merge pull request torvalds#265 from Radxa-Alvin/linux-5.10-gen-rkr4.1
Browse files Browse the repository at this point in the history
Changes:
  * Radxa E25: addd gpiod label and enable wireless module on Radxa CM3I

Signed-off-by: Stephen Chen <stephen@radxa.com>
  • Loading branch information
RadxaStephen authored Jan 8, 2024
2 parents 6152b96 + 1709375 commit d2ca1ef
Showing 1 changed file with 115 additions and 12 deletions.
127 changes: 115 additions & 12 deletions arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
Original file line number Diff line number Diff line change
Expand Up @@ -237,18 +237,6 @@
status = "okay";
};

&sdio_pwrseq {
status = "disabled";
};

&sdmmc2 {
status = "disabled";
};

&uart8 {
status = "disabled";
};

&sata1 {
status = "okay";
};
Expand Down Expand Up @@ -292,3 +280,118 @@
};
};
};

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

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

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

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

&gpio1 {
gpio-line-names =
/* GPIO1_A0-A3 */
"PIN_3", "PIN_5", "", "",
/* GPIO1_A4-A7 */
"", "", "", "",

/* GPIO1_B0-B3 */
"", "", "", "",
/* GPIO1_B4-B7 */
"", "", "", "",

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

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

&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 */
"PIN_21", "PIN_19", "PIN_16", "PIN_23",
/* GPIO2_D4-D7 */
"", "", "", "";
};

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

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

/* GPIO3_C0-C3 */
"PIN_26", "PIN_15", "PIN_8", "PIN_10",
/* GPIO3_C4-C7 */
"", "PIN_11", "PIN_13", "",

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

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

/* GPIO4_B0-B3 */
"", "", "", "",
/* GPIO4_B4-B7 */
"", "", "", "",

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

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

0 comments on commit d2ca1ef

Please sign in to comment.