1 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
2 /*
3  * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
4  */
5 
6 
7 #ifndef _DT_BINDINGS_ROCKCHIP_VOP_H
8 #define _DT_BINDINGS_ROCKCHIP_VOP_H
9 
10 #define	ROCKCHIP_VOP2_CLUSTER0	0
11 #define	ROCKCHIP_VOP2_CLUSTER1	1
12 #define	ROCKCHIP_VOP2_ESMART0	2
13 #define	ROCKCHIP_VOP2_ESMART1	3
14 #define	ROCKCHIP_VOP2_SMART0	4
15 #define	ROCKCHIP_VOP2_SMART1	5
16 #define	ROCKCHIP_VOP2_CLUSTER2	6
17 #define	ROCKCHIP_VOP2_CLUSTER3	7
18 #define	ROCKCHIP_VOP2_ESMART2	8
19 #define	ROCKCHIP_VOP2_ESMART3	9
20 
21 #endif
22