Commit b8c2c052 authored by Cristian Birsan's avatar Cristian Birsan Committed by Alexandre Belloni

ARM: dts: at91: sama5d27_wlsom1_ek: add USB device node

Add USB device node for WLSoM1 EK and enable it.
Signed-off-by: default avatarCristian Birsan <cristian.birsan@microchip.com>
[eugen.hristev@microchip.com: ported to 5.4]
Signed-off-by: default avatarEugen Hristev <eugen.hristev@microchip.com>
Link: https://lore.kernel.org/r/20200318104236.21114-1-eugen.hristev@microchip.comSigned-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent 455fec93
...@@ -186,6 +186,11 @@ pinctrl_usb_default: usb_default { ...@@ -186,6 +186,11 @@ pinctrl_usb_default: usb_default {
pinmux = <PIN_PA10__GPIO>; pinmux = <PIN_PA10__GPIO>;
bias-disable; bias-disable;
}; };
pinctrl_usba_vbus: usba_vbus {
pinmux = <PIN_PA16__GPIO>;
bias-disable;
};
}; };
&pwm0 { &pwm0 {
...@@ -248,6 +253,13 @@ &uart3 { ...@@ -248,6 +253,13 @@ &uart3 {
status = "okay"; status = "okay";
}; };
&usb0 {
atmel,vbus-gpio = <&pioA PIN_PA16 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usba_vbus>;
status = "okay";
};
&usb1 { &usb1 {
num-ports = <3>; num-ports = <3>;
atmel,vbus-gpio = <0 atmel,vbus-gpio = <0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment