mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 14:00:19 +00:00 
			
		
		
		
	Many of these files are missing a header. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			15 lines
		
	
	
		
			163 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			163 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
/*
 | 
						|
 *  Overlay test file
 | 
						|
 */
 | 
						|
 | 
						|
/dts-v1/;
 | 
						|
/plugin/;
 | 
						|
 | 
						|
&{/buttons} {
 | 
						|
	btn3 {
 | 
						|
		gpios = <&gpio_a 5 0>;
 | 
						|
		label = "button3";
 | 
						|
	};
 | 
						|
};
 |