1 /* $NetBSD: rk3568-power.h,v 1.1.1.1 2021/11/07 16:49:56 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 #ifndef __DT_BINDINGS_POWER_RK3568_POWER_H__ 5 #define __DT_BINDINGS_POWER_RK3568_POWER_H__ 6 7 /* VD_CORE */ 8 #define RK3568_PD_CPU_0 0 9 #define RK3568_PD_CPU_1 1 10 #define RK3568_PD_CPU_2 2 11 #define RK3568_PD_CPU_3 3 12 #define RK3568_PD_CORE_ALIVE 4 13 14 /* VD_PMU */ 15 #define RK3568_PD_PMU 5 16 17 /* VD_NPU */ 18 #define RK3568_PD_NPU 6 19 20 /* VD_GPU */ 21 #define RK3568_PD_GPU 7 22 23 /* VD_LOGIC */ 24 #define RK3568_PD_VI 8 25 #define RK3568_PD_VO 9 26 #define RK3568_PD_RGA 10 27 #define RK3568_PD_VPU 11 28 #define RK3568_PD_CENTER 12 29 #define RK3568_PD_RKVDEC 13 30 #define RK3568_PD_RKVENC 14 31 #define RK3568_PD_PIPE 15 32 #define RK3568_PD_LOGIC_ALIVE 16 33 34 #endif 35