mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	Migrate mpc8xx_fec driver to DM_ETH. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
		
			
				
	
	
		
			27 lines
		
	
	
		
			337 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			337 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /*
 | |
|  * MCR3000 Device Tree Source
 | |
|  *
 | |
|  * Copyright 2017 CS Systemes d'Information
 | |
|  *
 | |
|  * SPDX-License-Identifier:	GPL-2.0+
 | |
|  */
 | |
| 
 | |
| /dts-v1/;
 | |
| 
 | |
| / {
 | |
| 	WDT: watchdog@0 {
 | |
| 		compatible = "fsl,pq1-wdt";
 | |
| 	};
 | |
| 	SERIAL: smc@0 {
 | |
| 		compatible = "fsl,pq1-smc";
 | |
| 	};
 | |
| 
 | |
| 	FEC: fec@0 {
 | |
| 		compatible = "fsl,pq1-fec1";
 | |
| 	};
 | |
| 
 | |
| 	chosen {
 | |
| 		stdout-path = &SERIAL;
 | |
| 	};
 | |
| };
 |