brintos

brintos / linux-shallow public Read only

0
0
Text · 440 B · 5af372e Raw
19 lines · c
1/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */2/*3 * Copyright (C) 2018-2019 SiFive, Inc.4 * Wesley Terpstra5 * Paul Walmsley6 */7 8#ifndef __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H9#define __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H10 11/* Clock indexes for use by Device Tree data and the PRCI driver */12 13#define FU540_PRCI_CLK_COREPLL		014#define FU540_PRCI_CLK_DDRPLL		115#define FU540_PRCI_CLK_GEMGXLPLL	216#define FU540_PRCI_CLK_TLCLK		317 18#endif19