18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_POWER_RK3399_POWER_H__ 38c2ecf20Sopenharmony_ci#define __DT_BINDINGS_POWER_RK3399_POWER_H__ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* VD_CORE_L */ 68c2ecf20Sopenharmony_ci#define RK3399_PD_A53_L0 0 78c2ecf20Sopenharmony_ci#define RK3399_PD_A53_L1 1 88c2ecf20Sopenharmony_ci#define RK3399_PD_A53_L2 2 98c2ecf20Sopenharmony_ci#define RK3399_PD_A53_L3 3 108c2ecf20Sopenharmony_ci#define RK3399_PD_SCU_L 4 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci/* VD_CORE_B */ 138c2ecf20Sopenharmony_ci#define RK3399_PD_A72_B0 5 148c2ecf20Sopenharmony_ci#define RK3399_PD_A72_B1 6 158c2ecf20Sopenharmony_ci#define RK3399_PD_SCU_B 7 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci/* VD_LOGIC */ 188c2ecf20Sopenharmony_ci#define RK3399_PD_TCPD0 8 198c2ecf20Sopenharmony_ci#define RK3399_PD_TCPD1 9 208c2ecf20Sopenharmony_ci#define RK3399_PD_CCI 10 218c2ecf20Sopenharmony_ci#define RK3399_PD_CCI0 11 228c2ecf20Sopenharmony_ci#define RK3399_PD_CCI1 12 238c2ecf20Sopenharmony_ci#define RK3399_PD_PERILP 13 248c2ecf20Sopenharmony_ci#define RK3399_PD_PERIHP 14 258c2ecf20Sopenharmony_ci#define RK3399_PD_VIO 15 268c2ecf20Sopenharmony_ci#define RK3399_PD_VO 16 278c2ecf20Sopenharmony_ci#define RK3399_PD_VOPB 17 288c2ecf20Sopenharmony_ci#define RK3399_PD_VOPL 18 298c2ecf20Sopenharmony_ci#define RK3399_PD_ISP0 19 308c2ecf20Sopenharmony_ci#define RK3399_PD_ISP1 20 318c2ecf20Sopenharmony_ci#define RK3399_PD_HDCP 21 328c2ecf20Sopenharmony_ci#define RK3399_PD_GMAC 22 338c2ecf20Sopenharmony_ci#define RK3399_PD_EMMC 23 348c2ecf20Sopenharmony_ci#define RK3399_PD_USB3 24 358c2ecf20Sopenharmony_ci#define RK3399_PD_EDP 25 368c2ecf20Sopenharmony_ci#define RK3399_PD_GIC 26 378c2ecf20Sopenharmony_ci#define RK3399_PD_SD 27 388c2ecf20Sopenharmony_ci#define RK3399_PD_SDIOAUDIO 28 398c2ecf20Sopenharmony_ci#define RK3399_PD_ALIVE 29 408c2ecf20Sopenharmony_ci 418c2ecf20Sopenharmony_ci/* VD_CENTER */ 428c2ecf20Sopenharmony_ci#define RK3399_PD_CENTER 30 438c2ecf20Sopenharmony_ci#define RK3399_PD_VCODEC 31 448c2ecf20Sopenharmony_ci#define RK3399_PD_VDU 32 458c2ecf20Sopenharmony_ci#define RK3399_PD_RGA 33 468c2ecf20Sopenharmony_ci#define RK3399_PD_IEP 34 478c2ecf20Sopenharmony_ci 488c2ecf20Sopenharmony_ci/* VD_GPU */ 498c2ecf20Sopenharmony_ci#define RK3399_PD_GPU 35 508c2ecf20Sopenharmony_ci 518c2ecf20Sopenharmony_ci/* VD_PMU */ 528c2ecf20Sopenharmony_ci#define RK3399_PD_PMU 36 538c2ecf20Sopenharmony_ci 548c2ecf20Sopenharmony_ci#endif 55