mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	Add a u-boot dtsi for configuring the FEC node of the DH picoITX. Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Philip Oberfichtner <pro@denx.de>
		
			
				
	
	
		
			11 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: (GPL-2.0+)
 | |
| /*
 | |
|  * Copyright (C) 2022 Philip Oberfichtner <pro@denx.de>
 | |
|  */
 | |
| 
 | |
| #include "imx6qdl-dhcom-u-boot.dtsi"
 | |
| 
 | |
| &fec {
 | |
| 	phy-reset-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
 | |
| };
 |