Home | History | Annotate | Line # | Download | only in clock
      1  1.1  jmcneill /*	$NetBSD: xlnx-vcu.h,v 1.1.1.1 2021/11/07 16:50:00 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (C) 2020 Pengutronix, Michael Tretter <kernel (at) pengutronix.de>
      6  1.1  jmcneill  */
      7  1.1  jmcneill 
      8  1.1  jmcneill #ifndef _DT_BINDINGS_CLOCK_XLNX_VCU_H
      9  1.1  jmcneill #define _DT_BINDINGS_CLOCK_XLNX_VCU_H
     10  1.1  jmcneill 
     11  1.1  jmcneill #define CLK_XVCU_ENC_CORE		0
     12  1.1  jmcneill #define CLK_XVCU_ENC_MCU		1
     13  1.1  jmcneill #define CLK_XVCU_DEC_CORE		2
     14  1.1  jmcneill #define CLK_XVCU_DEC_MCU		3
     15  1.1  jmcneill #define CLK_XVCU_NUM_CLOCKS		4
     16  1.1  jmcneill 
     17  1.1  jmcneill #endif /* _DT_BINDINGS_CLOCK_XLNX_VCU_H */
     18