sifive-fu740-prci.h revision 1.2
1/* $NetBSD: sifive-fu740-prci.h,v 1.2 2024/08/12 10:55:56 skrll 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 FU740_PRCI_CLK_COREPLL 0 17#define FU740_PRCI_CLK_DDRPLL 1 18#define FU740_PRCI_CLK_GEMGXLPLL 2 19#define FU740_PRCI_CLK_DVFSCOREPLL 3 20#define FU740_PRCI_CLK_HFPCLKPLL 4 21#define FU740_PRCI_CLK_CLTXPLL 5 22#define FU740_PRCI_CLK_TLCLK 6 23#define FU740_PRCI_CLK_PCLK 7 24#define FU740_PRCI_CLK_PCIE_AUX 8 25 26#endif /* __DT_BINDINGS_CLOCK_SIFIVE_FU740_PRCI_H */ 27