Green Wan | ecefa5f | 2021-05-27 06:52:08 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | /* |
| 3 | * Copyright (C) 2020-2021 SiFive, Inc. |
| 4 | * Zong Li |
| 5 | * Pragnesh Patel |
| 6 | */ |
| 7 | |
| 8 | #ifndef __SIFIVE_CLK_FU540_PRCI_H |
| 9 | #define __SIFIVE_CLK_FU540_PRCI_H |
| 10 | |
| 11 | #include "sifive-prci.h" |
| 12 | |
| 13 | #define NUM_CLOCK_FU540 4 |
| 14 | |
| 15 | extern struct __prci_clock __prci_init_clocks_fu540[NUM_CLOCK_FU540]; |
| 16 | |
| 17 | static const struct prci_clk_desc prci_clk_fu540 = { |
| 18 | .clks = __prci_init_clocks_fu540, |
| 19 | .num_clks = ARRAY_SIZE(__prci_init_clocks_fu540), |
| 20 | }; |
| 21 | |
| 22 | #endif /* __SIFIVE_CLK_FU540_PRCI_H */ |