sifive-fu540-prci.h revision 1.2
1/*	$NetBSD: sifive-fu540-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) 2018-2019 SiFive, Inc.
6 * Wesley Terpstra
7 * Paul Walmsley
8 */
9
10#ifndef __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H
11#define __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H
12
13/* Clock indexes for use by Device Tree data and the PRCI driver */
14
15#define FU540_PRCI_CLK_COREPLL		0
16#define FU540_PRCI_CLK_DDRPLL		1
17#define FU540_PRCI_CLK_GEMGXLPLL	2
18#define FU540_PRCI_CLK_TLCLK		3
19
20#endif
21