Skip to content

Commit 8c8ac3f

Browse files
committed
tici: add STM_PWR_EN_N pin
1 parent 847a5ce commit 8c8ac3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/hardware/tici/pins.py

+2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ class GPIO:
77
UBLOX_RST_N = 32
88
UBLOX_SAFEBOOT_N = 33
99
GNSS_PWR_EN = 34 # SCHEMATIC LABEL: GPIO_UBLOX_PWR_EN
10+
1011
STM_RST_N = 124
1112
STM_BOOT0 = 134
13+
STM_PWR_EN_N = 41 # because STM32H7 RST doesn't generate a full power-on-reset
1214

1315
SIREN = 42
1416
SOM_ST_IO = 49

0 commit comments

Comments
 (0)