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