1 /* $NetBSD: hip04-clock.h,v 1.1.1.2 2020/01/03 14:33:04 skrll Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0-or-later */ 4 /* 5 * Copyright (c) 2013-2014 Hisilicon Limited. 6 * Copyright (c) 2013-2014 Linaro Limited. 7 * 8 * Author: Haojian Zhuang <haojian.zhuang (at) linaro.org> 9 */ 10 11 #ifndef __DTS_HIP04_CLOCK_H 12 #define __DTS_HIP04_CLOCK_H 13 14 #define HIP04_NONE_CLOCK 0 15 16 /* fixed rate & fixed factor clocks */ 17 #define HIP04_OSC50M 1 18 #define HIP04_CLK_50M 2 19 #define HIP04_CLK_168M 3 20 21 #define HIP04_NR_CLKS 64 22 23 #endif /* __DTS_HIP04_CLOCK_H */ 24