We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dd170d + 8830bfa commit 9dc0c27Copy full SHA for 9dc0c27
1 file changed
arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts
@@ -194,6 +194,11 @@
194
pinmux = <PIN_PA10__GPIO>;
195
bias-disable;
196
};
197
+
198
+ pinctrl_usba_vbus: usba_vbus {
199
+ pinmux = <PIN_PA16__GPIO>;
200
+ bias-disable;
201
+ };
202
203
204
&sdmmc0 {
@@ -256,6 +261,13 @@
256
261
status = "okay";
257
262
258
263
264
+&usb0 {
265
+ atmel,vbus-gpio = <&pioA PIN_PA16 GPIO_ACTIVE_HIGH>;
266
+ pinctrl-names = "default";
267
+ pinctrl-0 = <&pinctrl_usba_vbus>;
268
+ status = "okay";
269
+};
270
259
271
&usb1 {
260
272
num-ports = <3>;
273
atmel,vbus-gpio = <0
0 commit comments