mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 08:21:36 +01: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";
 | |
| 	};
 | |
| };
 |