boards: arm: nucleo_g0b1re: Enable support for USB
Enable USB support for nucleo_g0b1re board. Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
parent
c6104ec5f6
commit
ae0ef7e56a
2 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,11 @@
|
||||||
apb1-prescaler = <1>;
|
apb1-prescaler = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usb {
|
||||||
|
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&usart1 {
|
&usart1 {
|
||||||
pinctrl-0 = <&usart1_tx_pc4 &usart1_rx_pc5>;
|
pinctrl-0 = <&usart1_tx_pc4 &usart1_rx_pc5>;
|
||||||
current-speed = <115200>;
|
current-speed = <115200>;
|
||||||
|
|
|
@ -18,3 +18,4 @@ supported:
|
||||||
- spi
|
- spi
|
||||||
- nvs
|
- nvs
|
||||||
- dma
|
- dma
|
||||||
|
- usb_device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue