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