brintos

brintos / linux-shallow public Read only

0
0
Text · 462 B · 088d70c Raw
22 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 * Copyright (c) 2013-2014 Hisilicon Limited.4 * Copyright (c) 2013-2014 Linaro Limited.5 *6 * Author: Haojian Zhuang <haojian.zhuang@linaro.org>7 */8 9#ifndef __DTS_HIP04_CLOCK_H10#define __DTS_HIP04_CLOCK_H11 12#define HIP04_NONE_CLOCK	013 14/* fixed rate & fixed factor clocks */15#define HIP04_OSC50M		116#define HIP04_CLK_50M		217#define HIP04_CLK_168M		318 19#define HIP04_NR_CLKS		6420 21#endif	/* __DTS_HIP04_CLOCK_H */22