Skip to content

Commit

Permalink
3a4000_7a: Assert LEMOTE_PCIE_PERSTN
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyGoat authored Aug 6, 2023
1 parent 87ca17b commit 5948804
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Targets/Bonito3a4000_7a/Bonito/start.S
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,11 @@ bsp_start:
#endif
#endif

#ifdef LEMOTE_PCIE_PERSTN
GPIO_CLEAR_OUTPUT(1 << 4)
TTYDBG("Lemote PCIE PERST_N asserted.\r\n")
#endif

##########################################
PRINTSTR("NO TLB cache init ...\r\n")

Expand Down

0 comments on commit 5948804

Please sign in to comment.