1 /* SPDX-License-Identifier: GPL-2.0-or-later * 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* 2 /* 3 * Copyright (c) 2013-2014 Hisilicon Limited. 3 * Copyright (c) 2013-2014 Hisilicon Limited. 4 * Copyright (c) 2013-2014 Linaro Limited. 4 * Copyright (c) 2013-2014 Linaro Limited. 5 * 5 * 6 * Author: Haojian Zhuang <haojian.zhuang@lina 6 * Author: Haojian Zhuang <haojian.zhuang@linaro.org> 7 */ 7 */ 8 8 9 #ifndef __DTS_HIP04_CLOCK_H 9 #ifndef __DTS_HIP04_CLOCK_H 10 #define __DTS_HIP04_CLOCK_H 10 #define __DTS_HIP04_CLOCK_H 11 11 12 #define HIP04_NONE_CLOCK 0 12 #define HIP04_NONE_CLOCK 0 13 13 14 /* fixed rate & fixed factor clocks */ 14 /* fixed rate & fixed factor clocks */ 15 #define HIP04_OSC50M 1 15 #define HIP04_OSC50M 1 16 #define HIP04_CLK_50M 2 16 #define HIP04_CLK_50M 2 17 #define HIP04_CLK_168M 3 17 #define HIP04_CLK_168M 3 18 18 19 #define HIP04_NR_CLKS 64 19 #define HIP04_NR_CLKS 64 20 20 21 #endif /* __DTS_HIP04_CLOCK_H */ 21 #endif /* __DTS_HIP04_CLOCK_H */ 22 22
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.