Home | History | Annotate | Line # | Download | only in clock
sun8i-de2.h revision 1.1.1.1
      1 /*	$NetBSD: sun8i-de2.h,v 1.1.1.1 2017/10/28 10:30:32 jmcneill Exp $	*/
      2 
      3 /*
      4  * Copyright (C) 2016 Icenowy Zheng <icenowy (at) aosc.io>
      5  *
      6  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      7  */
      8 
      9 #ifndef _DT_BINDINGS_CLOCK_SUN8I_DE2_H_
     10 #define _DT_BINDINGS_CLOCK_SUN8I_DE2_H_
     11 
     12 #define CLK_BUS_MIXER0		0
     13 #define CLK_BUS_MIXER1		1
     14 #define CLK_BUS_WB		2
     15 
     16 #define CLK_MIXER0		6
     17 #define CLK_MIXER1		7
     18 #define CLK_WB			8
     19 
     20 #endif /* _DT_BINDINGS_CLOCK_SUN8I_DE2_H_ */
     21