Skip to content

Commit

Permalink
jupiter_sdr: USB power delivery always on
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiGrozav committed Sep 26, 2023
1 parent 07c99a8 commit ffdf092
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/jupiter_sdr/system_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ module system_top (

assign mssi_sync = mcs_sync_busy | gpio_o[7];

// TO-DO
//assign usb_pd_reset = gpio_o[8];
assign usb_pd_reset = 1'b0;
assign adrv9002_mcssrc = gpio_o[65];
assign usb_flash_prog_en = gpio_o[66];
assign fan_en = 1'b1;
Expand Down

0 comments on commit ffdf092

Please sign in to comment.