Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fu540-prci.h « sifive « clk « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c220677dc0108e1ef4fb292149e8a060b0d0f38f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2020 SiFive, Inc.
 * Zong Li
 */

#ifndef __SIFIVE_CLK_FU540_PRCI_H
#define __SIFIVE_CLK_FU540_PRCI_H

#include "sifive-prci.h"

#define NUM_CLOCK_FU540	4

extern struct __prci_clock __prci_init_clocks_fu540[NUM_CLOCK_FU540];

#endif /* __SIFIVE_CLK_FU540_PRCI_H */