mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			287 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			287 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";
 | 
						|
	};
 | 
						|
 | 
						|
	chosen {
 | 
						|
		stdout-path = &SERIAL;
 | 
						|
	};
 | 
						|
};
 |