mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Add labels for these nodes so that board DT files can reference them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			100 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			100 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/ {
 | 
						|
	rtc: rtc {
 | 
						|
		compatible = "motorola,mc146818";
 | 
						|
		u-boot,dm-pre-reloc;
 | 
						|
		reg = <0x70 2>;
 | 
						|
	};
 | 
						|
};
 |