18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2018-2019 SiFive, Inc. 48c2ecf20Sopenharmony_ci * Wesley Terpstra 58c2ecf20Sopenharmony_ci * Paul Walmsley 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H 98c2ecf20Sopenharmony_ci#define __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci/* Clock indexes for use by Device Tree data and the PRCI driver */ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#define PRCI_CLK_COREPLL 0 148c2ecf20Sopenharmony_ci#define PRCI_CLK_DDRPLL 1 158c2ecf20Sopenharmony_ci#define PRCI_CLK_GEMGXLPLL 2 168c2ecf20Sopenharmony_ci#define PRCI_CLK_TLCLK 3 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif 19