Home | History | Annotate | Line # | Download | only in power
      1  1.1  jmcneill /*	$NetBSD: rk3188-power.h,v 1.1.1.1 2019/05/25 11:29:13 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill #ifndef __DT_BINDINGS_POWER_RK3188_POWER_H__
      5  1.1  jmcneill #define __DT_BINDINGS_POWER_RK3188_POWER_H__
      6  1.1  jmcneill 
      7  1.1  jmcneill /* VD_CORE */
      8  1.1  jmcneill #define RK3188_PD_A9_0		0
      9  1.1  jmcneill #define RK3188_PD_A9_1		1
     10  1.1  jmcneill #define RK3188_PD_A9_2		2
     11  1.1  jmcneill #define RK3188_PD_A9_3		3
     12  1.1  jmcneill #define RK3188_PD_DBG		4
     13  1.1  jmcneill #define RK3188_PD_SCU		5
     14  1.1  jmcneill 
     15  1.1  jmcneill /* VD_LOGIC */
     16  1.1  jmcneill #define RK3188_PD_VIDEO		6
     17  1.1  jmcneill #define RK3188_PD_VIO		7
     18  1.1  jmcneill #define RK3188_PD_GPU		8
     19  1.1  jmcneill #define RK3188_PD_PERI		9
     20  1.1  jmcneill #define RK3188_PD_CPU		10
     21  1.1  jmcneill #define RK3188_PD_ALIVE		11
     22  1.1  jmcneill 
     23  1.1  jmcneill /* VD_PMU */
     24  1.1  jmcneill #define RK3188_PD_RTC		12
     25  1.1  jmcneill 
     26  1.1  jmcneill #endif
     27