Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8025ed6 authored by Kevin Hilman's avatar Kevin Hilman
Browse files

ARM64: dts: amlogic: add pins for EMMC, SD

parent f40d437f
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -213,6 +213,27 @@
					gpio-controller;
					#gpio-cells = <2>;
				};

				emmc_pins: emmc {
					mux {
						groups = "emmc_nand_d07",
						       "emmc_cmd",
						       "emmc_clk";
						function = "emmc";
					};
				};

				sdcard_pins: sdcard {
					mux {
						groups = "sdcard_d0",
						       "sdcard_d1",
						       "sdcard_d2",
						       "sdcard_d3",
						       "sdcard_cmd",
						       "sdcard_clk";
						function = "sdcard";
					};
				};
			};
		};