1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Copyright (c) 2019 Western Digital Corporation or its affiliates. 4 * 5 * Copyright (C) 2018 SiFive, Inc. 6 * Wesley Terpstra 7 * Paul Walmsley 8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License version 2 as 11 * published by the Free Software Foundation. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * GNU General Public License for more details. 17 */ 18 19 #ifndef __LINUX_CLK_SIFIVE_FU540_PRCI_H 20 #define __LINUX_CLK_SIFIVE_FU540_PRCI_H 21 22 /* Clock indexes for use by Device Tree data */ 23 24 #define PRCI_CLK_COREPLL 0 25 #define PRCI_CLK_DDRPLL 1 26 #define PRCI_CLK_GEMGXLPLL 2 27 #define PRCI_CLK_TLCLK 3 28 29 #endif 30