You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					22 lines
				
				465 B
			
		
		
			
		
	
	
					22 lines
				
				465 B
			| 
											5 years ago
										 | # TODO: these are also defined in a header
 | ||
| 
											4 years ago
										 | 
 | ||
| 
											5 years ago
										 | # GPIO pin definitions
 | ||
| 
											4 years ago
										 | class GPIO:
 | ||
|  |   # both GPIO_STM_RST_N and GPIO_LTE_RST_N are misnamed, they are high to reset
 | ||
|  |   HUB_RST_N = 30
 | ||
|  |   UBLOX_RST_N = 32
 | ||
|  |   UBLOX_SAFEBOOT_N = 33
 | ||
|  |   UBLOX_PWR_EN = 34
 | ||
|  |   STM_RST_N = 124
 | ||
|  |   STM_BOOT0 = 134
 | ||
|  | 
 | ||
|  |   LTE_RST_N = 50
 | ||
|  |   LTE_PWRKEY = 116
 | ||
|  |   LTE_BOOT = 52
 | ||
|  | 
 | ||
|  |   # GPIO_CAM0_DVDD_EN = /sys/kernel/debug/regulator/camera_rear_ldo
 | ||
|  |   CAM0_AVDD_EN = 8
 | ||
|  |   CAM0_RSTN = 9
 | ||
|  |   CAM1_RSTN = 7
 | ||
|  |   CAM2_RSTN = 12
 |