We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef8cdc commit 40a2226Copy full SHA for 40a2226
arch/arm/boot/dts/at91sam9g20ek_common.dtsi
@@ -39,6 +39,13 @@
39
40
};
41
42
+ usb1 {
43
+ pinctrl_usb1_vbus_gpio: usb1_vbus_gpio {
44
+ atmel,pins =
45
+ <AT91_PIOC 5 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>; /* PC5 GPIO */
46
+ };
47
48
+
49
mmc0_slot1 {
50
pinctrl_board_mmc0_slot1: mmc0_slot1-board {
51
atmel,pins =
@@ -84,6 +91,8 @@
84
91
85
92
86
93
usb1: gadget@fffa4000 {
94
+ pinctrl-0 = <&pinctrl_usb1_vbus_gpio>;
95
+ pinctrl-names = "default";
87
96
atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>;
88
97
status = "okay";
89
98
0 commit comments