mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 00:11:51 +01:00 
			
		
		
		
	Add SiFive fu540 cpu to support RISC-V arch Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			264 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			264 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0+ */
 | |
| /*
 | |
|  * Copyright (c) 2020 SiFive Inc
 | |
|  *
 | |
|  * Authors:
 | |
|  *   Pragnesh Patel <pragnesh.patel@sifive.com>
 | |
|  */
 | |
| 
 | |
| #ifndef __CLK_SIFIVE_H
 | |
| #define __CLK_SIFIVE_H
 | |
| 
 | |
| /* Note: This is a placeholder header for driver compilation. */
 | |
| 
 | |
| #endif
 |