12 lines
		
	
	
		
			134 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			134 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
/ {
 | 
						|
	binman {
 | 
						|
		files {
 | 
						|
			pattern = "files/*.dat";
 | 
						|
			compress = "none";
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 |