30 lines
		
	
	
		
			880 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			880 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0 */
 | |
| /*
 | |
|  * Copyright (c) 2019 Western Digital Corporation or its affiliates.
 | |
|  *
 | |
|  * Copyright (C) 2018 SiFive, Inc.
 | |
|  * Wesley Terpstra
 | |
|  * Paul Walmsley
 | |
|  *
 | |
|  * This program is free software; you can redistribute it and/or modify
 | |
|  * it under the terms of the GNU General Public License version 2 as
 | |
|  * published by the Free Software Foundation.
 | |
|  *
 | |
|  * This program is distributed in the hope that it will be useful,
 | |
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | |
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | |
|  * GNU General Public License for more details.
 | |
|  */
 | |
| 
 | |
| #ifndef __LINUX_CLK_SIFIVE_FU540_PRCI_H
 | |
| #define __LINUX_CLK_SIFIVE_FU540_PRCI_H
 | |
| 
 | |
| /* Clock indexes for use by Device Tree data */
 | |
| 
 | |
| #define PRCI_CLK_COREPLL		0
 | |
| #define PRCI_CLK_DDRPLL			1
 | |
| #define PRCI_CLK_GEMGXLPLL		2
 | |
| #define PRCI_CLK_TLCLK			3
 | |
| 
 | |
| #endif
 | 
