mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	This patch is to enable Agilex5 platform for Intel product. Changes, modification and new files are created for board, dts, configs and makefile to create the base for Agilex5. Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com> Reviewed-by: Tien Fong Chee <tien.fong.chee@intel.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			307 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			307 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0 */
 | |
| /*
 | |
|  * Copyright (C) 2024 Intel Corporation <www.intel.com>
 | |
|  */
 | |
| 
 | |
| #ifndef _CLOCK_MANAGER_AGILEX5_
 | |
| #define _CLOCK_MANAGER_AGILEX5_
 | |
| 
 | |
| #include <asm/arch/clock_manager_soc64.h>
 | |
| #include "../../../../../drivers/clk/altera/clk-agilex5.h"
 | |
| 
 | |
| #endif /* _CLOCK_MANAGER_AGILEX5_ */
 |