WIP FPC-III support
[linux/fpc-iii.git] / drivers / clk / sifive / fu540-prci.h
blobc8271efa7bdc73587155ec8e1cf433d92a3abadd
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2020 SiFive, Inc.
4 * Zong Li
5 */
7 #ifndef __SIFIVE_CLK_FU540_PRCI_H
8 #define __SIFIVE_CLK_FU540_PRCI_H
10 #include "sifive-prci.h"
12 #define NUM_CLOCK_FU540 4
14 extern struct __prci_clock __prci_init_clocks_fu540[NUM_CLOCK_FU540];
16 static const struct prci_clk_desc prci_clk_fu540 = {
17 .clks = __prci_init_clocks_fu540,
18 .num_clks = ARRAY_SIZE(__prci_init_clocks_fu540),
21 #endif /* __SIFIVE_CLK_FU540_PRCI_H */