1 1.1 jmcneill /* $NetBSD: sun8i-tcon-top.h,v 1.1.1.1 2019/01/22 14:57:02 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1 jmcneill /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 4 1.1 jmcneill /* Copyright (C) 2018 Jernej Skrabec <jernej.skrabec (at) siol.net> */ 5 1.1 jmcneill 6 1.1 jmcneill #ifndef _DT_BINDINGS_CLOCK_SUN8I_TCON_TOP_H_ 7 1.1 jmcneill #define _DT_BINDINGS_CLOCK_SUN8I_TCON_TOP_H_ 8 1.1 jmcneill 9 1.1 jmcneill #define CLK_TCON_TOP_TV0 0 10 1.1 jmcneill #define CLK_TCON_TOP_TV1 1 11 1.1 jmcneill #define CLK_TCON_TOP_DSI 2 12 1.1 jmcneill 13 1.1 jmcneill #endif /* _DT_BINDINGS_CLOCK_SUN8I_TCON_TOP_H_ */ 14