mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	Add a RTC node in the device tree to enable DM RTC support. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> (Squashed in 'x86: Fix RTC build error on ivybridge')
		
			
				
	
	
		
			8 lines
		
	
	
		
			95 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			95 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| / {
 | |
| 	rtc {
 | |
| 		compatible = "motorola,mc146818";
 | |
| 		u-boot,dm-pre-reloc;
 | |
| 		reg = <0x70 2>;
 | |
| 	};
 | |
| };
 |