mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 02:17:58 +00:00 
			
		
		
		
	ipq807x: eap104: add pin configs for MCU
This adds configuration for 'reset' and 'serial bootloader' dedicated pins connected to the on-board CC2652R MCU. While at it, drop probably unused 'ble_coex_grant' pin configuration node. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
		 Piotr Dymacz
					Piotr Dymacz
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							89766b187d
						
					
				
				
					commit
					42239fb1ba
				
			| @@ -541,9 +541,27 @@ | ||||
| }; | ||||
|  | ||||
| &tlmm { | ||||
| 	pinctrl-0 = <&blsp0_uart_pins &ble_pins>; | ||||
| 	pinctrl-0 = <&blsp0_uart_pins &mcu_pins>; | ||||
| 	pinctrl-names = "default"; | ||||
|  | ||||
| 	mcu_pins: mcu_pins { | ||||
| 		mcu_rst { | ||||
| 			pins = "gpio31"; | ||||
| 			function = "gpio"; | ||||
| 			drive-strength = <8>; | ||||
| 			bias-disable; | ||||
| 			output-low; | ||||
| 		}; | ||||
|  | ||||
| 		mcu_sbl { | ||||
| 			pins = "gpio35"; | ||||
| 			function = "gpio"; | ||||
| 			drive-strength = <8>; | ||||
| 			bias-disable; | ||||
| 			output-low; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	leds_pins: leds_pins { | ||||
| 		led_5g { | ||||
| 			pins = "gpio2"; | ||||
| @@ -662,15 +680,6 @@ | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	ble_pins: ble_pins { | ||||
| 		ble_coex_grant { | ||||
| 			pins = "gpio19"; | ||||
| 			function = "gpio"; | ||||
| 			drive-strength = <8>; | ||||
| 			bias-pull-down; | ||||
| 		}; | ||||
| 	}; | ||||
|  | ||||
| 	i2c_pins: i2c_pins { | ||||
| 		i2c_scl { | ||||
| 			pins = "gpio33"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user