mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			269 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			269 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0-only */
 | |
| /*
 | |
|  * Copyright (c) 2020, The Linux Foundation. All rights reserved.
 | |
|  */
 | |
| 
 | |
| #ifndef _DT_BINDINGS_CLK_QCOM_MSS_SC7180_H
 | |
| #define _DT_BINDINGS_CLK_QCOM_MSS_SC7180_H
 | |
| 
 | |
| #define MSS_AXI_CRYPTO_CLK	0
 | |
| #define MSS_AXI_NAV_CLK		1
 | |
| 
 | |
| #endif
 |