sifive-fu740-prci.h revision 1.1
1/* $NetBSD: sifive-fu740-prci.h,v 1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 2 3/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 4/* 5 * Copyright (C) 2019 SiFive, Inc. 6 * Wesley Terpstra 7 * Paul Walmsley 8 * Zong Li 9 */ 10 11#ifndef __DT_BINDINGS_CLOCK_SIFIVE_FU740_PRCI_H 12#define __DT_BINDINGS_CLOCK_SIFIVE_FU740_PRCI_H 13 14/* Clock indexes for use by Device Tree data and the PRCI driver */ 15 16#define PRCI_CLK_COREPLL 0 17#define PRCI_CLK_DDRPLL 1 18#define PRCI_CLK_GEMGXLPLL 2 19#define PRCI_CLK_DVFSCOREPLL 3 20#define PRCI_CLK_HFPCLKPLL 4 21#define PRCI_CLK_CLTXPLL 5 22#define PRCI_CLK_TLCLK 6 23#define PRCI_CLK_PCLK 7 24#define PRCI_CLK_PCIE_AUX 8 25 26#endif /* __DT_BINDINGS_CLOCK_SIFIVE_FU740_PRCI_H */ 27