diff options
| -rw-r--r-- | include/dt-bindings/clock/sifive-fu540-prci.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/sifive-fu540-prci.h b/include/dt-bindings/clock/sifive-fu540-prci.h new file mode 100644 index 000000000000..6a0b70a37d78 --- /dev/null +++ b/include/dt-bindings/clock/sifive-fu540-prci.h | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 2 | /* | ||
| 3 | * Copyright (C) 2018-2019 SiFive, Inc. | ||
| 4 | * Wesley Terpstra | ||
| 5 | * Paul Walmsley | ||
| 6 | */ | ||
| 7 | |||
| 8 | #ifndef __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H | ||
| 9 | #define __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H | ||
| 10 | |||
| 11 | /* Clock indexes for use by Device Tree data and the PRCI driver */ | ||
| 12 | |||
| 13 | #define PRCI_CLK_COREPLL 0 | ||
| 14 | #define PRCI_CLK_DDRPLL 1 | ||
| 15 | #define PRCI_CLK_GEMGXLPLL 2 | ||
| 16 | #define PRCI_CLK_TLCLK 3 | ||
| 17 | |||
| 18 | #endif | ||
