19 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
/*
 | 
						|
 * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
 | 
						|
 */
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
/include/ "axc001.dtsi"
 | 
						|
/include/ "axs10x_mb.dtsi"
 | 
						|
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "snps,axs101";
 | 
						|
 | 
						|
	chosen {
 | 
						|
		stdout-path = &uart0;
 | 
						|
	};
 | 
						|
};
 | 
						|
 |