oryp6: set USB port power

This commit is contained in:
Jeremy Soller
2020-06-18 16:10:58 -06:00
parent 9878a53f3e
commit a05cae6e52
3 changed files with 6 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ void board_init(void) {
gpio_set(&BT_EN, true);
gpio_set(&WLAN_EN, true);
gpio_set(&WLAN_PWR_EN, true);
// Enable USB port power?
gpio_set(&USB_PWR_EN_N, false);
// Assert SMI#, SCI#, and SWI#
gpio_set(&SCI_N, true);
gpio_set(&SMI_N, true);