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:
Yong Cong Sin 2021-07-31 12:39:11 +08:00 committed by Christopher Friedt
commit ae0ef7e56a
2 changed files with 6 additions and 0 deletions

View file

@ -65,6 +65,11 @@
apb1-prescaler = <1>;
};
&usb {
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
status = "okay";
};
&usart1 {
pinctrl-0 = <&usart1_tx_pc4 &usart1_rx_pc5>;
current-speed = <115200>;

View file

@ -18,3 +18,4 @@ supported:
- spi
- nvs
- dma
- usb_device