mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	The pc speaker driven by the i8254 is generic enough to deserve a single dtsi file to be included by boards that use it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			6 lines
		
	
	
		
			52 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			52 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/ {
 | 
						|
	pcspkr {
 | 
						|
		compatible = "i8254,beeper";
 | 
						|
	};
 | 
						|
};
 |