Skip to content

Commit

Permalink
tici: add STM_PWR_EN_N pin
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 17, 2024
1 parent 847a5ce commit 8c8ac3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/hardware/tici/pins.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ class GPIO:
UBLOX_RST_N = 32
UBLOX_SAFEBOOT_N = 33
GNSS_PWR_EN = 34 # SCHEMATIC LABEL: GPIO_UBLOX_PWR_EN

STM_RST_N = 124
STM_BOOT0 = 134
STM_PWR_EN_N = 41 # because STM32H7 RST doesn't generate a full power-on-reset

SIREN = 42
SOM_ST_IO = 49
Expand Down

0 comments on commit 8c8ac3f

Please sign in to comment.