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