|
|
@@ -178,6 +178,19 @@
|
|
|
>;
|
|
|
};
|
|
|
|
|
|
+ main_mmc1_pins_default: main_mmc1_pins_default {
|
|
|
+ pinctrl-single,pins = <
|
|
|
+ AM65X_IOPAD(0x02d4, PIN_INPUT_PULLDOWN, 0) /* (C27) MMC1_CLK */
|
|
|
+ AM65X_IOPAD(0x02d8, PIN_INPUT_PULLUP, 0) /* (C28) MMC1_CMD */
|
|
|
+ AM65X_IOPAD(0x02d0, PIN_INPUT_PULLUP, 0) /* (D28) MMC1_DAT0 */
|
|
|
+ AM65X_IOPAD(0x02cc, PIN_INPUT_PULLUP, 0) /* (E27) MMC1_DAT1 */
|
|
|
+ AM65X_IOPAD(0x02c8, PIN_INPUT_PULLUP, 0) /* (D26) MMC1_DAT2 */
|
|
|
+ AM65X_IOPAD(0x02c4, PIN_INPUT_PULLUP, 0) /* (D27) MMC1_DAT3 */
|
|
|
+ AM65X_IOPAD(0x02dc, PIN_INPUT_PULLUP, 0) /* (B24) MMC1_SDCD */
|
|
|
+ AM65X_IOPAD(0x02e0, PIN_INPUT, 0) /* (C24) MMC1_SDWP */
|
|
|
+ >;
|
|
|
+ };
|
|
|
+
|
|
|
usb1_pins_default: usb1_pins_default {
|
|
|
pinctrl-single,pins = <
|
|
|
AM65X_IOPAD(0x02c0, PIN_OUTPUT, 0) /* (AC8) USB1_DRVVBUS */
|
|
|
@@ -303,6 +316,12 @@
|
|
|
ti,driver-strength-ohm = <50>;
|
|
|
};
|
|
|
|
|
|
+&sdhci1 {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&main_mmc1_pins_default>;
|
|
|
+ ti,driver-strength-ohm = <50>;
|
|
|
+};
|
|
|
+
|
|
|
&gpu {
|
|
|
status = "okay";
|
|
|
};
|