1 /* 2 * Copyright (c) 2017 Rockchip Electronics Co. Ltd. 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 */ 14 15 #ifndef _DT_BINDINGS_CLK_RK618_CRU_H 16 #define _DT_BINDINGS_CLK_RK618_CRU_H 17 18 #define LCDC0_CLK 1 19 #define LCDC1_CLK 2 20 #define VIF_PLLIN_CLK 3 21 #define SCALER_PLLIN_CLK 4 22 #define VIF_PLL_CLK 5 23 #define SCALER_PLL_CLK 6 24 #define VIF0_CLK 7 25 #define VIF1_CLK 8 26 #define SCALER_IN_CLK 9 27 #define SCALER_CLK 10 28 #define DITHER_CLK 11 29 #define HDMI_CLK 12 30 #define MIPI_CLK 13 31 #define LVDS_CLK 14 32 #define LVTTL_CLK 15 33 #define RGB_CLK 16 34 #define VIF0_PRE_CLK 17 35 #define VIF1_PRE_CLK 18 36 #define CODEC_CLK 19 37 38 #endif 39