mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 11:03:14 +00:00 
			
		
		
		
	 c793c1b0c8
			
		
	
	
		c793c1b0c8
		
	
	
	
	
		
			
			This adds preliminary support for the SH-Mobile G-series. The SH-Mobile G-series is a series of ARM/SH multi-core CPUs that aside from the ARM MPU are primarily composed of existing SH IP blocks. This includes initial support for the SH7367 (SH-Mobile G3) CPU and the G3EVM reference board. Only timer, serial console, and NOR flash are supported at this point. Patches for the interrupt controller, pinmux support, clock framework and runtime pm will be submitted as feature patches on top of this. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
		
			
				
	
	
		
			8 lines
		
	
	
		
			201 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			201 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __ASM_MACH_HARDWARE_H
 | |
| #define __ASM_MACH_HARDWARE_H
 | |
| 
 | |
| /* INTFLGA register - used by low level interrupt code in entry-macro.S */
 | |
| #define INTFLGA			0xe6980018
 | |
| 
 | |
| #endif /* __ASM_MACH_HARDWARE_H */
 |